Commit Graph

33296 Commits (f2044bd49f08535308a21185ee54ff0edb99ce7e)
 

Author SHA1 Message Date
Tom Lane f2044bd49f Stamp 9.1.17. 11 years ago
Tom Lane bd85f778f0 Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21. 11 years ago
Tom Lane 9e79ca3269 Remove special cases for ETXTBSY from new fsync'ing logic. 11 years ago
Tom Lane cb867853a1 Fix fsync-at-startup code to not treat errors as fatal. 11 years ago
Tom Lane ee8b93c83d Fix portability issue in isolationtester grammar. 11 years ago
Tom Lane 5585cc7077 Remove configure check prohibiting threaded libpython on OpenBSD. 11 years ago
Tom Lane 2e4c50137a Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. 11 years ago
Tom Lane 2c2c5f0e02 Back-patch libpq support for TLS versions beyond v1. 11 years ago
Tom Lane 5b461f239e Last-minute updates for release notes. 11 years ago
Tom Lane 0510cff6e8 Revert error-throwing wrappers for the printf family of functions. 11 years ago
Heikki Linnakangas 2c2c7bc459 Fix off-by-one error in Assertion. 11 years ago
Alvaro Herrera 2360eea3be Don't MultiXactIdIsRunning when in recovery 11 years ago
Tom Lane 46c877ee46 Stamp 9.1.16. 11 years ago
Robert Haas b965c808ab Fix error message in pre_sync_fname. 11 years ago
Tom Lane a3ddf2f292 Last-minute updates for release notes. 11 years ago
Noah Misch e5981aebde pgcrypto: Report errant decryption as "Wrong key or corrupt data". 11 years ago
Noah Misch 2cb9f2cabe Check return values of sensitive system library calls. 11 years ago
Noah Misch e58f042d9a Add error-throwing wrappers for the printf family of functions. 11 years ago
Noah Misch b544dcdad2 Permit use of vsprintf() in PostgreSQL code. 11 years ago
Noah Misch 6675ab595a Prevent a double free by not reentering be_tls_close(). 11 years ago
Peter Eisentraut b584e45c9d Translation updates 11 years ago
Peter Eisentraut c410881f84 Fix typos 11 years ago
Tom Lane b4348017e6 Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. 11 years ago
Tom Lane 67e7a497d6 Fix docs typo 11 years ago
Bruce Momjian acd75b2643 pg_upgrade: force timeline 1 in the new cluster 11 years ago
Bruce Momjian 321db71239 pg_upgrade: only allow template0 to be non-connectable 11 years ago
Tom Lane 436f356092 Update time zone data files to tzdata release 2015d. 11 years ago
Tom Lane 6618487173 Docs: fix erroneous claim about max byte length of GB18030. 11 years ago
Heikki Linnakangas f6c4a8690c Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers. 11 years ago
Tom Lane dd75518d52 Fix incorrect checking of deferred exclusion constraint after a HOT update. 11 years ago
Stephen Frost edfef090a5 Recommend include_realm=1 in docs 11 years ago
Magnus Hagander b9ded15290 Properly send SCM status updates when shutting down service on Windows 11 years ago
Tom Lane 272f99f8ad citext's regexp_matches() functions weren't documented, either. 11 years ago
Tom Lane 801e250a8a Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Robert Haas 6ee1a7738a Fix some problems with patch to fsync the data directory. 11 years ago
Robert Haas 4b71d28d58 Recursively fsync() the data directory after a crash. 11 years ago
Noah Misch 1dadd36dbb Build libecpg with -DFRONTEND in all supported versions. 11 years ago
Tom Lane 2e38198f60 Prevent improper reordering of antijoins vs. outer joins. 11 years ago
Noah Misch f221c44cda Build every ECPG library with -DFRONTEND. 11 years ago
Heikki Linnakangas e8528a8f5d Fix deadlock at startup, if max_prepared_transactions is too small. 11 years ago
Alvaro Herrera 42f522714e Fix typo in comment 11 years ago
Heikki Linnakangas ad2925e203 Don't archive bogus recycled or preallocated files after timeline switch. 11 years ago
Magnus Hagander d75e0949df Fix incorrect punctuation 11 years ago
Alvaro Herrera cf5d3f2748 Fix autovacuum launcher shutdown sequence 11 years ago
Tom Lane c68b06356d Fix assorted inconsistent function declarations. 11 years ago
Fujii Masao 53e97a69e0 Fix typo in libpq.sgml. 11 years ago
Tom Lane 3b5d671027 Fix incorrect matching of subexpressions in outer-join plan nodes. 11 years ago
Tom Lane 3b828379d1 Remove unnecessary variables in _hash_splitbucket(). 11 years ago
Alvaro Herrera 276591bc4f psql: fix \connect with URIs and conninfo strings 11 years ago
Tom Lane 41d2cb823b Fix incorrect markup in documentation of window frame clauses. 11 years ago