Commit Graph

31486 Commits (af4a9c19c23acddeb139bbedafeb90d987fb91bf)
 

Author SHA1 Message Date
Tom Lane af4a9c19c2 Docs: fix erroneous claim about max byte length of GB18030. 11 years ago
Heikki Linnakangas bd1cfde70e Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers. 11 years ago
Tom Lane b93c8eaf8c Fix incorrect checking of deferred exclusion constraint after a HOT update. 11 years ago
Stephen Frost c981e59991 Recommend include_realm=1 in docs 11 years ago
Magnus Hagander 78ce2dc8ee Properly send SCM status updates when shutting down service on Windows 11 years ago
Robert Haas ba7bee837e Backport "Add pgreadlink() on Windows to read junction points". 11 years ago
Robert Haas 262fbcb9dd Fix some problems with patch to fsync the data directory. 11 years ago
Robert Haas 30ba0d0c21 Recursively fsync() the data directory after a crash. 11 years ago
Robert Haas f1d7516770 Backport "Expose fsync_fname as a public API". 11 years ago
Noah Misch e8837fc93e Build libecpg with -DFRONTEND in all supported versions. 11 years ago
Tom Lane 985da346ec Prevent improper reordering of antijoins vs. outer joins. 11 years ago
Noah Misch 3f27ec4ee3 Build every ECPG library with -DFRONTEND. 11 years ago
Heikki Linnakangas 223a946804 Fix deadlock at startup, if max_prepared_transactions is too small. 11 years ago
Alvaro Herrera 5feebfed83 Fix typo in comment 11 years ago
Heikki Linnakangas 5b6938186a Don't archive bogus recycled or preallocated files after timeline switch. 11 years ago
Alvaro Herrera 595bc97b5e Fix autovacuum launcher shutdown sequence 11 years ago
Tom Lane 248c096b26 Fix assorted inconsistent function declarations. 11 years ago
Fujii Masao ceb5eb5dff Fix typo in libpq.sgml. 11 years ago
Tom Lane da88191945 Fix incorrect matching of subexpressions in outer-join plan nodes. 11 years ago
Tom Lane 645081427d Remove unnecessary variables in _hash_splitbucket(). 11 years ago
Alvaro Herrera 557fcfae3f psql: fix \connect with URIs and conninfo strings 11 years ago
Tom Lane 2eb59adcf2 Fix incorrect markup in documentation of window frame clauses. 11 years ago
Heikki Linnakangas 6bd7e30465 Remove spurious semicolons. 11 years ago
Andrew Dunstan bf22a8e585 Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Tom Lane 8f3c577212 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. 11 years ago
Tom Lane 152c94632f Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. 11 years ago
Tom Lane 6997f226f5 Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 11 years ago
Tom Lane 40b0c10b76 Replace insertion sort in contrib/intarray with qsort(). 11 years ago
Tom Lane 396ef6fd8d Remove workaround for ancient incompatibility between readline and libedit. 11 years ago
Tom Lane a07bd32f2b Fix documentation for libpq's PQfn(). 11 years ago
Alvaro Herrera 71b8e8e6cf Fix user mapping object description 11 years ago
Noah Misch 6b61b64116 Unlink static libraries before rebuilding them. 11 years ago
Andres Freund 82e0d6eb51 Reconsider when to wait for WAL flushes/syncrep during commit. 11 years ago
Noah Misch 40a9a16760 Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables. 11 years ago
Tom Lane 7a501bcbfc Fix dumping of views that are just VALUES(...) but have column aliases. 11 years ago
Andres Freund 87b7fcc872 Guard against spurious signals in LockBufferForCleanup. 11 years ago
Heikki Linnakangas 8878eaaa84 Fix potential deadlock with libpq non-blocking mode. 11 years ago
Stephen Frost 2ed7ef9219 Minor cleanup of column-level priv fix 11 years ago
Tom Lane e48ce4f33d Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 11 years ago
Tom Lane c99ef9aff1 Fix misuse of memcpy() in check_ip(). 11 years ago
Peter Eisentraut 55535e018b pg_regress: Write processed input/*.source into output dir 11 years ago
Heikki Linnakangas 61165fae05 Fix broken #ifdef for __sparcv8 11 years ago
Bruce Momjian 4ae178f607 pg_upgrade: quote directory names in delete_old_cluster script 11 years ago
Bruce Momjian 85dac37eef pg_upgrade: preserve freeze info for postgres/template1 dbs 11 years ago
Michael Meskes ce2fcc58ee Fixed array handling in ecpg. 11 years ago
Tom Lane 8e70f3c40a Fix pg_dump's heuristic for deciding which casts to dump. 11 years ago
Tom Lane 72bbca27e8 Fix GEQO to not assume its join order heuristic always works. 11 years ago
Andres Freund 00331a0f23 Add missing float.h include to snprintf.c. 11 years ago
Tom Lane 8c15a7163c Stamp 9.0.19. 11 years ago
Tom Lane 69ba47d6f9 Last-minute updates for release notes. 11 years ago