OSDN Git Service

pg-rex/syncrep.git
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
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2001-01-02 Tom LaneTweak temporary-installation setup so that it doesn...
2001-01-01 Tom LaneUpdate geometry-alpha-precision.out per reports from...
2001-01-01 Tom LaneDefine HAVE_LIBZ only if we detect <zlib.h> as well...
2001-01-01 Tom LaneCLUSTER forgot to create a TOAST table for the clustere...
2001-01-01 Tom LaneEnsure attcacheoff is written out as -1 when writing...
2001-01-01 Tom LaneUpdate comment.
2000-12-31 Tom LaneMark geometric 'overlaps' operators (&&) as self-commut...
2000-12-31 Tom LaneFix typo in error message.
2000-12-31 Tom LaneDon't say 'export PGHOST' or 'export PGPORT' unless...
2000-12-31 Tom LaneOn further thought, we need a defense against empty...
2000-12-31 Tom LaneIgnore PGPORT environment variable if it is an empty...
2000-12-31 Tom LaneReverse #if test to be defined(__osf__) rather than...
2000-12-31 Peter EisentrautRemove incorrect use of rl_special_prefixes until furth...
2000-12-31 Tom LaneNetBSD/Alpha porting fixes from tom@minnesota.com.
2000-12-30 Tom LaneBe more careful about the difference between signed...
2000-12-30 Peter EisentrautCorrect UNDER syntax.
2000-12-30 Peter EisentrautCorrect UNDER syntax.
2000-12-30 Peter EisentrautRefinements
2000-12-30 Peter EisentrautRemove C++ comment.
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-30 Peter EisentrautAdd mention of sysctl(8) for IPC tuning on Linux.
2000-12-30 Peter EisentrautRemove incorrect assert.
2000-12-30 Vadim B. MikheevFixed misprint in heap update WALoging.
2000-12-30 Tatsuo IshiiImporve messages.
2000-12-30 Tom LaneApparently, special float8 comparison file for Alpha...
2000-12-30 Tom LaneClean up spinlock assembly code slightly (just cosmetic...
2000-12-30 Tom LaneParanoia about possible values of errno after a shmget...
2000-12-30 Tom LaneRemove obsolete and unportable enable_plpgsql script...
next