Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
Tom Lane 278bd0cc22 For some reason access/tupmacs.h has been #including utils/memutils.h, 21 years ago
Tom Lane 4eec2f2407 Update misleading comment about the use of lanpltrusted ... it is 21 years ago
Bruce Momjian acc4f3e3cb Update comment to mention "Name classification hierarchy" as place to 21 years ago
Bruce Momjian 051ecca022 Remove documentation that CSV didn't handle carriage returns and line 21 years ago
Bruce Momjian 902338e06d Convert some mulit-line comments in copy.c to single line, as appropriate. 21 years ago
Tom Lane fba2a104c6 Marginal performance improvements in dynahash: make sure that everything 21 years ago
Tom Lane 6f1ca7e457 Fix bogus hashtable setup. (This code has quite a few other problems 21 years ago
Tom Lane c2e729fa20 Make standalone backends ignore pg_database.datallowconn, so that there 21 years ago
Bruce Momjian 64c8635a4d On Win32, libintl replaces snprintf() with its own version that 21 years ago
Tom Lane 160ca10609 Per core discussion, we should push out a 7.2.* release too while 21 years ago
Bruce Momjian bd9b2fa84b Add comments on WSAStartup usage. 21 years ago
Bruce Momjian 3731a400b4 Add WSACleanup() for Win32 socket cleanup. 21 years ago
Neil Conway d445b413c6 The issue has been raised in the past that our build system links each 21 years ago
Tom Lane db70a31294 Adjust nodeBitmapIndexscan to keep the target index opened from plan 21 years ago
Bruce Momjian e6e7e64345 Update "control" item. 21 years ago
Bruce Momjian 45c2171024 Typo fix, Dave Held 21 years ago
Tom Lane d468e19a06 Allow implicit cast from any named composite type to RECORD. At the 21 years ago
Tom Lane 13f75e378e Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, 21 years ago
Tom Lane a5ed98ba5a Preliminary release notes for 8.0.3, 7.4.8, 7.3.10. 21 years ago
Tom Lane f593dda030 Spell DELIMITER correctly, per Seamus Dean. 21 years ago
Tom Lane 126eaef651 Clean up MultiXactIdExpand's API by separating out the case where we 21 years ago
Tom Lane 893b57c871 Alter the signature for encoding conversion functions to declare the 21 years ago
Tom Lane 177af51c04 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Bruce Momjian 47ce51c04a Add FAQ on who controls the project. 21 years ago
Bruce Momjian 3de0e72b56 Completed: 21 years ago
Bruce Momjian 76668e6eb4 Check the file system on postmaster startup and report any unreferenced 21 years ago
Neil Conway b656150ec0 Add some missing "See Also" entries to the domain-related SQL reference 21 years ago
Neil Conway f478856c7f Change SPI functions to use a `long' when specifying the number of tuples 21 years ago
Tom Lane 6c412f0605 Change CREATE TYPE to require datatype output and send functions to have 21 years ago
Tom Lane ae793ff63c Fix incorrect backslashing in regexp example, per Robert Treat. 21 years ago
Tom Lane 768eaf1416 Mention the actual stored size of NUMERIC values, per David Fetter. 21 years ago
Neil Conway 628c0893fd Remove the contents of the src/corba subdirectory: this has been dead code 21 years ago
Tom Lane 7f8d2fe31c Change catalog entries for record_out and record_send to show only one 21 years ago
Tom Lane d7018abe06 Make record_out and record_send extract type information from the passed 21 years ago
Tom Lane 93b2477278 Use the standard lock manager to establish priority order when there 21 years ago
Neil Conway 47458f8c2f GCC 4.0 includes a new warning option, -Wformat-literal, that emits 21 years ago
Bruce Momjian 16d4418bf5 Fix BCC to not define compiler location. 21 years ago
Bruce Momjian 23cf3986cf Update FAQ. 21 years ago
Bruce Momjian ef1b4fbb56 Update replication FAQ. 21 years ago
Tom Lane 3a694bb0a1 Restructure LOCKTAG as per discussions of a couple months ago. 21 years ago
Bruce Momjian 32d3b47e6f Remove extern from optreset that was just added. 21 years ago
Bruce Momjian 930dd70992 Improve cleanup from win32 client-only build. 21 years ago
Bruce Momjian 7cebfdf211 Backpatch BCC compile changes to 8.0.X for psql. 21 years ago
Neil Conway 18b5ef5a76 This patch fixes a bug in the error message emitted by pg_restore on an 21 years ago
Bruce Momjian daec16d0ba Done: 21 years ago
Tom Lane bedb78d386 Implement sharable row-level locks, and use them for foreign key references 21 years ago
Dennis Bjorklund d902e7d63b Fix a whitespace problem. From Alvaro Herrera. 21 years ago
Bruce Momjian 5de947624a Add WAL compression item to TODO.detail. 21 years ago
Bruce Momjian a65b1b738c Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to 21 years ago