Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Tom Lane 9088d1b965 Add GetForeignColumnOptions() to foreign.c, and add some documentation. 14 years ago
Bruce Momjian 2127aac6ef In pg_upgrade, only lock the old cluster if link mode is used, and do it 14 years ago
Tom Lane 6b289942bf Redesign PlanForeignScan API to allow multiple paths for a foreign table. 14 years ago
Peter Eisentraut 973e9fb294 Add const qualifiers where they are accidentally cast away 14 years ago
Robert Haas d4fb2f99ec Don't install hstore--1.0.sql any more. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Bruce Momjian 4e6092a227 Improve wording of pg_upgrade logfile option: 14 years ago
Tom Lane 06d9afa6f9 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Bruce Momjian 7f951474dc Have pg_upgrade output 'link' or 'copy' when reporting its status. 14 years ago
Robert Haas d44a3fb55d sepgsql: Move some code from hooks.c to label.c 14 years ago
Bruce Momjian 388c2f9325 Fix pg_test_fsync Win32 problems reported by the build farm; add 14 years ago
Bruce Momjian 7ae2db1d1e Try to get pg_test_thread to compile on Windows by using a sleeper 14 years ago
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Bruce Momjian 2bbd88f8f8 Improve labeling of pg_test_fsync open_sync test output. 14 years ago
Andrew Dunstan 21320763a3 Fix auto-explain JSON output to be valid JSON. 14 years ago
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 14 years ago
Alvaro Herrera b2e431a4db Implement dry-run mode for pg_archivecleanup 14 years ago
Tom Lane a8b4b84360 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Bruce Momjian 3946c28161 Fix pg_upgrade --help text for --user to not use a plural cluster name. 14 years ago
Bruce Momjian 6d5aae7afa Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian a7f2c79a6e Improve plpython fix comment in pg_upgrade. 14 years ago
Bruce Momjian cfe443ab9d In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Bruce Momjian b95aec5290 Fix new SQL tablespace location function usage in pg_upgrade to properly 14 years ago
Robert Haas 6e3323d41d Triggered change notifications. 14 years ago
Bruce Momjian ecf7a2ea38 Add pg_upgrade C comment about why we check all relkinds for regtypes. 14 years ago
Peter Eisentraut 652300f539 pgcrypto: Remove inappropriate const qualifier 14 years ago
Tom Lane 89b3c6cc8b Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Robert Haas ab7d4213f9 If pg_test_fsync is interrupted, clean up the temp file. 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Tom Lane 9c6aa8cca0 Move EXTRA_CLEAN to where it actually works. 14 years ago
Peter Eisentraut b258ceb3ad pg_upgrade: Disable installcheck 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 14 years ago
Tom Lane 6c8768c386 Fix overly-aggressive and inconsistent quoting in OS X start script. 14 years ago
Bruce Momjian 32fb4546e3 Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. 14 years ago
Bruce Momjian 5df1403b0f Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to 14 years ago
Tom Lane 9b97b7f835 Fix citext upgrade script to update derived copies of pg_type.typcollation. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Alvaro Herrera ef27c81d89 Don't quote language name 14 years ago
Alvaro Herrera b44dda7158 Don't quote language name 14 years ago
Bruce Momjian ee3ef8f30c Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago