OSDN Git Service

pg-rex/syncrep.git
2002-01-18 Bruce MomjianImprove non-thread-safe mention of libpq's crypt.
2002-01-18 Bruce MomjianImprove description of autocommit behavior in ecpg...
2002-01-18 Bruce MomjianYou might want to run pg_indent on pg_backup_db.c howev...
2002-01-18 Dave CramerFixes to getImportedKeys/getExportedKeys from Jason...
2002-01-18 Tom LaneFix pg_restore to handle the 'set max oid' entry correc...
2002-01-18 Tom LaneAdd missing 'else', per report from sugita@sra.co.jp.
2002-01-18 Michael MeskesAccept subsequent commits. This should have been just...
2002-01-18 Bruce MomjianEnable /contrib/pg_upgrade, mention little testing.
2002-01-18 Tom LaneExplain privileges required for LOCK. Minor wordsmithi...
2002-01-18 Tom LanePoint out that superusers bypass privilege checking...
2002-01-16 Tom LaneFix misstatements added by Bruce.
2002-01-16 Bruce MomjianAdd more comments to tqual.c for visibility functions.
2002-01-16 Tom LaneTOAST needs to do at least minimal time-qual checking...
2002-01-16 Tom LaneFix init_irels to close the pg_internal.init file befor...
2002-01-15 Tom LaneIf we fail to rename pg_internal.init into place, delet...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2002-01-15 Tom LaneFix typo that caused equalTriggerDescs() to return...
2002-01-15 Barry LindApplied patch submitted by Ryouichi Matsuda (r-matuda...
2002-01-15 Barry LindApplied patch from Ryouichi Matsuda <r-matuda@sra.co...
2002-01-15 Bruce MomjianManual page improvements.
2002-01-15 Bruce MomjianMore cleanups.
2002-01-15 Tom Lanepg_upgrade doesn't live here anymore. Remove dangling...
2002-01-15 Bruce MomjianKeep pg_upgrade as disabled.
2002-01-15 Bruce MomjianMore wording improvements.
2002-01-15 Bruce MomjianMore updates.
2002-01-15 Bruce MomjianRemove old pg_upgrade script, from Tom.
2002-01-15 Bruce MomjianMore cleanups with ideas from Peter.
2002-01-15 Bruce MomjianAdd Peter's portability and option suggestions.
2002-01-14 Bruce MomjianUpdate permissions?
2002-01-14 Tom LaneReduce severity of 'XLogFlush: request is not satisfied...
2002-01-14 Tom LaneEnsure that ecpg/test is cleaned by higher-level 'make...
2002-01-14 Bruce MomjianAdd README file.
2002-01-14 Bruce MomjianDoc improvements.
2002-01-14 Bruce MomjianAdd manual page to /contrib. SGML from docs.
2002-01-14 Bruce MomjianMove pg_upgrade to /contrib. Still need to make Peter...
2002-01-14 Bruce MomjianSmall AIX fixes from Rick Flower.
2002-01-14 PostgreSQL... tag as beta 5 for *hopefully* a very very short beta...
2002-01-13 Bruce MomjianFix recreation of sequence files for 7.2 also because...
2002-01-13 Michael Meskes - Fixed variable handling for struct members.
2002-01-13 Bruce MomjianNow works for 7.1 databases.
2002-01-13 Bruce MomjianNow tested on 7.2->7.2 migration; still disabled....
2002-01-13 Bruce MomjianKeep it disabled.
2002-01-13 Bruce MomjianWow, it actually worked for the regression database...
2002-01-12 Tom LaneBump catversion to ensure people apply recent timestamp...
2002-01-12 Tom LaneUpdate horology expected results (this variant extrapol...
2002-01-12 Tom LaneUpdate horology expected results (this variant verified...
2002-01-12 Thomas G. LockhartRepair bugs in declarations of routines to add timestam...
2002-01-11 Tom LaneFix pg_dump to read-lock all tables to be dumped as...
2002-01-11 Tom LaneCode review for latest changes.
2002-01-11 Bruce MomjianMore man pages improvements; also needed to test sgml...
2002-01-11 Bruce MomjianSync up.
2002-01-11 Tom LaneVACUUM must make sure that a HEAP_MARKED_FOR_UPDATE...
2002-01-11 Tom LaneFix sequence creation to set the t_xmin of a sequence...
2002-01-11 Michael MeskesAdded Christof's fixes.
2002-01-11 Bruce MomjianMore testing, more cleanups.
2002-01-11 Bruce Momjianpg_resetxlog specifies log location in hex; more pg_up...
2002-01-11 Bruce MomjianMore cleanups.
2002-01-11 Hiroshi Inoue*** empty log message ***
2002-01-11 Bruce MomjianMore updates for int8 sequence restoration. Old dump...
2002-01-11 Bruce MomjianHandle int4-int8 sequence migration without full data...
2002-01-11 Hiroshi InoueAdd a directory to save the changes until 7.3-tree...
2002-01-11 Bruce MomjianMore improvements using pg_resetxlog. still disabled.
2002-01-10 Bruce MomjianHave pg_resetxlog -n return zero exit status.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianRemove 7.1beta WAL handling from /contrib/pg_resetxlog.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianUpdate FAQ.
2002-01-10 Bruce MomjianAdd new -l flag to set checkpoint location for /contrib...
2002-01-10 Peter EisentrautTemporary workaround for links within bibliography...
2002-01-10 Bruce MomjianPer Tom, do full reset on -x flag.
2002-01-10 Bruce MomjianAdd new -x XID option to /contrib/pg_resetxlog for...
2002-01-10 Michael MeskesInclude sqlca.h automatically.
2002-01-10 Bruce MomjianMore pg_upgrade improvements. Almost done, except...
2002-01-10 Bruce MomjianMore improvements; still disabled. (Don't panic.)
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2002-01-09 Tom LaneDescribe type casts under the heading of Value Expressi...
2002-01-09 Bruce MomjianUpdate with new features. Still disabled.
2002-01-09 Tom LaneFix use of 'char' to hold result of getc, per bug repor...
2002-01-09 Tom LaneFix portability problem (result of getopt is int, not...
2002-01-09 Bruce MomjianRemove clog copy.
2002-01-09 Bruce MomjianMake improvements to pg_upgrade; is still disabled.
2002-01-09 Bruce MomjianAdd quotes around $bindir.
2002-01-09 Peter EisentrautMake spelling of operating system names match official...
2002-01-09 Tom LaneFix include paths for case of VPATH build.
2002-01-08 Peter EisentrautAdjust spelling of article titles to match the original...
2002-01-08 Tom Lanemake install failed in VPATH build.
2002-01-08 Tom LaneFix copy-and-paste mistake exposed by gcc warning.
2002-01-08 Tom LaneIn a VPATH build, resultmap must be one of the symlinke...
2002-01-08 Peter EisentrautRevert last change (CFLAGS+=-g). Probably was a mistake...
2002-01-08 Bruce MomjianUpdate Lockhart's email address.
2002-01-08 Bruce MomjianUpdate Thomas Lockhart's email address to lockhart...
2002-01-08 Tom LaneRemove shift/reduce conflicts introduced by last change.
2002-01-08 Peter EisentrautRepair the GEQO bibliography. It was marked up all...
2002-01-08 Tom LaneFix lpad() and rpad() to produce correct results in...
2002-01-08 Peter EisentrautPoint to main CPAN site, and reword a little.
2002-01-08 Tom LaneMinor wordsmithing.
next