summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
Commit message (Expand)AuthorAgeFilesLines
* Make the locale comparison in pg_upgrade more lenientHeikki Linnakangas2014-10-241-43/+35
* pg_upgrade: have pg_upgrade fail for old 9.4 JSONB formatBruce Momjian2014-09-292-0/+100
* pg_upgrade: preserve the timestamp epochBruce Momjian2014-09-113-8/+17
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-073-0/+73
* pg_upgrade: remove reference to autovacuum_multixact_freeze_max_ageBruce Momjian2014-08-041-9/+8
* pg_upgrade: Fix spacing in help outputPeter Eisentraut2014-07-151-1/+1
* pg_upgrade: allow upgrades for new-only TOAST tablesBruce Momjian2014-07-071-13/+51
* Consistently pass an "unsigned char" to ctype.h functions.Noah Misch2014-07-061-1/+1
* pg_upgrade: preserve database and relation minmxid valuesBruce Momjian2014-07-022-26/+55
* pg_upgrade: no need to remove "members" files for pre-9.3 upgradesBruce Momjian2014-07-021-3/+3
* pg_upgrade: update C comments about pg_dumpallBruce Momjian2014-06-306-8/+9
* pg_upgrade: remove pg_multixact files left by initdbBruce Momjian2014-06-241-6/+27
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-141-5/+32
* Fix whitespacePeter Eisentraut2014-05-151-1/+1
* pg_update: slight major version adjustmentBruce Momjian2014-05-141-1/+1
* Fix version check for pg_upgrade line type crosscheck.Tom Lane2014-05-141-1/+1
* pg_upgrade: error out on 'line' data type usageBruce Momjian2014-05-143-2/+95
* pgindent run for 9.4Bruce Momjian2014-05-0617-146/+149
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-053-4/+4
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-301-1/+1
* pg_upgrade: throw an error for non-existent tablespace directoriesBruce Momjian2014-04-171-0/+32
* pg_upgrade: remove redundant include filesBruce Momjian2014-04-162-2/+0
* vacuumdb: Add option --analyze-in-stagesPeter Eisentraut2014-04-151-54/+4
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-291-5/+4
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-291-4/+5
* pg_upgrade: use pg_usleep(); remove Windows workaroundBruce Momjian2014-03-262-2/+1
* Fix unportable shell-script syntax in pg_upgrade's test.sh.Tom Lane2014-03-161-2/+2
* pg_upgrade: improve C comment about what old/new oids matchBruce Momjian2014-03-051-7/+6
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-1/+1
* Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian2014-02-151-2/+3
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-121-5/+5
* pg_upgrade: dramatically reduce memory consumptionBruce Momjian2014-02-123-34/+66
* Allow unrecognized encoding names in locales, as long as they're the same.Tom Lane2014-01-311-2/+8
* Be forgiving of variant spellings of locale names in pg_upgrade.Tom Lane2014-01-301-13/+69
* Fix potential coredump on bad locale value in pg_upgrade.Tom Lane2014-01-301-1/+2
* Adjust pg_upgrade for move of username lookup functions to /commonBruce Momjian2014-01-101-0/+1
* pg_upgrade: Fix fatal error handlingPeter Eisentraut2014-01-081-0/+2
* Update copyright for 2014Bruce Momjian2014-01-0719-19/+19
* Fix contrib/pg_upgrade to clean all the cruft made during "make check".Tom Lane2014-01-021-1/+3
* Fix compiler warning.Robert Haas2013-12-182-5/+6
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-15/+8
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-041-1/+1
* Fix whitespacePeter Eisentraut2013-12-031-1/+1
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-031-0/+3
* pg_upgrade: Handle default_transaction_read_only settingsBruce Momjian2013-11-301-0/+12
* pg_upgrade: avoid ALTER COLUMN TYPE on inherited columnsBruce Momjian2013-11-191-0/+4
* pg_upgrade: Report full disk betterPeter Eisentraut2013-11-181-0/+9
* pg_upgrade: Fix some whitespace odditiesPeter Eisentraut2013-11-162-6/+6
* Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan2013-10-281-8/+12
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-223-8/+7