summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
Commit message (Expand)AuthorAgeFilesLines
* Add a materialized view relations.Kevin Grittner2013-03-033-3/+6
* Improve pg_upgrade commentary on multixact changeAlvaro Herrera2013-02-283-8/+12
* pg_upgrade: conditionally create cluster delete scriptBruce Momjian2013-02-141-6/+37
* Fix pg_upgrade log file cleanup codeBruce Momjian2013-02-141-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-1218-70/+17
* pg_upgrade: detect stale postmaster.pid lock filesBruce Momjian2013-01-245-30/+54
* Use the catversion to distinguish old/new clustersAlvaro Herrera2013-01-241-2/+2
* Don't require oldestMultixact if server doesn't have itAlvaro Herrera2013-01-241-2/+3
* pg_upgrade: report failed cluster nameBruce Momjian2013-01-241-1/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-233-0/+99
* pg_upgrade: remove --single-transaction usageBruce Momjian2013-01-221-4/+3
* Improve pg_upgrade error reportBruce Momjian2013-01-181-1/+2
* Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan2013-01-121-2/+3
* Allow parallel copy/link in pg_upgradeBruce Momjian2013-01-097-69/+251
* Prevent creation of postmaster's TCP socket during pg_upgrade testing.Tom Lane2013-01-031-2/+9
* Adjust a few pg_upgrade functions to return void.Bruce Momjian2013-01-023-40/+25
* Update copyrights for 2013Bruce Momjian2013-01-0119-19/+19
* Add pg_upgrade --jobs parameterBruce Momjian2012-12-266-16/+262
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-202-16/+26
* Add pg_upgrade comment about mismatch errorBruce Momjian2012-12-201-0/+3
* Fix pg_upgrade for invalid indexesBruce Momjian2012-12-111-0/+91
* Fix pg_upgrade -O/-o optionsBruce Momjian2012-12-101-1/+1
* Improve pg_upgrade's status displayBruce Momjian2012-12-075-20/+30
* In pg_upgrade testing script, turn off command echo at the end so statusBruce Momjian2012-12-041-0/+5
* Restore set -x in pg_upgrade/test.sh, so the user can see what is beingBruce Momjian2012-12-031-0/+3
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-032-4/+12
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-032-12/+4
* dummy commitBruce Momjian2012-12-031-1/+2
* dummy commitBruce Momjian2012-12-032-4/+11
* In pg_upgrade, remove 'set -x' from test script.Bruce Momjian2012-12-011-2/+0
* Revert:Bruce Momjian2012-12-011-3/+2
* Remove pg_restore's --single-transaction option, as it throws errors inBruce Momjian2012-12-011-2/+3
* In pg_upgrade, improve status wording now that we have per-databaseBruce Momjian2012-11-302-5/+6
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-307-103/+80
* Clean environment for pg_upgrade test.Andrew Dunstan2012-11-301-0/+9
* In pg_upgrade, simplify function copy_file() by using pg_malloc() andBruce Momjian2012-11-241-41/+13
* In pg_upgrade, fix a few place that used maloc/free rather thanBruce Momjian2012-11-242-5/+5
* In pg_upgrade, report errno string if file existence check returns anBruce Momjian2012-11-191-2/+3
* In pg_upgrade, add third meaningless parameter to open().Bruce Momjian2012-11-141-1/+1
* In pg_upgrade, copy fsm, vm, and extent files by checking for fileBruce Momjian2012-11-143-183/+82
* Mark pg_upgrade's free_db_and_rel_infos() as a static function.Bruce Momjian2012-11-132-2/+2
* In pg_upgrade, set synchronous_commit=off for the new cluster, toBruce Momjian2012-11-061-3/+8
* Use a more portable platform test.Andrew Dunstan2012-10-181-11/+10
* In pg_upgrade, issue proper error message when we can't open PG_VERSION.Bruce Momjian2012-10-101-1/+1
* In pg_upgrade, use full path name for analyze_new_cluster.sh script.Bruce Momjian2012-10-021-4/+4
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-9/+15
* In pg_upgrade, improve error reporting when the number of relationBruce Momjian2012-10-021-5/+7
* Adjust pg_upgrade query so toast tables related to system catalog schemaBruce Momjian2012-10-021-13/+38
* In pg_upgrade, try to convert the locale names to canonical form beforeBruce Momjian2012-10-021-6/+66
* pg_upgrade test: Disable fsync in initdb and postgres callsPeter Eisentraut2012-09-261-4/+4