OSDN Git Service

pg-rex/syncrep.git
2002-11-02 Tom LaneDuring swap_relfilenodes, swap relation size statistic...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-02 Tom LaneClean up a few fprintf(stderr)'s that should be elog's.
2002-11-02 Bruce MomjianAdd:
2002-11-02 Bruce MomjianUpdate:
2002-11-02 Bruce MomjianAdd:
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-11-02 Bruce MomjianAdd gcj discussion.
2002-11-02 Bruce MomjianRe-add Win32 missing files, I think.
2002-11-02 Bruce MomjianRe-add Win32 files.
2002-11-02 Bruce MomjianUpdate port list.
2002-11-02 Tom LaneUpdates from Giles Lean.
2002-11-02 Tom LaneMake it possible to run 'make installcheck' in contrib...
2002-11-02 Bruce MomjianAdd:
2002-11-01 Tom LaneFix contrib/rserv to install successfully when built...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-11-01 Tom LaneNeed -I. to build outside source tree.
2002-11-01 Tom LaneFix incorrect subdir value.
2002-11-01 Bruce MomjianAdd:
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-11-01 Tom LaneReduce a couple of debugging messages from LOG to DEBUG...
2002-11-01 Tom LaneReduce messages associated with shell-type function...
2002-11-01 Tom LaneUpdate to match expected results on OS X 10.2.
2002-11-01 Tom LaneAfter elog(PANIC), exit with abort() not proc_exit...
2002-11-01 Tom LaneCorrect ordering of geometry/freebsd entries, add one...
2002-11-01 Tom LaneUpdate for test changes.
2002-11-01 Tom LaneAvoid malloc(0) when printing a table of no columns...
2002-11-01 Tom LaneFix some bogus comments.
2002-10-31 Tom LaneAdd missing #include <errno.h>, per gripe from Alessio...
2002-10-31 Tom LaneUpdate description of timestamp types for 7.3 implement...
2002-10-31 Tom LaneGot tired of explaining why this Assert is not wrong.
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-31 Tom LaneFix miscalculation of remaining free space during tuple...
2002-10-31 Tom LaneAvoid use of inline functions that are not declared...
2002-10-31 Bruce MomjianClean up gram.y trailing spaces.
2002-10-30 Bruce MomjianAdd mention of T on .pot files, from pkuczynski@hypode.pl
2002-10-30 Barry LindReturn something meaningful for Statement.getFetchSize...
2002-10-30 Bruce MomjianClean up Unixware entry for Larry Rosenman
2002-10-30 Bruce MomjianAdd additional ORDER BY to join regression test, per...
2002-10-30 Bruce MomjianRemove /src/utils. Is final cleanup of getopt.c resure...
2002-10-29 Bruce MomjianAdd popen/pclose -> _popen/_pclose() mapping for Win32.
2002-10-29 Bruce MomjianUpdate ports list.
2002-10-29 Bruce MomjianUpdate ports list.
2002-10-29 Bruce MomjianUpdate ports list.
2002-10-29 Bruce MomjianUpdate comments.
2002-10-29 Bruce Momjiangetopt.c now in /port, for MS Win.
2002-10-29 Bruce MomjianRe-add getopt.c for MSWin psql.
2002-10-29 Bruce MomjianRe-add getopt.c.
2002-10-29 Bruce MomjianClean up markup in ports list.
2002-10-29 Bruce MomjianUpdate ports list.
2002-10-29 Bruce MomjianUpdate regression for FreeBSD 4.7, for Larry Rosenman
2002-10-29 Bruce MomjianUpdate Giles email address.
2002-10-29 Bruce MomjianReword:
2002-10-29 Bruce MomjianUpdate port list.
2002-10-29 Bruce MomjianUpdate port list.
2002-10-29 Bruce MomjianDone:
2002-10-29 Bruce MomjianUpdate port list.
2002-10-29 Bruce MomjianUpdate port list.
2002-10-28 Bruce MomjianAdd ORDER BY to join regression test.
2002-10-28 Bruce MomjianUpdate from Neil Conway:
2002-10-28 Bruce Momjianfseeko NetBSD fix.
2002-10-27 Bruce MomjianUpdate ports list.
2002-10-27 Tom LaneSuppress compile warnings on OS X.
2002-10-26 Bruce MomjianUpdate ports.
2002-10-26 Bruce MomjianUpdate ports list.
2002-10-26 Bruce MomjianUpdate port list.
2002-10-26 Bruce MomjianUpdate ports.
2002-10-26 Tom LaneAdd missing semicolons to a few PG_FUNCTION_INFO_V1...
2002-10-26 Bruce MomjianUpdate BSD/OS as supported platform.
2002-10-25 Tom LaneAdd dummy variable declaration to PG_FUNCTION_INFO_V1...
2002-10-25 Tom LaneRemove #warning directive, which is nonstandard and...
2002-10-25 Bruce MomjianAdd:
2002-10-25 Bruce MomjianChange to fseeko(), per Philip.
2002-10-25 Barry LindPatch submitted by Kris Jurka to fix arrayindexoutofbou...
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-24 Tom LaneCode review for connection timeout patch. Avoid unport...
2002-10-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-10-24 Tom LaneAdd note about sort order of character datatypes being...
2002-10-24 Tom LaneMake link to schema inspection functions more clear.
2002-10-24 Peter EisentrautAdd introductory sections explaining what each book...
2002-10-24 Bruce MomjianFix include for NetBSD.
2002-10-24 Bruce MomjianAdd prototype include to fseeko.c.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-24 Bruce MomjianStamp for 7.3 beta3.
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianAdd fseeko/ftello prototypes for BSD/OS only to c.h.
2002-10-23 Bruce MomjianAdd mention of postgres signals to reference page
2002-10-23 Bruce MomjianImprove coding style of new function.
2002-10-23 Bruce MomjianMake BSD/OS fseeko thread-safe.
2002-10-23 Bruce MomjianAdd comments on bsd/os handling.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-22 Tom LanePerform transaction cleanup operations in a less ad...
2002-10-22 Bruce MomjianUpdated German FAQ, from Ian Barwick
2002-10-22 Tom Lanecreate_index test must run after create_misc test.
2002-10-22 Peter EisentrautUpdate build system.
2002-10-22 Peter EisentrautUpdate for test changes.
2002-10-22 Peter EisentrautAdd DLLIMPORT declarations required by contrib with...
next