OSDN Git Service

pg-rex/syncrep.git
2004-08-31 Tom Laneneeds_toast_table() should ignore dropped columns.
2004-08-31 Tom LaneCode review for recent changes in guc-file.l. Avoid...
2004-08-31 Tom LaneCode review for various recent GUC hacking. Don't...
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
2004-08-31 Tom LaneFlushRelationBuffers was also being a bit cavalier...
2004-08-31 Tom Lanecopy_relation_data was mistakenly assuming that the...
2004-08-31 Bruce MomjianDefine lstat with parameters, rather than just redefini...
2004-08-31 Bruce MomjianFix typo in lstat() macro exposed by new tablespace...
2004-08-31 Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-31 PostgreSQL... tag configure beta2
2004-08-30 Tom LaneImprove spinlock selftest to make it able to detect...
2004-08-30 Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-30 Tom LaneAvoid ambiguity, as per suggestion from Peter Stricker.
2004-08-30 Tom LaneRather than referring to src/tutorial/README, put the...
2004-08-30 Tom LaneFix obviously-utterly-untested noTocComments code.
2004-08-30 Tom LaneEnsure that the remainder of the current pg_clog page...
2004-08-30 Tom LaneFix failure to advance nextXID beyond subtransactions...
2004-08-30 Bruce MomjianRemove item because it is on the open item list:
2004-08-30 Tom LaneTweak md.c logic to cope with the situation where WAL...
2004-08-30 Tom LaneDept. of second thoughts: it'd be a good idea to flush...
2004-08-30 Bruce MomjianAdd Win32 service capability to pg_autovacuum.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-30 Tom LaneAdd note that contrib/rserv is gone.
2004-08-30 Tom LaneAdd explicit note that empty-string array element value...
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianUpdate typedefs with /lib info.
2004-08-29 Tom LaneReplace bcopy by memmove for more portability.
2004-08-29 Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate with new typedefs. Remove java and c++ parts...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianFix for postc function win32_waitpid(int *exitstatus...
2004-08-29 Bruce MomjianAdjust regression expected file for new grant language...
2004-08-29 Bruce MomjianAdd hint about using GRANT with non-trusted languages.
2004-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29 Bruce MomjianAdd comment on palloc use and DLLIMPORT>
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-08-28 Bruce MomjianThe attached patch improves pg_ctl's win32 service...
2004-08-28 Bruce Momjian> Am Dienstag, 17. August 2004 14:26 schrieb Fabien...
2004-08-28 Bruce MomjianFix high-bit comparison compiler warning in pg_dump.
2004-08-28 Bruce MomjianAdd regression tests for ALTER INDEX.
2004-08-28 Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28 Bruce MomjianPropogate pg_ctl -D to the postmaster for command-line...
2004-08-28 Tom LaneAdd missing Assert to make TransactionIdDidAbort more...
2004-08-28 Tom LaneRemove contrib/rserv, since there are better replicatio...
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-28 Bruce Momjian> > Another issue is that when installing the Postgres...
2004-08-28 Bruce MomjianUse dynamic buffer for token buffer in win32 admin...
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-28 Joe ConwayFurther tightening of the array literal parser. Prevent...
2004-08-28 Tom LaneCan't truncate pg_subtrans during a recovery checkpoint...
2004-08-28 Tom LaneAdd missing semicolon; some bison versions warn of...
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-27 Bruce MomjianUpdate wording:
2004-08-27 Bruce MomjianUpdate win32 comments.
2004-08-27 Bruce MomjianUpdate:
2004-08-26 Tom LaneFix user locks. Broken some time ago for all platforms...
2004-08-26 Tom LaneImprove some comments.
2004-08-26 Bruce MomjianNew Win32 wording that mentions "code".
2004-08-26 Bruce MomjianUpdate documentation to prefer CIDR format for pg_hba...
2004-08-26 Bruce MomjianUpdate Win32 wording.
2004-08-26 Bruce MomjianAdd warning about Win32 bugs in this release.
2004-08-26 Bruce MomjianUpdate Japanese FAQ.
2004-08-26 Bruce MomjianUpdate tcp connection faq.
2004-08-26 Bruce MomjianAdd:
2004-08-25 Tom LaneFix typo in comment, per Andrew Dunstan.
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-24 Peter EisentrautTranslation update
2004-08-24 Peter EisentrautTranslation update
2004-08-24 Tom LaneAllow second and subsequent names in a qualified (dotte...
2004-08-24 Bruce MomjianUpdate item:
2004-08-24 Neil ConwayVarious minor improvements to the SGML documentation...
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-23 Bruce MomjianMention removal of page images in PITR files:
2004-08-23 Bruce MomjianUpdate that 8.0 will support MS Win natively.
2004-08-23 Bruce MomjianUpdate newest version number.
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-08-21 Bruce MomjianFix tab completion for ALTER INDEX.
2004-08-21 Tom LaneSeems it would be nice if the ALTER INDEX ref page...
2004-08-21 Tom LaneFix typo (extraneous comma).
2004-08-21 Bruce MomjianMention that to_char(interval) will be removed in 8.1.
2004-08-21 Bruce MomjianRemove Solaris bug mention in pg_hba.conf.
2004-08-21 Bruce MomjianFix pg_ctl -w to properly wait on server startup.
2004-08-21 Tom LaneRecent tightening of allowed array-literal syntax broke...
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-08-20 Tom LaneRecognize plpgsql EXCEPTION condition names at function...
2004-08-20 Bruce Momjian>>At this stage of the game I would just change pg_hba...
2004-08-20 Bruce MomjianAllow psql to use 7.4.X database by not referencing...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-20 Bruce MomjianAdd ALTER SCHEMA item detail:
2004-08-20 Bruce MomjianThey are two different problems; the TOC entry is impor...
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-08-20 Bruce MomjianAdd psql tab completion TODO:
2004-08-20 Bruce MomjianAttached is the third version of my patch that adds...
2004-08-20 Bruce MomjianThis patch allows pg_restore to recognize $-quotes...
2004-08-20 Bruce MomjianAdd mention of environment variable conflict with uncom...
2004-08-20 Bruce MomjianFix typo in new ALTER INDEX manual page.
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
next