Commit Graph

2274 Commits (dfbba2c86cc8f09cf3ffca3d305b4ce54a7fb49a)

Author SHA1 Message Date
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 6f1b9e4efd Add pg_upgrade --jobs parameter 13 years ago
Bruce Momjian dc9896a245 Avoid using NAMEDATALEN in pg_upgrade 13 years ago
Bruce Momjian 345fb82f16 Add pg_upgrade comment about mismatch error 13 years ago
Bruce Momjian e95c4bd113 Fix pg_upgrade for invalid indexes 13 years ago
Andrew Dunstan ad69bd052f Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Bruce Momjian acdb8c2259 Fix pg_upgrade -O/-o options 13 years ago
Bruce Momjian 6dd9584507 Improve pg_upgrade's status display 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Heikki Linnakangas 357cbaaeae Add pgstatginindex() function to get the size of the GIN pending list. 13 years ago
Bruce Momjian c47d261c07 In pg_upgrade testing script, turn off command echo at the end so status 13 years ago
Bruce Momjian 2f22765607 Restore set -x in pg_upgrade/test.sh, so the user can see what is being 13 years ago
Bruce Momjian 630cd14426 Add initdb --sync-only option to sync the data directory to durable 13 years ago
Bruce Momjian 25d1ed04a2 Revert initdb --sync-only patch that had incorrect commit messages. 13 years ago
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 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Tom Lane ca0b960eb5 Prevent overflow in pgbench's percent-done display. 13 years ago
Andrew Dunstan 2f2be7473b Use a more portable platform test. 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Tom Lane 427fd88552 Fix unportable format string. 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Tom Lane c3bf3ea2b6 Remove configure-option-dependent test cases from dblink tests. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Bruce Momjian a9701a1d7d In pg_upgrade, issue proper error message when we can't open PG_VERSION. 13 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago