Commit Graph

2069 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)

Author SHA1 Message Date
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
Tom Lane fe838e5074 Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Peter Eisentraut 67503753a7 pg_upgrade: Remove check for pg_config 13 years ago
Andrew Dunstan 26f4fc0184 Fix line end mishandling in pg_upgrade on Windows. 13 years ago
Andrew Dunstan a69b7a1c34 Indent fix_path_separator() header properly. 13 years ago
Andrew Dunstan d10ddf4d51 Use correct path separator for Windows builtin commands. 13 years ago
Tom Lane 874d97c2a8 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 14 years ago
Tom Lane e76e252286 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Bruce Momjian 0f3326175a In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Bruce Momjian af97980b9a In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Tom Lane d9d721472f Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Tom Lane 8db2e820c9 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Magnus Hagander 2791f2180d Fix handling of pg_stat_statements.stat temporary file 14 years ago
Peter Eisentraut 4615d2ca28 pg_standby: Remove tabs from string literals 14 years ago
Robert Haas ae7c8b290f Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago