OSDN Git Service

pg-rex/syncrep.git
2005-05-20 Neil ConwayAdd some links to the CREATE FUNCTION reference page...
2005-05-20 Neil ConwayMake the CREATE RULE syntax description in rules.sgml...
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2005-05-19 Tom LaneMake a comment pgindent-proof, per suggestion from...
2005-05-19 Tom LaneUpdate comment that I missed the first time around.
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-18 Neil ConwayUpon closer inspection, Greg's psql tab completion...
2005-05-18 Neil Conwaypsql tab completion improvements, from Greg Sabino...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-05-17 Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-17 Bruce MomjianUpdate:
2005-05-17 Bruce MomjianConvert Chinese FAQ to valid XHTML, finally.
2005-05-17 Bruce MomjianFix Chinese markup some more.
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2005-05-17 Neil ConwayGiST improvements:
2005-05-17 Bruce MomjianFix markup:
2005-05-17 Bruce MomjianUpdate italics.
2005-05-17 Tom LaneModify tidbitmap.c to avoid creating a hash table until...
2005-05-17 Bruce MomjianUpdate italics on web site.
2005-05-16 Bruce MomjianUpdate italics on web site.
2005-05-16 Bruce MomjianUpdate Chinese FAQ to validate properly.
2005-05-16 Neil ConwayFix typo in comment.
2005-05-16 Neil ConwayFix a few minor mistakes in header comments. From Qingq...
2005-05-16 Bruce MomjianUpdate Chinese FAQ to xhtml.
2005-05-16 Tom LaneAdjust out-of-date comment.
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-05-15 Neil ConwayVarious style cleanups for GiST; no changes to function...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-14 Tom LaneFurther marginal speed hacking: in MemoryContextReset...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-14 Tom LaneMinor speed hacks in AllocSetReset: avoid clearing...
2005-05-14 Tom LaneConvert the existing regression test scripts for the...
2005-05-14 Bruce MomjianRe-order items, add mention of how to propose working...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-13 Bruce MomjianAdd -N make flag to bcc builds from /src dir.
2005-05-13 Tom LaneAdd missing quote, per Dave Page.
2005-05-13 Tom LaneUpdate createuser examples to match the current program...
2005-05-13 Tom LaneFix broken markup.
2005-05-13 Bruce MomjianUpdate chinese encoding specification.
2005-05-13 Neil ConwayAdd regression test for consecutive newlines in COPY...
2005-05-12 Tom LaneRemove some unnecessary code: since ExecMakeFunctionRes...
2005-05-12 Neil ConwayThis patch makes some minor style cleanups to contrib...
2005-05-11 Tom LaneGive pg_regress a --load-language option, so that it...
2005-05-11 Bruce Momjiana small tweak to enable display in the log file
2005-05-11 Bruce MomjianThis patch will ensure that the hash table iteration...
2005-05-11 Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11 Bruce MomjianUpdate FAQ URLs.
2005-05-11 Bruce MomjianDocument where to download free Microsoft and Borland...
2005-05-11 Bruce MomjianDocument that bcc compiles now need the -N flag, backpa...
2005-05-11 Bruce MomjianUpdate Chinese FAQ, per Magnus.
2005-05-11 Bruce MomjianTag 1000000L as long for compuation.
2005-05-11 Neil ConwayFix newly introduced spelling error.
2005-05-11 Bruce MomjianAdd mention that not all functions are listed.
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-11 Bruce MomjianAdd Chinese FAQ.
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-10 Bruce MomjianItem removed from CVS:
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
2005-05-10 Neil ConwayFix typo in comment.
2005-05-10 Bruce MomjianAdd:
2005-05-10 Bruce MomjianAdd:
2005-05-10 Bruce MomjianDone:
2005-05-10 Neil ConwayRegression tests for the COPY CSV header feature. From...
2005-05-09 Bruce MomjianRename encryption section.
2005-05-09 Bruce MomjianRemove encryption FAQ item now that we have a doc section.
2005-05-09 Bruce MomjianImprove wording of new documentation section on encrypt...
2005-05-09 Neil ConwayUpdate "expected" regression test output for the recent...
2005-05-09 Tatsuo IshiiFix duplicate call to WRITE_NODE_FIELD(whereClause...
2005-05-09 Tom LaneAdd some defenses against functions declared to return...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-05-09 Tom LaneUpdate release notes for upcoming re-releases.
2005-05-08 Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-08 Bruce MomjianAdd encryption section to documentation.
2005-05-08 Bruce MomjianDocumentation adjustments.
2005-05-07 Tom LaneRepair very-low-probability race condition between...
2005-05-07 Tom LaneAdjust time qual checking code so that we always check...
2005-05-07 Tom LaneFix case in which a debug printout would print already...
2005-05-07 Bruce MomjianAdd description:
2005-05-07 Bruce MomjianAdd comment on C locale test for upper/lower/initcap().
2005-05-07 Neil ConwayRevert the ld --as-needed patch. This breaks Fedora...
2005-05-07 Bruce MomjianDone:
2005-05-07 Bruce MomjianAdd items:
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-06 Bruce MomjianUpdate backend flowchart HTML.
2005-05-06 Bruce MomjianUpdate flowchart sections to match current CVS.
2005-05-06 Bruce MomjianMarkup improvements.
2005-05-06 Bruce MomjianUpdate backend flowchard wording
2005-05-06 Bruce MomjianAdjust question spacing.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-06 Tom LaneUpdate misleading comment about the use of lanpltrusted...
2005-05-06 Bruce MomjianUpdate comment to mention "Name classification hierarch...
2005-05-06 Bruce MomjianRemove documentation that CSV didn't handle carriage...
2005-05-06 Bruce MomjianConvert some mulit-line comments in copy.c to single...
2005-05-06 Tom LaneMarginal performance improvements in dynahash: make...
2005-05-05 Tom LaneFix bogus hashtable setup. (This code has quite a...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
next