Commit Graph

29543 Commits (REL8_4_STABLE)
 

Author SHA1 Message Date
Tom Lane 8dd387500a Stamp 8.4.22. 11 years ago
Tom Lane a7aa143d0e Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. 11 years ago
Peter Eisentraut 1f2166c125 Translation updates 11 years ago
Tom Lane c51da696b4 Update time zone data files to tzdata release 2014e. 11 years ago
Tom Lane e0a2337447 Fix two low-probability memory leaks in regular expression parsing. 11 years ago
Alvaro Herrera 4b767789d4 Fix REASSIGN OWNED for text search objects 11 years ago
Peter Eisentraut bae0b5c42d doc: small fixes for REINDEX reference page 11 years ago
Magnus Hagander 77b5586947 Add autocompletion of locale keywords for CREATE DATABASE 11 years ago
Tom Lane a81fbcfb33 Fix bug with whole-row references to append subplans. 11 years ago
Tom Lane 2e7469dc8b Don't assume a subquery's output is unique if there's a SRF in its tlist. 11 years ago
Tom Lane e78791ea7c Add some errdetail to checkRuleResultList(). 11 years ago
Fujii Masao 9fc8661c95 Remove obsolete example of CSV log file name from log_filename document. 11 years ago
Tom Lane d297c91d43 Avoid leaking memory while evaluating arguments for a table function. 11 years ago
Noah Misch 2f69338bde Make pqsignal() available to pg_regress of ECPG and isolation suites. 11 years ago
Noah Misch 95cefd30e1 Secure Unix-domain sockets of "make check" temporary clusters. 11 years ago
Noah Misch 8b0d1c87dd Add mkdtemp() to libpgport. 11 years ago
Tom Lane 6adddac8a3 Fix pg_restore's processing of old-style BLOB COMMENTS data. 11 years ago
Tom Lane 4671c301eb Remove inadvertent copyright violation in largeobject regression test. 11 years ago
Tom Lane f3f40434b2 Fix ancient encoding error in hungarian.stop. 11 years ago
Tom Lane 39129ae30c Add defenses against running with a wrong selection of LOBLKSIZE. 11 years ago
Andres Freund 80d45ae4e6 Fix longstanding bug in HeapTupleSatisfiesVacuum(). 11 years ago
Tom Lane ae41bb4bef On OS X, link libpython normally, ignoring the "framework" framework. 11 years ago
Tom Lane fd785441ff When using the OSSP UUID library, cache its uuid_t state object. 11 years ago
Tom Lane 1b20c639ea Revert "Fix bogus %name-prefix option syntax in all our Bison files." 11 years ago
Tom Lane ddf317fe0d Fix bogus %name-prefix option syntax in all our Bison files. 11 years ago
Tom Lane 1dd0b3eecc Fix unportable setvbuf() usage in initdb. 11 years ago
Heikki Linnakangas 56693cfb30 Handle duplicate XIDs in txid_snapshot. 11 years ago
Heikki Linnakangas 045fbbdc44 Fix race condition in preparing a transaction for two-phase commit. 11 years ago
Tom Lane 52d2f887d2 In initdb, ensure stdout/stderr buffering behavior is what we expect. 11 years ago
Heikki Linnakangas e31d77c96f Initialize padding bytes in btree_gist varbit support. 11 years ago
Tom Lane 8607099a19 Accept tcl 8.6 in configure's probe for tclsh. 11 years ago
Tom Lane 519c32fa00 Document permissions needed for pg_database_size and pg_tablespace_size. 11 years ago
Noah Misch 01fc25f15d Un-break ecpg test suite under --disable-integer-datetimes. 11 years ago
Heikki Linnakangas be7830596f Protect against torn pages when deleting GIN list pages. 11 years ago
Tom Lane 664ac3de7f Avoid buffer bloat in libpq when server is consistently faster than client. 11 years ago
Tom Lane 2a527baa33 Fix failure to set ActiveSnapshot while rewinding a cursor. 11 years ago
Jeff Davis bd4c76a3c5 Fix interval test, which was broken for floating-point timestamps. 11 years ago
Bruce Momjian 99058cfc63 Remove tabs after spaces in C comments 11 years ago
Tom Lane 3ada1fab8b Fix possible cache invalidation failure in ReceiveSharedInvalidMessages. 11 years ago
Tom Lane 70debcf095 Fix failure to detoast fields in composite elements of structured types. 11 years ago
Tom Lane f49df9150b Check for interrupts and stack overflow during rule/view dumps. 11 years ago
Heikki Linnakangas e3f273ff62 Add missing SYSTEMQUOTEs 11 years ago
Heikki Linnakangas be24942041 Fix two bugs in WAL-logging of GIN pending-list pages. 11 years ago
Tom Lane 82fbd88a7b Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. 11 years ago
Tom Lane 2d06f61329 Fix unused-variable warning on Windows. 11 years ago
Bruce Momjian df2e62603e pgcrypto: fix memset() calls that might be optimized away 11 years ago
Tom Lane 7a9bf93e1c Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 11 years ago
Magnus Hagander b4ae2e37d8 Fix timeout in LDAP lookup of libpq connection parameters 11 years ago
Heikki Linnakangas 8c0cacae25 Use correctly-sized buffer when zero-filling a WAL file. 11 years ago
Tom Lane 969735cf10 Block signals earlier during postmaster startup. 11 years ago