Commit Graph

20152 Commits (d3b62275e608b389cd15070643e005bd46a05c1c)
 

Author SHA1 Message Date
Bruce Momjian d3b62275e6 Done: 21 years ago
Neil Conway 8c4da76cf3 Regression tests for the COPY CSV header feature. From Andrew Dunstan. 21 years ago
Bruce Momjian 6080da501c Rename encryption section. 21 years ago
Bruce Momjian 0b95390a25 Remove encryption FAQ item now that we have a doc section. 21 years ago
Bruce Momjian 89517a2b45 Improve wording of new documentation section on encryption, and move it 21 years ago
Neil Conway 1580f6cd6e Update "expected" regression test output for the recent stats collector 21 years ago
Tatsuo Ishii 9dfb763f24 Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt 21 years ago
Tom Lane 1198d63397 Add some defenses against functions declared to return set that don't 21 years ago
Neil Conway 4744c1a0a1 Complete the following TODO items: 21 years ago
Tom Lane d8c21181ce Update release notes for upcoming re-releases. 21 years ago
Tom Lane 1199026e9e Update release checklist to reflect that HISTORY and INSTALL don't 21 years ago
Bruce Momjian 99354440b5 Add encryption section to documentation. 21 years ago
Bruce Momjian 545828a754 Documentation adjustments. 21 years ago
Tom Lane 30f540be43 Repair very-low-probability race condition between relation extension 21 years ago
Tom Lane b72e5fa17b Adjust time qual checking code so that we always check TransactionIdIsInProgress 21 years ago
Tom Lane 4cd4ed0cc2 Fix case in which a debug printout would print already-pfreed data. 21 years ago
Bruce Momjian 8a9e32912e Add description: 21 years ago
Bruce Momjian 3adba41a3c Add comment on C locale test for upper/lower/initcap(). 21 years ago
Neil Conway d733f110cd Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange 21 years ago
Bruce Momjian f65803a2c3 Done: 21 years ago
Bruce Momjian 5894e7e36e Add items: 21 years ago
Bruce Momjian b63990c6a8 Add COPY WITH CVS HEADER to allow a heading line as the first line in 21 years ago
Bruce Momjian ce1ab398dd Update backend flowchart HTML. 21 years ago
Bruce Momjian 33c5fce8db Update flowchart sections to match current CVS. 21 years ago
Bruce Momjian 63ef676781 Markup improvements. 21 years ago
Bruce Momjian 8903592b10 Update backend flowchard wording 21 years ago
Bruce Momjian 6ceebcac3a Adjust question spacing. 21 years ago
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