Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Bruce Momjian 4d88bc8f2b dummy commit 13 years ago
Bruce Momjian cd7569a546 dummy commit 13 years ago
Andrew Dunstan fc5c1bbbeb Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Andrew Dunstan e2b3c21b05 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Bruce Momjian 452739df82 In pg_upgrade, remove 'set -x' from test script. 13 years ago
Bruce Momjian 1c59e37665 Revert: 13 years ago
Bruce Momjian 209772350b Remove pg_restore's --single-transaction option, as it throws errors in 13 years ago
Bruce Momjian 5eeab9c85c In pg_upgrade, improve status wording now that we have per-database 13 years ago
Tom Lane d54a94b806 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Bruce Momjian 12ee6ec71f In pg_upgrade, dump each database separately and use 13 years ago
Bruce Momjian bd9c8e741b Move long_options structures to the top of main() functions, for 13 years ago
Andrew Dunstan abece8af17 Clean environment for pg_upgrade test. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Bruce Momjian 6b711cf37c In pg_upgrade, simplify function copy_file() by using pg_malloc() and 13 years ago
Bruce Momjian 16e1ae77f9 In pg_upgrade, fix a few place that used maloc/free rather than 13 years ago
Bruce Momjian b55743a5df In pg_upgrade, report errno string if file existence check returns an 13 years ago
Tom Lane b6e3798f3a Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Bruce Momjian 546d65d55f In pg_upgrade, add third meaningless parameter to open(). 13 years ago
Bruce Momjian 29add0de49 In pg_upgrade, copy fsm, vm, and extent files by checking for file 13 years ago
Bruce Momjian dec10ba4c5 Mark pg_upgrade's free_db_and_rel_infos() as a static function. 13 years ago
Heikki Linnakangas d092d116ed Oops, have to rename local variables called 'errcontext' in contrib, too. 13 years ago
Bruce Momjian ed5699dd1b In pg_upgrade, set synchronous_commit=off for the new cluster, to 14 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 14 years ago
Tom Lane ca0b960eb5 Prevent overflow in pgbench's percent-done display. 14 years ago
Andrew Dunstan 2f2be7473b Use a more portable platform test. 14 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 14 years ago
Tom Lane 427fd88552 Fix unportable format string. 14 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 14 years ago
Tom Lane c3bf3ea2b6 Remove configure-option-dependent test cases from dblink tests. 14 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 14 years ago
Bruce Momjian a9701a1d7d In pg_upgrade, issue proper error message when we can't open PG_VERSION. 14 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 14 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 14 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 14 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 14 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 14 years ago
Bruce Momjian 8a7598091a In pg_upgrade, improve error reporting when the number of relation 14 years ago
Bruce Momjian ac96b851ec Adjust pg_upgrade query so toast tables related to system catalog schema 14 years ago
Bruce Momjian b61837a49f In pg_upgrade, try to convert the locale names to canonical form before 14 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 14 years ago
Peter Eisentraut 10bfe81dee pg_upgrade test: Disable fsync in initdb and postgres calls 14 years ago
Peter Eisentraut 5cfd5bb15b pg_upgrade: Remove check for pg_config 14 years ago
Andrew Dunstan f8c81c5dde In pg_upgrade, try a few times to open a log file. 14 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 14 years ago
Andrew Dunstan f8f5cf33a3 Fix pg_upgrade test script's line end handling on Windows. 14 years ago
Andrew Dunstan ea0b414a0d Fix line end mishandling in pg_upgrade on Windows. 14 years ago
Tom Lane b98fd52a55 Silence -Wunused-result warning in contrib/pg_upgrade. 14 years ago
Robert Haas aa2b237ce5 sepgsql cleanups. 14 years ago
Bruce Momjian 022cd22f0f In pg_upgrade, document why we can't issue \n\n in the command logfile 14 years ago
Andrew Dunstan 2042185baf Fix transcription error. 14 years ago