Commit Graph

2120 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Tom Lane 9942376a5b Fix -e option in contrib/intarray/bench/bench.pl. 9 years ago
Peter Eisentraut aa8c64ab85 Fix typo 9 years ago
Noah Misch a2385cac13 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Tom Lane ce10086168 Register atexit hook only once in pg_upgrade. 10 years ago
Tom Lane ba64aed700 Make contrib regression tests safe for Danish locale. 10 years ago
Peter Eisentraut 84d6792045 Use correct symbol for minimum int64 value 10 years ago
Tom Lane a0da51d899 Ensure plan stability in contrib/btree_gist regression test. 10 years ago
Heikki Linnakangas c2c19afc82 Remove unused macros. 10 years ago
Tom Lane 1965a8ce1d Fix "pg_bench -C -M prepared". 10 years ago
Andres Freund a62714fae2 Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 814570418d ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Tom Lane 0f359c7de9 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Alvaro Herrera 0b2aefe74a pgbench: avoid FD_ISSET on an invalid file descriptor 10 years ago
Robert Haas 4c8b07d3c4 pgbench: Install guard against overflow when dividing by -1. 10 years ago
Robert Haas 161a767155 Fix spelling mistake. 10 years ago
Alvaro Herrera 1b6102eb73 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Bruce Momjian c36064e438 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Noah Misch 879877b00b Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 48f6310bc5 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Bruce Momjian c5391e9334 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Alvaro Herrera cedb3e66ae Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera adc48eaa44 Add more sanity checks in contrib/sslinfo 10 years ago
Heikki Linnakangas 20d309a8f4 Fix misc typos. 10 years ago
Tom Lane 1e1bb203bc contrib/isn now needs a .gitignore file. 11 years ago
Heikki Linnakangas 2d19a0e977 Fix output of ISBN-13 numbers beginning with 979. 11 years ago
Noah Misch e5981aebde pgcrypto: Report errant decryption as "Wrong key or corrupt data". 11 years ago
Peter Eisentraut c410881f84 Fix typos 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 801e250a8a Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Tom Lane c68b06356d Fix assorted inconsistent function declarations. 11 years ago
Andrew Dunstan 22b3f5b26e Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Tom Lane 9288645b59 Replace insertion sort in contrib/intarray with qsort(). 11 years ago
Alvaro Herrera 1352ee9bde Fix contrib/file_fdw's expected file 11 years ago
Bruce Momjian 08aaae40e1 pg_upgrade: quote directory names in delete_old_cluster script 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
Tom Lane 8f51c432cd Fix Coverity warning about contrib/pgcrypto's mdc_finish(). 11 years ago
Tom Lane 290c2daad9 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Robert Haas 151fb75b0d pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Andres Freund 39cdf365a3 Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). 11 years ago
Tatsuo Ishii 4c136b0b63 Fix resource leak pointed out by Coverity. 11 years ago
Noah Misch 6aa98e9579 Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane 926da211a3 Fix file descriptor leak after failure of a \setshell command in pgbench. 11 years ago
Tom Lane 168636a991 Free libxml2/libxslt resources in a safer order. 11 years ago
Robert Haas a855c90a72 Avoid file descriptor leak in pg_test_fsync. 11 years ago
Tom Lane 4ddd9e72ff Loop when necessary in contrib/pgcrypto's pktreader_pull(). 11 years ago
Tom Lane 7225abf00e Fix volatility markings of some contrib I/O functions. 11 years ago
Tom Lane 8bfc2b1793 Docs: fix incorrect spelling of contrib/pgcrypto option. 11 years ago