OSDN Git Service

pg-rex/syncrep.git
2004-11-10 Bruce MomjianAdd SGML markup to 8.0 release notes.
2004-11-10 Michael MeskesList VALUE as a keyword.
2004-11-10 Bruce MomjianFix sgml markup tags.
2004-11-10 Bruce MomjianUpdate release notes to match CVS.
2004-11-10 Bruce MomjianDone:
2004-11-10 Bruce MomjianRemove performance TODO.detail. In TODO.
2004-11-10 Bruce MomjianAdd bitmap info:
2004-11-09 Tom LaneAllow planner to fold "stable" functions to constants...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-11-09 Bruce MomjianAdd:
2004-11-09 Peter EisentrautGet rid of perror(), substitute some better phrased...
2004-11-09 Bruce MomjianUpdate bitmap index description:
2004-11-09 Peter EisentrautTranslation updates
2004-11-09 Peter EisentrautClarify some strings
2004-11-09 Peter EisentrautTranslation update
2004-11-09 Peter EisentrautClarify some error messages
2004-11-09 Peter EisentrautTranslation update
2004-11-09 Neil ConwayDelete the `remove-old-headers' target, as it is no...
2004-11-09 Neil ConwayThis patch makes some cleanups to contrib/ to silence...
2004-11-09 Bruce MomjianFix typo:
2004-11-09 Bruce MomjianUpdate mmap details:
2004-11-09 Bruce MomjianRemove mmap TODO.detail, now in TODO.
2004-11-09 Bruce MomjianRemove inheritance, already in TODO.
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-11-08 Bruce MomjianRemove fadvise TODO.detail. Merged into TODO.
2004-11-08 Bruce MomjianUpdate:
2004-11-08 Tom LaneRecommend that archive_command be coded to not overwrit...
2004-11-08 Bruce MomjianUpdate workding on why we use is_absolute_path() as...
2004-11-08 Peter EisentrautUse correct function name in example
2004-11-08 Bruce MomjianRemove count TODO.detail now that info is in TODO.
2004-11-08 Bruce MomjianRemove count TODO.detail.
2004-11-08 Bruce MomjianRemove atttypmod TODO.detail and merge into TODO list.
2004-11-08 Bruce MomjianUpdate item description:
2004-11-08 Bruce MomjianRemove view TODO.detail.
2004-11-08 Bruce MomjianUpdate view info:
2004-11-08 Bruce MomjianRemove win32 TODO.detail.
2004-11-08 Bruce MomjianAllow win32/cygwin link against the first matching...
2004-11-08 Tom LaneKris Jurka pointed out that the qualified_name producti...
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-11-07 Peter EisentrautNew translation
2004-11-07 Peter EisentrautTranslation update
2004-11-07 Peter EisentrautTranslation updates
2004-11-07 Bruce MomjianRemoves duplicate slashes from the path in canonicalize...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-11-06 Tom LaneSimplify relative-path logic, on the assumption that...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-11-06 Bruce MomjianRemove directory from cmd.exe default shell.
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-11-06 Peter EisentrautReduce formatting entropy
2004-11-06 Bruce MomjianRemove:
2004-11-06 Bruce MomjianNow that we advertize only CIDR address in pg_hba.conf...
2004-11-06 Bruce MomjianVariable initializer no longer necessary.
2004-11-06 Bruce MomjianTests for COMSPEC in the right place and supply a reaso...
2004-11-06 Tom LaneFix sizeof(EXE) arithmetic, per Andrew Dunstan.
2004-11-06 Bruce Momjian*** empty log message ***
2004-11-06 Bruce MomjianUpdate "dash" to "hyphen".
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-11-05 Tom Lanepred_test() logic was being too narrow-minded about...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-05 Peter EisentrautSmall message clarifications
2004-11-05 Peter EisentrautTranslation update
2004-11-05 Bruce MomjianFix typo:
2004-11-05 Bruce MomjianAdd items:
2004-11-04 Bruce MomjianFix psql \e and \! for Win32.
2004-11-04 Tom LaneMinor documentation updates from Simon Riggs.
2004-11-04 Bruce MomjianAdd:
2004-11-04 Bruce MomjianAdd:
2004-11-04 Bruce MomjianUpdates from Simon Riggs:
2004-11-04 Bruce MomjianUpdate bitmap index entries:
2004-11-04 Neil ConwayFix build break, per report from Kris Jurka. Rename...
2004-11-04 Neil ConwayContrib build fixes:
2004-11-04 Bruce MomjianUpdate:
2004-11-04 Bruce MomjianHonor TMPDIR.
2004-11-03 Bruce MomjianMove trap to after the directory is created.
2004-11-03 Bruce MomjianCreate temporary files securely.
2004-11-03 Bruce MomjianUpdate tablespace temp usage item:
2004-11-03 Bruce MomjianAdd idea on auto-cluster:
2004-11-03 Bruce MomjianAdd idea on auto-cluster:
2004-11-03 Neil ConwayDon't create $DESTDIR/include/internal/lib, as it is...
2004-11-02 Peter EisentrautTab completion for CREATE TABLESPACE arguments. Patch...
2004-11-02 Bruce MomjianUpdate:
2004-11-02 Peter EisentrautTranslation updates
2004-11-02 Peter EisentrautTranslation updates
2004-11-02 Bruce MomjianMove pthread.h test up to use PTHREAD_CFLAGS.
2004-11-02 Bruce MomjianAdd comment to postc that get_progname() will call...
2004-11-02 Bruce MomjianAdd comment about memory failure of get_progname exitin...
2004-11-01 Tom Lanetimestamptz_trunc() should only recalculate the timezon...
2004-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
2004-11-01 Bruce MomjianThat's just the lovely way windows handles a "segfault...
2004-11-01 Bruce MomjianUpdate comment to point to proper file.
2004-11-01 Dave Cramerfixed bug in segfault REVOKE statement
2004-11-01 Neil ConwayTrivial fixes for English grammar in contrib/btree_gist...
2004-11-01 Bruce MomjianAdjust use of sizeof(EXE).
2004-11-01 Bruce MomjianClarify coding of .exe patch
2004-11-01 Bruce MomjianUpdate:
2004-11-01 Bruce MomjianAdd:
2004-10-31 Tom LaneUse psql -q option instead of 2>/dev/null during first...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-30 Tom LaneChange COMMIT back to the old behavior of emitting...
next