Commit Graph

33275 Commits (c410881f84a7224ebd2a70af4e104db08d1fdbce)
 

Author SHA1 Message Date
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
Heikki Linnakangas d6a892e1e6 Remove spurious semicolons. 11 years ago
Andrew Dunstan 22b3f5b26e Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Tom Lane 46bfe44e86 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. 11 years ago
Tom Lane ab02d35e08 Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. 11 years ago
Tom Lane 054723bcc5 Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 11 years ago
Tom Lane 9288645b59 Replace insertion sort in contrib/intarray with qsort(). 11 years ago
Tom Lane 043fe5c5a6 Remove workaround for ancient incompatibility between readline and libedit. 11 years ago
Tom Lane 4a4fd2b0ce Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples. 11 years ago
Tom Lane 92bb008d8b Fix documentation for libpq's PQfn(). 11 years ago
Alvaro Herrera 1352ee9bde Fix contrib/file_fdw's expected file 11 years ago
Alvaro Herrera 8167ef8e2c Fix user mapping object description 11 years ago
Stephen Frost dcb467b8e2 Fix pg_dump handling of extension config tables 11 years ago
Noah Misch 1c966854b2 Unlink static libraries before rebuilding them. 11 years ago
Andres Freund 5c8dabecdb Reconsider when to wait for WAL flushes/syncrep during commit. 11 years ago
Noah Misch 034d05dbdf Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 11 years ago
Tom Lane f7b41902a6 Fix dumping of views that are just VALUES(...) but have column aliases. 11 years ago
Andres Freund 25576bee25 Guard against spurious signals in LockBufferForCleanup. 11 years ago
Heikki Linnakangas 7052abbb6c Fix potential deadlock with libpq non-blocking mode. 11 years ago
Tom Lane b0d53b2e30 Fix failure to honor -Z compression level option in pg_dump -Fd. 11 years ago
Stephen Frost cfc14b2bf3 Minor cleanup of column-level priv fix 11 years ago
Tom Lane 64e0458383 Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 11 years ago