Commit Graph

1918 Commits (d67b0bf471ba4e88aa3ed50871924efc91d7a27e)

Author SHA1 Message Date
Bruce Momjian d67b0bf471 In pg_upgrade, add C comment about how autovacuum is disabled. 15 years ago
Alvaro Herrera e5948e3504 Add missing #include 15 years ago
Bruce Momjian 898a14e1a0 Remove unused copy_dir() function from pg_upgrade. 15 years ago
Bruce Momjian 303b7fcd10 Modify pg_test_fsync to match the behavior of git head in regards to 15 years ago
Itagaki Takahiro 2d8de0a50b Cleanup copyright years and file names in the header comments of some files. 15 years ago
Bruce Momjian d367d41d66 Fix file descriptor leaks in pg_upgrade in failure code paths. 15 years ago
Bruce Momjian 05d93c38a7 Tighten pg_upgrade check for pre-8.4 toast table name matching. 15 years ago
Tom Lane dfe18f18d2 Fix a couple more missing "static" markers. 15 years ago
Bruce Momjian a54ba23c08 Improve pg_upgrade relation name check logic for pre-8.4 servers. 15 years ago
Bruce Momjian 8f87dcd863 Update new pg_upgrade comment about pre-8.4 TOAST tables. 15 years ago
Bruce Momjian 9e5bed2df1 Restructure pg_upgrade checks because pre-8.4 Postgres did not rename 15 years ago
Bruce Momjian f7b70dfc76 Fix pg_upgrade to print the proper database name for file transfer 15 years ago
Bruce Momjian a3375becfa Print clearer failure message when pg_upgrade fails due to a fatal 15 years ago
Tom Lane 94be9e3f0c Fix citext's upgrade-from-unpackaged script to set its collation correctly. 15 years ago
Tom Lane 8c4164540b Add -lm to SHLIB_LINK for contrib/btree_gist. 15 years ago
Tom Lane 8436489c81 Add KNNGIST support to contrib/btree_gist. 15 years ago
Tom Lane a874fe7b4c Refactor the executor's API to support data-modifying CTEs better. 15 years ago
Alvaro Herrera 0056066d06 Update pageinspect--1.0.sql to match the upgrade script 15 years ago
Alvaro Herrera a338d65461 Fix pageinspect's heap_page_item to return infomasks as 32 bit values 15 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
Tom Lane 087bd179e6 Minor logic fix for new levenshtein implementation. 15 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago
Tom Lane 472f608e43 One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs. 15 years ago
Tom Lane de623f3335 Fix upgrade of contrib/xml2 from 9.0. 15 years ago
Tom Lane 0024e34898 Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. 15 years ago
Tom Lane ec65a79db2 Fix upgrade of contrib/btree_gist from 9.0. 15 years ago
Tom Lane 4eb49db7ae Fix contrib/pg_trgm to have smoother updates from 9.0. 15 years ago
Robert Haas 24bc6b3db3 Remove rule to build sepgsql-regtest.pp. 15 years ago
Tom Lane 6595dd04d1 Add backwards-compatible declarations of some core GIN support functions. 15 years ago
Bruce Momjian 497e65f822 In pg_upgrade, no need to initialize global struct values; they are 15 years ago
Alvaro Herrera b4a7e5980b Cleanup ClusterInfo initialization in pg_upgrade 15 years ago
Bruce Momjian 1cc19cc358 Fix bug in 9.1 pg_upgrade processing of old/new relations; adjust debug 15 years ago
Alvaro Herrera 8b2557553c Make pg_upgrade compile again 15 years ago
Bruce Momjian fe8f15d5d2 Adjust pg_upgrade error message, array freeing, and add error check. 15 years ago
Tom Lane f5fc1de501 Bring hstore's comment into line with style of other contrib comments. 15 years ago
Tom Lane 74883d3373 Rethink naming of contrib/intagg extension. 15 years ago
Tom Lane de06cfe834 More fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 3b61e57f3c Assorted fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Bruce Momjian 0de0cc150a Properly handle Win32 paths of 'E:abc', which can be either absolute or 15 years ago
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Tom Lane caddcb8f4b Fix pg_upgrade to handle extensions. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Robert Haas 87d967f70f Minor sepgsql regression test fixes. 15 years ago
Robert Haas c7689ee733 Various sepgsql corrections. 15 years ago
Tom Lane cd7d748d51 Repair multiple breakage in Windows-specific code for appending '.exe'. 15 years ago
Bruce Momjian 2b6e2dee78 Fix wrong verb in pg_upgrade text message, per Haas. 15 years ago
Bruce Momjian 9d220fc17e Simplify pg_upgrade checking of executable permissions. 15 years ago
Bruce Momjian 2bb87a61a8 Add pg_upgrade comment for why we can't use template1 inheritance for 15 years ago