Commit Graph

19747 Commits (7b7abb7ccbf8beecb240fd10e334ad35d2efeef2)
 

Author SHA1 Message Date
Bruce Momjian 7b7abb7ccb More table markup fixes. 21 years ago
Bruce Momjian 6109a1ce18 Rework "aliases" column for encodings. 21 years ago
Bruce Momjian 074ba31e41 Fix markup typo. 21 years ago
Bruce Momjian f949baf9a2 Add missing conversion documentation for certain encodings. 21 years ago
Bruce Momjian e42e3b6c56 Reorder documented encodings to be alphabetical. 21 years ago
Bruce Momjian ee1bd33dd0 Document aliases for our supported encodings. 21 years ago
Tom Lane 78a572bf0c When cloning template0 (or other fully-frozen databases), set the new 21 years ago
Tom Lane c7bbe99452 Fix ALTER DATABASE RENAME to allow the operation if user is a superuser 21 years ago
Tom Lane fa5e44017a Adjust the API for aggregate function calls so that a C-coded function 21 years ago
Neil Conway de004e44e2 Add pg_buffercache contrib module, from Mark Kirkwood. 21 years ago
Neil Conway 919594f3e2 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Bruce Momjian 852ef58da9 Documention all our supported encodings. 21 years ago
Bruce Momjian 948c41f404 Done: 21 years ago
Bruce Momjian 5fdd9418ee Handle carriage returns and line feeds in COPY CSV mode. 21 years ago
Bruce Momjian 06a61d66f9 Done: 21 years ago
Bruce Momjian 45905425a0 Add warning about the need to increase "max_fsm_relations" and 21 years ago
Bruce Momjian c82f76e1ac Fix snprintf() to properly handle precision specification for %f. 21 years ago
Tom Lane a214e9c996 Fix problem with infinite recursion between write_syslogger_file and 21 years ago
Bruce Momjian b9de4a26cf Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
Bruce Momjian caad817d1c Add fprintf() custom version to libpgport. 21 years ago
Bruce Momjian 3bc6bdf322 Define snprintf() to call pg_snprintf() so our own snprintf-like 21 years ago
Bruce Momjian 6521cd9ae1 Add 'static' to initdb.c file-global variables. 21 years ago
Bruce Momjian c5159bc0c0 Mark file-global function and variables as static. 21 years ago
Bruce Momjian db48396a8a Fix typos. 21 years ago
Bruce Momjian 85ecedf1d8 Fix typos. 21 years ago
Bruce Momjian e185618f5d Fix typos. 21 years ago
Bruce Momjian 7e3a8d9a83 Fix typo. 21 years ago
Neil Conway c129c16492 Slight refactoring and optimization of some code in WaitOnLock(). 21 years ago
Bruce Momjian a258a1bba8 Add: 21 years ago
Tom Lane 595ed2a855 Make the behavior of HAVING without GROUP BY conform to the SQL spec. 21 years ago
Bruce Momjian 609e32b929 Add spinlock support for Itanium processor with Intel compiler. 21 years ago
Neil Conway 164adc4d39 Refactor fork()-related code. We need to do various housekeeping tasks 21 years ago
Bruce Momjian e829f82223 Add comma. 21 years ago
Bruce Momjian 3716e12808 Fix markup of URL. 21 years ago
Bruce Momjian 2b26458a91 Add URL for patches queues. 21 years ago
Neil Conway 4cd2fd66f8 Unbreak out-of-tree builds, by fixing a typo. 21 years ago
Neil Conway 30c1aa06bc Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$ 21 years ago
Bruce Momjian 61b640e35c Properly implement "Response files" for bcc. Add URL's to describe the 21 years ago
Tom Lane a52b4fb131 Adjust creation/destruction of TupleDesc data structure to reduce the 21 years ago
Bruce Momjian e3d7de6b99 Rename canonical encodings, per Peter: 21 years ago
Neil Conway c6ad5c2eb4 Here's a tiny fix for a harmless typo in catalog.c: 21 years ago
Tom Lane 1fcfa038ce Add a note that regression test row ordering differences can be caused 21 years ago
Tom Lane 849074f9ae Revise hash join code so that we can increase the number of batches 21 years ago
Teodor Sigaev 31b6d840f6 Prevent rank change in case of duplicate search terms 21 years ago
Tom Lane 5d5087363d Replace the BufMgrLock with separate locks on the lookup hashtable and 21 years ago
Bruce Momjian 5592a6cf46 Move snprintf int64 compatibility letters into a NOT_USED block. 21 years ago
Tom Lane 5c2e68ba6b Fix misspelling of sysctl, per Stefan Hans. 21 years ago
Bruce Momjian 8ba5169abd Use test && test rather than test -a, per Peter. 21 years ago
Bruce Momjian f8aca046bb Fix for %I64d snprintf. 21 years ago
Bruce Momjian 022ece2cf1 snprintf() %I64d code fix. 21 years ago