summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.4.22.REL8_4_22REL8_4_STABLETom Lane2014-07-216-21/+21
* Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22.Tom Lane2014-07-211-6/+319
* Translation updatesPeter Eisentraut2014-07-2113-2485/+2648
* Update time zone data files to tzdata release 2014e.Tom Lane2014-07-197-138/+238
* Fix two low-probability memory leaks in regular expression parsing.Tom Lane2014-07-181-7/+24
* Fix REASSIGN OWNED for text search objectsAlvaro Herrera2014-07-153-22/+82
* doc: small fixes for REINDEX reference pagePeter Eisentraut2014-07-141-2/+2
* Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander2014-07-121-1/+1
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-113-14/+47
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-083-0/+32
* Add some errdetail to checkRuleResultList().Tom Lane2014-07-021-5/+28
* Remove obsolete example of CSV log file name from log_filename document.Fujii Masao2014-06-261-2/+2
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-194-4/+29
* Make pqsignal() available to pg_regress of ECPG and isolation suites.Noah Misch2014-06-141-2/+2
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-144-25/+120
* Add mkdtemp() to libpgport.Noah Misch2014-06-147-3/+306
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-123-4/+16
* Remove inadvertent copyright violation in largeobject regression test.Tom Lane2014-06-123-106/+130
* Fix ancient encoding error in hungarian.stop.Tom Lane2014-06-101-7/+7
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-051-45/+39
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-042-2/+19
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-3/+1
* When using the OSSP UUID library, cache its uuid_t state object.Tom Lane2014-05-291-30/+44
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-286-6/+6
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-286-6/+6
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-153-18/+21
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-153-17/+54
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-153-47/+144
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-141-0/+9
* Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas2014-05-131-4/+8
* Accept tcl 8.6 in configure's probe for tclsh.Tom Lane2014-05-102-2/+2
* Document permissions needed for pg_database_size and pg_tablespace_size.Tom Lane2014-05-081-1/+5
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-083-5/+6
* Protect against torn pages when deleting GIN list pages.Heikki Linnakangas2014-05-081-14/+13
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-071-0/+32
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-073-2/+47
* Fix interval test, which was broken for floating-point timestamps.Jeff Davis2014-05-062-5/+11
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06561-2793/+2793
* Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.Tom Lane2014-05-051-4/+4
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-0115-150/+235
* Check for interrupts and stack overflow during rule/view dumps.Tom Lane2014-04-301-0/+13
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-301-14/+14
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-282-2/+7
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-241-1/+2
* Fix unused-variable warning on Windows.Tom Lane2014-04-171-4/+9
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-1722-68/+81
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-164-4/+4
* Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander2014-04-161-7/+39
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-161-2/+2
* Block signals earlier during postmaster startup.Tom Lane2014-04-051-29/+29