summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-159-55/+55
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-141-2/+5
* Minor refactoring to eliminate duplicate code and make startup aTom Lane2005-05-142-214/+161
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-141-4/+10
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-1430-176/+859
* Re-order items, add mention of how to propose working on a TODO item.Bruce Momjian2005-05-142-50/+64
* Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane2005-05-134-514/+658
* Add -N make flag to bcc builds from /src dir.Bruce Momjian2005-05-131-7/+7
* Add missing quote, per Dave Page.Tom Lane2005-05-131-2/+2
* Update createuser examples to match the current program behavior,Tom Lane2005-05-131-6/+25
* Fix broken markup.Tom Lane2005-05-131-1/+2
* Update chinese encoding specification.Bruce Momjian2005-05-131-1/+1
* Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway2005-05-132-0/+14
* Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane2005-05-121-8/+2
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-127-24/+23
* Give pg_regress a --load-language option, so that it can be used to testTom Lane2005-05-112-13/+25
* a small tweak to enable display in the log fileBruce Momjian2005-05-111-3/+3
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-111-7/+4
* Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian2005-05-111-2/+11
* Update FAQ URLs.Bruce Momjian2005-05-1110-13/+13
* Document where to download free Microsoft and Borland development tools.Bruce Momjian2005-05-111-1/+14
* Document that bcc compiles now need the -N flag, backpatch to 8.0.X.Bruce Momjian2005-05-111-2/+2
* Update Chinese FAQ, per Magnus.Bruce Momjian2005-05-111-843/+843
* Tag 1000000L as long for compuation.Bruce Momjian2005-05-111-2/+2
* Fix newly introduced spelling error.Neil Conway2005-05-111-2/+2
* Add mention that not all functions are listed.Bruce Momjian2005-05-113-1620/+1770
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-116-92/+48
* Add Chinese FAQ.Bruce Momjian2005-05-112-0/+1705
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-113-107/+129
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-119-28/+28
* Back out check for unreferenced files.Bruce Momjian2005-05-109-282/+26
* Item removed from CVS:Bruce Momjian2005-05-102-4/+4
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-103-14/+21
* Fix typo in comment.Neil Conway2005-05-101-2/+2
* Add:Bruce Momjian2005-05-102-2/+4
* Add:Bruce Momjian2005-05-102-2/+6
* Done:Bruce Momjian2005-05-102-6/+6
* Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway2005-05-102-0/+24
* Rename encryption section.Bruce Momjian2005-05-091-4/+4
* Remove encryption FAQ item now that we have a doc section.Bruce Momjian2005-05-092-39/+6
* Improve wording of new documentation section on encryption, and move itBruce Momjian2005-05-091-127/+156
* Update "expected" regression test output for the recent stats collectorNeil Conway2005-05-091-1/+1
* Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmtTatsuo Ishii2005-05-091-2/+1
* Add some defenses against functions declared to return set that don'tTom Lane2005-05-091-3/+4
* Complete the following TODO items:Neil Conway2005-05-097-24/+189
* Update release notes for upcoming re-releases.Tom Lane2005-05-091-6/+50
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-081-2/+1
* Add encryption section to documentation.Bruce Momjian2005-05-081-1/+127
* Documentation adjustments.Bruce Momjian2005-05-082-4/+4
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-074-18/+73