Commit Graph

2083 Commits (11f738a8afb9e93ca31cd37331fc640d92b9ec96)

Author SHA1 Message Date
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
Joe Conway 70165f25bc Fix performance regression in dblink connection speed. 12 years ago
Tom Lane 8bf45ea8ba Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane 6730199368 Fix quoting in help messages in uuid-ossp extension scripts. 12 years ago
Tom Lane aa4982169d Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Tom Lane fd262376e9 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 56ac625705 Use pg_dump's --quote-all-identifiers option in pg_upgrade. 13 years ago
Bruce Momjian ce4f365188 pg_upgrade: don't copy/link files for invalid indexes 13 years ago
Tom Lane f73a16340c Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Tom Lane cd3dfb02d8 Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane 500889a9d2 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Andrew Dunstan 812451d1c7 Unbreak 9.0 and 9.1 pg_upgrade. 13 years ago
Bruce Momjian 97a60fa5a0 Fix pg_upgrade for invalid indexes 13 years ago
Andrew Dunstan 5dd1c287c2 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Andrew Dunstan 13632b0c14 Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Andrew Dunstan 513e546a6e Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Tom Lane 2b96c32d53 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago