Commit Graph

32396 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)
 

Author SHA1 Message Date
Andrew Dunstan ef007e6702 Improve efficiency of recent changes to plperl's sv2cstr(). 14 years ago
Tom Lane b994c57a80 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 14 years ago
Tom Lane d427e75e51 Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane 068e08eebb Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane f517ece063 Fix typo, pg_types_date.h => pgtypes_date.h. 14 years ago
Tom Lane 522650a6e4 Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Robert Haas f9f0484504 Fix variable confusion in BufferSync(). 14 years ago
Andrew Dunstan d1d836f92c Fix breakage from earlier plperl fix. 14 years ago
Andrew Dunstan d496384d67 Work around perl bug in SvPVutf8(). 14 years ago
Tom Lane 658ee01086 Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
Tom Lane 188f1b9282 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. 14 years ago
Tom Lane 71b23708d4 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Tom Lane 5d7d12de56 Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
Tom Lane a63a7a5b09 Avoid crashing when we have problems unlinking files post-commit. 14 years ago
Michael Meskes bb4cfebd64 In ecpg removed old leftover check for given connection name. 14 years ago
Heikki Linnakangas d0ea1db52a Fix reference to "verify-ca" and "verify-full" in a note in the docs. 14 years ago
Andrew Dunstan 24b96804d5 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Heikki Linnakangas 6cf639dfbd Revert the behavior of inet/cidr functions to not unpack the arguments. 14 years ago
Heikki Linnakangas e45057e0a7 Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, 14 years ago
Tom Lane 85d85ff7ef Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 9c32da5caa Avoid using readlink() on platforms that don't support it 14 years ago
Magnus Hagander 75594e0cf7 Add missing documentation for function pg_stat_get_wal_senders() 14 years ago
Bruce Momjian 98fbce0931 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Michael Meskes 7c9557b6f8 Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda 14 years ago
Magnus Hagander a6f8e7d959 Treat ENOTDIR as ENOENT when looking for client certificate file 14 years ago
Tom Lane 1cd1a7c102 Add some weasel wording about threaded usage of PGresults. 14 years ago
Tom Lane cfd8cf37d2 Stamp 9.1.2. 14 years ago
Tom Lane 92b9e439e7 Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. 14 years ago
Peter Eisentraut a03c47c29e Translation updates 14 years ago
Tom Lane ac3dcca22e Fix getTypeIOParam to support type record[]. 14 years ago
Tom Lane 0f90fb90c3 Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane 2cbe4f4c9e Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Tom Lane 6f04dbee4b Update time zone data files to tzdata release 2011n. 14 years ago
Tom Lane b2b1220dee Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut 81a50686b8 Strip file names reported in error messages in vpath builds 14 years ago
Tom Lane 2767158978 Prevent autovacuum transactions from running in serializable mode. 14 years ago
Peter Eisentraut 10ff8f98a0 pg_dump: Add gettext plural support to error message 14 years ago
Tom Lane ec3e183ec5 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Tom Lane 8ab9df0db1 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Tom Lane 5c19c057dc Fix some bogosities in pg_dump's foreign-table support. 14 years ago
Tom Lane 0702c86a13 Ensure that whole-row junk Vars are always of composite type. 14 years ago
Andrew Dunstan bcba9acf0d Fix MSVC builds broken by xsubpp change 14 years ago
Andrew Dunstan 9f42e5b3ec Use the right interpreter for encoding test. 14 years ago
Andrew Dunstan 403372459e Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Tom Lane 19d88c9f82 Fix overly-aggressive and inconsistent quoting in OS X start script. 14 years ago
Andrew Dunstan e75d41f0c3 Ensure plperl strings are always correctly UTF8 encoded. 14 years ago
Bruce Momjian 6b5510e8d6 Allow pg_upgrade to upgrade clusters that use exclusion contraints by 14 years ago
Tom Lane eacff260fd Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 14 years ago
Heikki Linnakangas d2192a108c Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
Tom Lane 94bdb19881 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago