OSDN Git Service

pg-rex/syncrep.git
2001-01-15 Peter EisentrautAdjust file names.
2001-01-15 Tom LaneFix problems with parentheses around sub-SELECT --...
2001-01-15 Tom LaneTweak heap_update/delete so that we do not hold the...
2001-01-14 Tom LaneMinor coding cleanups.
2001-01-14 Tom LaneAnother go-round on making GetRawDatabaseInfo behave...
2001-01-14 Tom Lanepg_database's datpath column must not be marked toastab...
2001-01-14 Tom LaneNeed to do BufferSync at end of DROP DATABASE as well...
2001-01-14 Tom LaneMake aclcontains() do something that's at least vaguely...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-13 Peter EisentrautTerminology cleanup: class -> table, instance -> row...
2001-01-13 Bruce MomjianBacked out:
2001-01-13 Peter EisentrautAdd information about bit types. Adjust some other...
2001-01-13 Bruce MomjianAttached is a set of patches for a couple of bugs deali...
2001-01-13 Bruce MomjianMore cleanup.
2001-01-13 Tom LaneRelax test on typmod matching between a table and its...
2001-01-13 Peter EisentrautWindows wants shared libraries in PATH.
2001-01-13 Marc G. Fourniercheck one last time for any erros ...
2001-01-13 Peter EisentrautNew shell for the to be written CHECKPOINT documentatio...
2001-01-13 Marc G. Fournierignore his too
2001-01-13 Marc G. Fournierand this time?
2001-01-13 Marc G. Fourniertry this again ...
2001-01-13 Peter EisentrautClean up garbage.
2001-01-13 Peter EisentrautSurely one README file is enough.
2001-01-13 Bruce MomjianUpdate pgcvslog to fix problem with duplicate narratives.
2001-01-13 Marc G. Fournierokay, this appears to work ...
2001-01-12 Peter EisentrautSurely we don't need a 7.0.3 makefile in 7.1.
2001-01-12 Peter EisentrautUpdate information about compiling extension modules.
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-12 Bruce MomjianUpdate TODO list.
2001-01-12 Bruce MomjianUpdate TODO list.
2001-01-12 Philip WarnerFixed handling of renamed columns in PK constraints
2001-01-12 Bruce MomjianAdd to DROP todo.
2001-01-12 Bruce MomjianUpdate TODO list.
2001-01-12 Bruce MomjianUpdate TODO list.
2001-01-12 Tom LaneBring CREATE TABLE syntax synopsis into line with reali...
2001-01-12 Philip Warner- Check ntuples == 1 for various SELECT statements.
2001-01-12 Tom LanePreserve constraints and column defaults during CLUSTER.
2001-01-12 Marc G. Fourniercommit Oleg and Teodor's RD-tree implementation .....
2001-01-12 Marc G. FournierNew feature:
2001-01-11 Peter Eisentraut#ifdef out entire file for newer Cygwin versions.
2001-01-11 Peter EisentrautAdd DLLIMPORT to TransactionCommandContext.
2001-01-11 Peter EisentrautRemove useless DLLIMPORT (only needed in header files).
2001-01-11 Bruce MomjianUpdate TODO list.
2001-01-11 Marc G. Fournierreduce HISTORY changes from this list too
2001-01-11 Marc G. Fournierremove all the TODO updates, which drops of 12k from...
2001-01-11 Marc G. Fournierusing cvs2cl.pl, generate a list of changes from beta1...
2001-01-10 Peter EisentrautMake checks for global variables (sys_nerr, timezone...
2001-01-10 Hiroshi InoueRemoved a no longer needed SetWaitingForLock() call in
2001-01-10 Tom LaneDo The Right Thing (tm) if asked to cluster a temp...
2001-01-09 Michael MeskesSynced preproc.y with gram.y.
2001-01-09 Peter EisentrautRemove -L$(libdir) from DLLLIBS to prevent linking...
2001-01-09 Peter EisentrautAdd configure check for sys_nerr, to end all discussions.
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 Bruce MomjianThe KAME files md5.* and sha1.* have the following...
2001-01-09 Bruce MomjianApply proper sql.sgml change.
2001-01-09 Bruce MomjianAttached is a doc patch for doc/src/sgml/sql.sgml.
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 Bruce MomjianA patch for doc/src/sgml/plsql.sgml to add a little...
2001-01-09 Bruce MomjianApproaching the current documentation from a position...
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 PostgreSQL... jump version to beta3 ... beta2 was created and pulled...
2001-01-09 Tatsuo IshiiAdd a README file for multi-byte. This file is contribu...
2001-01-09 Hiroshi InoueDisable query cancel during HandleDeadLock().
2001-01-09 Vadim B. Mikheev1. Checkpoint.undo may be after checkpoint itself:
2001-01-09 Bruce MomjianUpdate TODO list.
2001-01-09 Tatsuo IshiiREADME.mb has been unified into SGML documents.
2001-01-09 Tom LaneFix oversight in planning of GROUP queries: when an...
2001-01-09 Tom LaneFix small but critical typo ...
2001-01-08 Tom LanePrevent vacuumdb from trying to vacuum template0.
2001-01-08 Tom LaneDocument the system attributes ctid and tableoid, which...
2001-01-08 Tom LaneDocument that we don't support ORDER BY with general...
2001-01-08 Peter EisentrautAdd rudimentary section about controlling kernel's...
2001-01-08 Bruce MomjianRemove compiler warning about uninitialized warnings.
2001-01-08 Tom Lanecheck for failure after vacuuming each DB, not only...
2001-01-08 Tom LaneAdd some debugging support code (ifdef'd out in normal...
2001-01-08 Tom LaneLockBuffer should not elog while holding buffer's cntx_...
2001-01-08 Hiroshi InoueKeep relations open until they are no longer needed.
2001-01-08 Tom LaneMake outfuncs/readfuncs treat OIDs properly as unsigned...
2001-01-07 Tom LaneCorrect nasty error in heap_update: it was releasing...
2001-01-07 Tom LaneClear QueryCancel and ProcDiePending at start of proc_e...
2001-01-07 Tom LaneFix recent breakage of query-cancel logic, see my pghac...
2001-01-07 PostgreSQL... tag configure as beta2 ..
2001-01-07 Tom LaneResultmap updates for OpenBSD, per report from bpalmer...
2001-01-07 Tom LaneModify readfuncs so that recursive use of stringToNode...
2001-01-07 Tom LaneClean up checking of relkind for ALTER TABLE and LOCK...
2001-01-06 Tom LaneLog memory context stats to stderr when reporting a...
2001-01-06 Tom LaneFix memory leak in relcache handling of rules: allocate...
2001-01-06 Peter EisentrautUse more portable syntax for 'find'.
2001-01-06 Peter EisentrautPolish help output. Allow --help to work with BSD...
2001-01-06 Tom LaneNo need for screen_size to be static.
2001-01-06 Peter EisentrautSimplify rules to build man pages so they run a lot...
2001-01-06 Tatsuo IshiiUpdate multibyte Japanese doc for 7.1.
2001-01-06 Peter EisentrautEXECUTE documentation, from "Robert B. Easter" <reaster...
2001-01-06 Peter EisentrautUpdate section on SQL syntax. (Still a lot to be done...
2001-01-06 Peter EisentrautSimplify the rules that explicitly allowed TYPE as...
2001-01-06 Tom LaneBring CREATE RULE reference page into some semblance...
2001-01-06 Tatsuo IshiiFix copy to make it more robust against unexpected...
2001-01-06 Hiroshi Inoueinit_irels() is changed to be called in RelationCacheIn...
next