Commit Graph

2008 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)

Author SHA1 Message Date
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
Robert Haas 1013770dd2 Allow sepgsql regression tests to be run from a user homedir. 15 years ago
Bruce Momjian 96a770d5da In pg_upgrade, avoid dumping orphaned temporary tables. This makes the 15 years ago
Peter Eisentraut 00fc5d2263 Message style improvements 15 years ago
Bruce Momjian 4d2d5b8196 Fix pg_update to properly test for the data directory's existence on 15 years ago
Bruce Momjian 7f4c34739b In pg_upgrade on Windows, check if the directory is writable by actually 15 years ago
Bruce Momjian c3810795e9 In pg_upgrade, fix the -l/log option to work on Windows. 15 years ago
Tom Lane fbd847a587 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Peter Eisentraut 469345e1e3 Fix use of unportable %m format 15 years ago
Tom Lane f8bd267d35 Make the file_fdw validator check that a filename option has been provided. 15 years ago
Peter Eisentraut c2fe8e70b2 Postgres -> PostgreSQL in error message 15 years ago
Tom Lane ffd3f13fab Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Joe Conway e4fb58f894 Async dblink functions require a named connection, and therefore should 15 years ago
Bruce Momjian d9db32401c In pg_upgrade, check that the binary and data directories are the same 15 years ago
Bruce Momjian c6635bd7ba Adjust pg_upgrade check for pg_upgrade_support to happen after the 15 years ago
Bruce Momjian 3ccd16c5a9 Fix pg_upgrade status message capitalization mistake. 15 years ago
Tom Lane 567049a764 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Bruce Momjian 5561fe2184 In pg_upgrade, check there are no prepared transactions. 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Tom Lane 3ebc061c18 Make citext's equality and hashing functions collation-insensitive. 15 years ago
Peter Eisentraut ba4cacf075 Recode non-ASCII characters in source to UTF-8 15 years ago
Peter Eisentraut 4d7d6386d7 Remove literal tabs from message strings 15 years ago
Bruce Momjian 11c08c3fd7 In pg_upgrade, do case-insensitive checks of locale, encoding, and ctype 15 years ago
Heikki Linnakangas ea896da394 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Bruce Momjian 1f35944607 In pg_upgrade, clean up handling of invalid directory specification by 15 years ago
Bruce Momjian 772a5f1e5b Improve pg_upgrade error reporting if the bin or data directories do not 15 years ago
Peter Eisentraut 0ee391b77a /contrib/foo -> contrib/foo 15 years ago
Bruce Momjian 92ff915018 Improve pg_upgrade X_OK comment. 15 years ago
Bruce Momjian 6fbf4e0e7c Fix pg_upgrade build problem on Windows when using X_OK access 15 years ago
Bruce Momjian e728701fb4 Update pg_upgrade directory check error message. 15 years ago
Bruce Momjian bda27e502f Add pg_upgrade check to make sure the user has full access permission in 15 years ago