Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
Tom Lane 7b4fcabb2f Avoid problems with OID wraparound during WAL replay. 14 years ago
Heikki Linnakangas 45bcc71980 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane b4e9fd4df3 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Magnus Hagander 5b242e5add Fix wording, per Peter Geoghegan 14 years ago
Tom Lane 23bd628b9f Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane a2beb5b3d1 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane 4e88523c7c Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Tom Lane d23c38d46c Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
Tom Lane 9e2b3db158 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Tom Lane ae25b3ba86 Avoid crashing when we have problems unlinking files post-commit. 14 years ago
Michael Meskes 972e27b2e2 In ecpg removed old leftover check for given connection name. 14 years ago
Heikki Linnakangas e4790949e4 Fix reference to "verify-ca" and "verify-full" in a note in the docs. 14 years ago
Andrew Dunstan 01e80a0c28 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Heikki Linnakangas 81f4e6cd27 Revert the behavior of inet/cidr functions to not unpack the arguments. 14 years ago
Tom Lane 28b78e8863 Dodge an ancient ksh bug that breaks configure on some platforms. 14 years ago
Tom Lane c2e412ad41 Add some weasel wording about threaded usage of PGresults. 14 years ago
Tom Lane d08b64581f Stamp 8.4.10. 14 years ago
Peter Eisentraut 3208c64591 Translation updates 14 years ago
Tom Lane 8a10fed415 Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane 0bb41ad4aa Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane da8a83409d Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Tom Lane e064fe0c89 Update time zone data files to tzdata release 2011n. 14 years ago
Tom Lane 646a93fe76 Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut fe0fa1f9b4 Strip file names reported in error messages in vpath builds 14 years ago
Tom Lane de9b2cb3f4 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Andrew Dunstan 31e9743f1a Backpatch "Use the preferred version of xsubpp." 14 years ago
Tom Lane 9b60e40cad Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 14 years ago
Tom Lane af7b787aad Avoid floating-point underflow while tracking buffer allocation rate. 14 years ago
Robert Haas ae7c9262bf Don't elide blank lines when accumulating psql command history. 14 years ago
Tom Lane 2463f5da3c Throw nice error if server is too old to support psql's \ef or \sf command. 14 years ago
Robert Haas fe3bc4e331 Correct documentation for trace_userlocks. 14 years ago
Peter Eisentraut 44ff103566 Fix server header file installation with vpath builds 14 years ago
Heikki Linnakangas 61f4750bf8 Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Tom Lane 23998fe99c Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Peter Eisentraut 347e77beff Fix archive_command example 14 years ago
Tom Lane a4a5d40190 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane 9fc28fb5ea Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Tom Lane 9f19cc28a4 Revert "Stop btree indexscans upon reaching nulls in either direction." 14 years ago
Tom Lane b05ce7550c Fix race condition with toast table access from a stale syscache entry. 14 years ago
Magnus Hagander 3a7368bf33 Document that multiple LDAP servers can be specified 14 years ago
Tom Lane d23165bbc3 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 04ec05eb06 Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Tom Lane 6b646c5ffc Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane f3bef03e7e Change FK trigger creation order to better support self-referential FKs. 14 years ago
Tom Lane 58625e48a3 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Tom Lane 6d363e0d2f Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 77ea004069 Improve documentation of psql's \q command. 14 years ago
Heikki Linnakangas 0a90600976 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Robert Haas 976bad0433 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 5aa09d5df3 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago