Commit Graph

2099 Commits (cedb3e66ae718d097a065ec0d357164332c15d80)

Author SHA1 Message Date
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
Tom Lane 3ae8e8bf55 Avoid unportable usage of sscanf(UINT64_FORMAT). 12 years ago
Heikki Linnakangas 1913d0f28d Initialize padding bytes in btree_gist varbit support. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Heikki Linnakangas 94095e341c Add missing SYSTEMQUOTEs 12 years ago
Bruce Momjian fc02b87e28 pgcrypto: fix memset() calls that might be optimized away 12 years ago
Heikki Linnakangas b924d4cdc0 Fix typo in comment. 12 years ago
Bruce Momjian d73cc5857f Properly check for readdir/closedir() failures 12 years ago
Tom Lane 4741e31600 Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 0b7026d964 Predict integer overflow to avoid buffer overruns. 12 years ago
Tom Lane fc27b40681 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 5143dfd571 Fix calculation of ISMN check digit. 12 years ago