OSDN Git Service

pg-rex/syncrep.git
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...
2001-01-06 Tom LaneFix NOT NULL option for plpgsql variables (doesn't...
2001-01-06 Tom LaneFix misplaced strdup(), which could lead to error messa...
2001-01-05 Tom LaneRename and document some invalidation routines to make...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2001-01-05 Tom LaneDisallow creation of a child table by a user who does...
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Peter EisentrautAllow NetBSD's libedit to be used instead of GNU Readli...
2001-01-04 Peter EisentrautCorrect path where to check for password file existance.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Tom LaneClean up some unnecessary fragility in EXECUTE command.
2001-01-04 Tom LaneRepair guaranteed core dump in SPI_exec(). Guess this...
2001-01-04 Hiroshi InoueI neglected to remove a debug message,sorry.
2001-01-04 Tom Lanepg_dump failed to handle backslashes embedded in functi...
2001-01-03 Tom LaneFix breakage of rules using NOTIFY actions, per bug...
2001-01-03 Tom LaneNew file format for COPY BINARY, in accordance with...
2001-01-03 Tom LaneMakeRetrieveViewRuleName was scribbling on memory that...
2001-01-03 Thomas G. LockhartRepair always-broken date_part('quarter',timestamp).
2001-01-03 Bruce MomjianUpdate TODO list.
2001-01-03 Bruce MomjianUpdate TODO list.
2001-01-02 Peter EisentrautOnly update stamp-h if config.status actually looks...
2001-01-02 Bruce MomjianI've found a memory leak in libecpg of PostgreSQL 7...
2001-01-02 Tom LaneDocument tuple ordering differences as a possible cause of
next