Commit Graph

33464 Commits (e4959fb5cb15f486dcc3489c3e6ddfa37b00c551)
 

Author SHA1 Message Date
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
Robert Haas d7d294f593 Improve pg_check_dir's handling of closedir() failures. 11 years ago
Tom Lane 2df854f842 Fix misuse of memcpy() in check_ip(). 11 years ago
Peter Eisentraut 94e7b84c32 pg_regress: Write processed input/*.source into output dir 11 years ago
Heikki Linnakangas ebdc2e1e20 Fix broken #ifdef for __sparcv8 11 years ago
Bruce Momjian 08aaae40e1 pg_upgrade: quote directory names in delete_old_cluster script 11 years ago
Bruce Momjian 55179b03ea pg_upgrade: preserve freeze info for postgres/template1 dbs 11 years ago
Michael Meskes 32e6331958 Fixed array handling in ecpg. 11 years ago
Tom Lane 14794f9b8e Fix pg_dump's heuristic for deciding which casts to dump. 11 years ago
Tom Lane 52579d507e Fix GEQO to not assume its join order heuristic always works. 11 years ago
Heikki Linnakangas 0d36d9f2b9 Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM 11 years ago
Andres Freund 490a91894f Add missing float.h include to snprintf.c. 11 years ago