summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.2.12.REL9_2_12Tom Lane2015-06-016-21/+21
* Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.Tom Lane2015-06-013-0/+305
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-291-12/+3
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-283-113/+259
* Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane2015-05-282-2/+4
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-272-9/+9
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-262-33/+0
* Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane2015-05-241-3/+5
* Back-patch libpq support for TLS versions beyond v1.Tom Lane2015-05-212-1/+17
* Last-minute updates for release notes.REL9_2_11Tom Lane2015-05-193-30/+48
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-1916-251/+53
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-191-1/+1
* Don't MultiXactIdIsRunning when in recoveryAlvaro Herrera2015-05-181-0/+15
* Stamp 9.2.11.Tom Lane2015-05-186-21/+21
* Fix error message in pre_sync_fname.Robert Haas2015-05-181-1/+1
* Last-minute updates for release notes.Tom Lane2015-05-183-0/+153
* pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch2015-05-189-27/+162
* Check return values of sensitive system library calls.Noah Misch2015-05-182-33/+48
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-1816-93/+300
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-182-1/+8
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-183-11/+28
* Translation updatesPeter Eisentraut2015-05-1830-10821/+7915
* Fix typosPeter Eisentraut2015-05-172-2/+2
* Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.Tom Lane2015-05-173-2/+1355
* Fix docs typoTom Lane2015-05-161-2/+2
* pg_upgrade: force timeline 1 in the new clusterBruce Momjian2015-05-161-2/+1
* pg_upgrade: only allow template0 to be non-connectableBruce Momjian2015-05-161-0/+54
* Update time zone data files to tzdata release 2015d.Tom Lane2015-05-1514-270/+389
* Docs: fix erroneous claim about max byte length of GB18030.Tom Lane2015-05-141-1/+1
* Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.Heikki Linnakangas2015-05-131-1/+2
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-113-6/+35
* Recommend include_realm=1 in docsStephen Frost2015-05-081-9/+32
* Properly send SCM status updates when shutting down service on WindowsMagnus Hagander2015-05-071-8/+20
* citext's regexp_matches() functions weren't documented, either.Tom Lane2015-05-051-0/+5
* Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane2015-05-054-1/+534
* Fix some problems with patch to fsync the data directory.Robert Haas2015-05-051-2/+2
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-043-0/+158
* Build libecpg with -DFRONTEND in all supported versions.Noah Misch2015-04-261-1/+1
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-253-3/+63
* Build every ECPG library with -DFRONTEND.Noah Misch2015-04-243-2/+3
* Fix obsolete comment in set_rel_size().Tom Lane2015-04-241-1/+1
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-231-0/+6
* Fix typo in commentAlvaro Herrera2015-04-142-2/+2
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-131-87/+193
* Remove duplicated words in comments.Heikki Linnakangas2015-04-121-1/+1
* Fix incorrect punctuationMagnus Hagander2015-04-091-1/+1
* Fix autovacuum launcher shutdown sequenceAlvaro Herrera2015-04-081-3/+13
* Fix assorted inconsistent function declarations.Tom Lane2015-04-072-2/+2
* Fix typo in libpq.sgml.Fujii Masao2015-04-061-1/+1
* Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane2015-04-043-14/+121