summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-05-01Remove the contents of the src/corba subdirectory: this has been dead codeNeil Conway
2005-04-30Change catalog entries for record_out and record_send to show only oneTom Lane
2005-04-30Make record_out and record_send extract type information from the passedTom Lane
2005-04-30Use the standard lock manager to establish priority order when thereTom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30Fix BCC to not define compiler location.Bruce Momjian
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2005-04-29Remove extern from optreset that was just added.Bruce Momjian
2005-04-29Improve cleanup from win32 client-only build.Bruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-04-29This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-28Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund