Commit Graph

2110 Commits (d485d9581dd3b85181aa39e18f130809bc129d5f)

Author SHA1 Message Date
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
Tom Lane 2784b68b32 Support timezone abbreviations that sometimes change. 11 years ago
Heikki Linnakangas 7f71c891a5 Fix typo in error message. 11 years ago
Tom Lane 9807c8220e Fix citext upgrade script for disallowance of oidvector element assignment. 11 years ago
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Tom Lane 3c5232ae83 Check block number against the correct fork in get_raw_page(). 12 years ago
Noah Misch 81af4185ad Diagnose incompatible OpenLDAP versions during build and test. 12 years ago
Tom Lane 0ff9718ff7 Fix inadequately-sized output buffer in contrib/unaccent. 12 years ago
Tom Lane 3606754da9 When using the OSSP UUID library, cache its uuid_t state object. 12 years ago
Tom Lane 43c658f523 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 4c5fde4e28 Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago