Commit Graph

2038 Commits (97a60fa5a06bf60c857976e24ef2ed0cb882cd52)

Author SHA1 Message Date
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 14 years ago
Andrew Dunstan 26f4fc0184 Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Andrew Dunstan a69b7a1c34 Indent fix_path_separator() header properly. 14 years ago
Andrew Dunstan d10ddf4d51 Use correct path separator for Windows builtin commands. 14 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
Tom Lane 2c1382d96c Fix contrib/citext's upgrade script to handle array and domain cases. 14 years ago
Bruce Momjian 6cc2ed14f1 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Tom Lane 8d2a5fb219 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane dde1813dff Fix dblink's failure to report correct connection name in error messages. 14 years ago
Tom Lane 5bd06e619c Back-patch contrib/vacuumlo's new -l (limit) option into 9.0 and 9.1. 14 years ago
Bruce Momjian 2815574615 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Tom Lane 86328cbc34 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Andrew Dunstan 6c1603cd8a Fix auto-explain JSON output to be valid JSON. 14 years ago
Tom Lane 7c016e3f56 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Bruce Momjian e96fcb06b9 Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian fa4dad6cc0 In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Tom Lane d427e75e51 Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Bruce Momjian 98fbce0931 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Tom Lane 19d88c9f82 Fix overly-aggressive and inconsistent quoting in OS X start script. 14 years ago
Tom Lane 94bdb19881 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Bruce Momjian 663e27c405 Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 379aa2f5a4 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Tom Lane 27864da6b1 Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Tom Lane 92375ed2bd Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Robert Haas 5308abfd89 Make pgstatindex respond to cancel interrupts. 14 years ago
Bruce Momjian 2e9633c362 In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Tom Lane 39be695772 Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Bruce Momjian 8cdd62068d In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 15 years ago
Tom Lane 333eb32081 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 15 years ago
Bruce Momjian 39a713ea05 In pg_upgrade, limit schema name filter to include toast tables. Bug 15 years ago
Tom Lane ac45828e99 Fix pgstatindex() to give consistent results for empty indexes. 15 years ago
Tom Lane 5354abb8f6 Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Tom Lane 867c20c072 Avoid locale dependency in expected output. 15 years ago
Tom Lane e851332876 Fix multiple bugs in extension dropping. 15 years ago
Robert Haas 1ffcc377f6 Fix contrib/sepgsql and contrib/xml2 to always link required libraries. 15 years ago