summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
AgeCommit message (Expand)Author
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-28Improve pg_upgrade commentary on multixact changeAlvaro Herrera
2013-02-14pg_upgrade: conditionally create cluster delete scriptBruce Momjian
2013-02-14Fix pg_upgrade log file cleanup codeBruce Momjian
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-24pg_upgrade: detect stale postmaster.pid lock filesBruce Momjian
2013-01-24Use the catversion to distinguish old/new clustersAlvaro Herrera
2013-01-24Don't require oldestMultixact if server doesn't have itAlvaro Herrera
2013-01-24pg_upgrade: report failed cluster nameBruce Momjian
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-23pg_upgrade: remove --single-transaction usageBruce Momjian
2013-01-18Improve pg_upgrade error reportBruce Momjian
2013-01-12Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan
2013-01-09Allow parallel copy/link in pg_upgradeBruce Momjian
2013-01-03Prevent creation of postmaster's TCP socket during pg_upgrade testing.Tom Lane
2013-01-03Adjust a few pg_upgrade functions to return void.Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-27Add pg_upgrade --jobs parameterBruce Momjian
2012-12-20Avoid using NAMEDATALEN in pg_upgradeBruce Momjian
2012-12-20Add pg_upgrade comment about mismatch errorBruce Momjian
2012-12-11Fix pg_upgrade for invalid indexesBruce Momjian
2012-12-11Fix pg_upgrade -O/-o optionsBruce Momjian
2012-12-07Improve pg_upgrade's status displayBruce Momjian
2012-12-04In pg_upgrade testing script, turn off command echo at the end so statusBruce Momjian
2012-12-04Restore set -x in pg_upgrade/test.sh, so the user can see what is beingBruce Momjian
2012-12-04Add initdb --sync-only option to sync the data directory to durableBruce Momjian
2012-12-04Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian
2012-12-04dummy commitBruce Momjian
2012-12-04dummy commitBruce Momjian
2012-12-01In pg_upgrade, remove 'set -x' from test script.Bruce Momjian
2012-12-01Revert:Bruce Momjian
2012-12-01Remove pg_restore's --single-transaction option, as it throws errors inBruce Momjian
2012-12-01In pg_upgrade, improve status wording now that we have per-databaseBruce Momjian
2012-11-30In pg_upgrade, dump each database separately and useBruce Momjian
2012-11-30Clean environment for pg_upgrade test.Andrew Dunstan
2012-11-25In pg_upgrade, simplify function copy_file() by using pg_malloc() andBruce Momjian
2012-11-25In pg_upgrade, fix a few place that used maloc/free rather thanBruce Momjian
2012-11-19In pg_upgrade, report errno string if file existence check returns anBruce Momjian
2012-11-15In pg_upgrade, add third meaningless parameter to open().Bruce Momjian
2012-11-14In pg_upgrade, copy fsm, vm, and extent files by checking for fileBruce Momjian
2012-11-14Mark pg_upgrade's free_db_and_rel_infos() as a static function.Bruce Momjian
2012-11-06In pg_upgrade, set synchronous_commit=off for the new cluster, toBruce Momjian
2012-10-18Use a more portable platform test.Andrew Dunstan
2012-10-10In pg_upgrade, issue proper error message when we can't open PG_VERSION.Bruce Momjian
2012-10-03In pg_upgrade, use full path name for analyze_new_cluster.sh script.Bruce Momjian
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02In pg_upgrade, improve error reporting when the number of relationBruce Momjian
2012-10-02Adjust pg_upgrade query so toast tables related to system catalog schemaBruce Momjian
2012-10-02In pg_upgrade, try to convert the locale names to canonical form beforeBruce Momjian