Commit Graph

33241 Commits (9288645b596efde3a58e267896b38f8f089a2920)
 

Author SHA1 Message Date
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
Tom Lane 03d4655cf1 Fix documentation of psql's ECHO all mode. 11 years ago
Tom Lane cb24cd3f4a Update time zone data files to tzdata release 2015a. 11 years ago
Tom Lane 8f51c432cd Fix Coverity warning about contrib/pgcrypto's mdc_finish(). 11 years ago
Stephen Frost c01a56c884 Fix BuildIndexValueDescription for expressions 11 years ago
Tom Lane 290c2daad9 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Andres Freund 78f8c67054 Properly terminate the array returned by GetLockConflicts(). 11 years ago
Heikki Linnakangas 37e0f13f26 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. 11 years ago
Stephen Frost 88b45aa8fb Clean up range-table building in copy.c 11 years ago
Stephen Frost 9406884af1 Fix column-privilege leak in error-message paths 11 years ago
Tom Lane 8eb1e9d962 Fix NUMERIC field access macros to treat NaNs consistently. 11 years ago
Tom Lane 61fb800bf0 Fix volatile-safety issue in pltcl_SPI_execute_plan(). 11 years ago
Tom Lane 03a37e9bba Fix volatile-safety issue in asyncQueueReadAllNotifications(). 11 years ago