Commit Graph

33253 Commits (cf5d3f27484177cc4a44ec2bcdd786c9b8e59746)
 

Author SHA1 Message Date
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
Tom Lane 506a519f3a Stamp 9.1.15. 11 years ago
Tom Lane 0c93924b16 Last-minute updates for release notes. 11 years ago
Heikki Linnakangas af9c5c074f Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Noah Misch 8d412e02eb Cherry-pick security-relevant fixes from upstream imath library. 11 years ago
Noah Misch 11f738a8af Fix buffer overrun after incomplete read in pullf_read_max(). 11 years ago
Bruce Momjian 98f2479d82 port/snprintf(): fix overflow and do padding 11 years ago
Bruce Momjian 2ceb63deb2 to_char(): prevent writing beyond the allocated buffer 11 years ago
Bruce Momjian 037529a11c to_char(): prevent accesses beyond the allocated buffer 11 years ago
Peter Eisentraut 544cf245bd Translation updates 11 years ago
Peter Eisentraut 2b0d33599d doc: Improve claim about location of pg_service.conf 11 years ago
Tom Lane a2bd0236d9 Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. 11 years ago