summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-05-15Various style cleanups for GiST; no changes to functionality.Neil Conway
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-14Further marginal speed hacking: in MemoryContextReset, don't callTom Lane
2005-05-14Minor refactoring to eliminate duplicate code and make startup aTom Lane
2005-05-14Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane
2005-05-14Convert the existing regression test scripts for the various optionalTom Lane
2005-05-13Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane
2005-05-13Add -N make flag to bcc builds from /src dir.Bruce Momjian
2005-05-13Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway
2005-05-12Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane
2005-05-11Give pg_regress a --load-language option, so that it can be used to testTom Lane
2005-05-11This patch will ensure that the hash table iteration performed byBruce Momjian
2005-05-11This patch refactors away some duplicated code in the index AM buildNeil Conway
2005-05-11This patch reduces the size of the message header used by statisticsNeil Conway
2005-05-11Code cleanup: in C89, there is no point casting the first argument toNeil Conway
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-10Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian
2005-05-10Fix typo in comment.Neil Conway
2005-05-10Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway
2005-05-09Update "expected" regression test output for the recent stats collectorNeil Conway
2005-05-09Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmtTatsuo Ishii
2005-05-09Add some defenses against functions declared to return set that don'tTom Lane
2005-05-09Complete the following TODO items:Neil Conway
2005-05-08Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-07Fix case in which a debug printout would print already-pfreed data.Tom Lane
2005-05-07Add comment on C locale test for upper/lower/initcap().Bruce Momjian
2005-05-07Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian
2005-05-06Update backend flowchart HTML.Bruce Momjian
2005-05-06Update flowchart sections to match current CVS.Bruce Momjian
2005-05-06Markup improvements.Bruce Momjian
2005-05-06Update backend flowchard wordingBruce Momjian
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-06Update comment to mention "Name classification hierarchy" as place toBruce Momjian
2005-05-06Convert some mulit-line comments in copy.c to single line, as appropriate.Bruce Momjian
2005-05-06Marginal performance improvements in dynahash: make sure that everythingTom Lane
2005-05-05Fix bogus hashtable setup. (This code has quite a few other problemsTom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane
2005-05-05Add comments on WSAStartup usage.Bruce Momjian
2005-05-05Add WSACleanup() for Win32 socket cleanup.Bruce Momjian
2005-05-05Adjust nodeBitmapIndexscan to keep the target index opened from planTom Lane
2005-05-05Allow implicit cast from any named composite type to RECORD. At theTom Lane
2005-05-04Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane
2005-05-04Spell DELIMITER correctly, per Seamus Dean.Tom Lane
2005-05-03Clean up MultiXactIdExpand's API by separating out the case where weTom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway