summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade
Commit message (Expand)AuthorAgeFilesLines
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-172-13/+25
* Fix hard-coded relkind constants in assorted src/bin files.Tom Lane2017-03-093-4/+18
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-255-18/+10
* pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas2017-02-153-35/+56
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-093-16/+16
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-253-0/+102
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-211-0/+2
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-131-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-0317-17/+17
* pg_upgrade: Upgrade sequence data via pg_dumpPeter Eisentraut2016-11-131-1/+1
* pg_upgrade: Add NLSPeter Eisentraut2016-11-078-63/+75
* pg_rewing pg_upgrade: Fix translation markersPeter Eisentraut2016-11-071-5/+5
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-201-30/+49
* Enforce a specific order for probing library loadability in pg_upgrade.Tom Lane2016-10-031-30/+67
* Improve error reporting in pg_upgrade's file copying/linking/rewriting.Tom Lane2016-09-3012-184/+132
* Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().Tom Lane2016-09-301-42/+49
* Stamp HEAD as 10devel.Tom Lane2016-08-152-4/+4
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-087-33/+100
* Register atexit hook only once in pg_upgrade.Tom Lane2016-07-281-1/+2
* Reword bogus commentAlvaro Herrera2016-06-161-1/+1
* Remove unused prototypeAlvaro Herrera2016-06-161-1/+0
* pgindent run for 9.6Robert Haas2016-06-095-17/+18
* pg_upgrade: Don't overwrite existing files.Robert Haas2016-06-063-14/+13
* pg_upgrade: Improve error checking in rewriteVisibilityMap.Robert Haas2016-06-061-2/+13
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-063-73/+1
* Improve pg_upgrade's report about failure to match up old and new tables.Tom Lane2016-05-062-141/+244
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-081-2/+38
* Fix typos.Robert Haas2016-03-151-1/+1
* pg_upgrade: Convert old visibility map format to new format.Robert Haas2016-03-113-11/+197
* pg_upgrade: Remove converter plugin facility.Robert Haas2016-03-087-330/+18
* pg_upgrade: suppress creation of delete scriptBruce Momjian2016-02-181-6/+24
* pg_upgrade: Add C comment about NextXID delimiterBruce Momjian2016-02-121-1/+6
* Change delimiter used for display of NextXIDJoe Conway2016-02-121-2/+9
* Fix spelling mistakes.Robert Haas2016-01-141-1/+1
* Update copyright for 2016Bruce Momjian2016-01-0218-18/+18
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-281-2/+2
* pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian2015-11-2412-31/+28
* pg_upgrade: properly detect file copy failure on WindowsBruce Momjian2015-11-142-3/+5
* -- email subject limit -----------------------------------------Bruce Momjian2015-10-131-35/+39
* Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan2015-09-171-0/+4
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-111-3/+12
* Remove redundant "make install" from pg_upgrade test suite.Noah Misch2015-07-291-1/+0
* Replace use of "diff -q".Noah Misch2015-07-081-1/+2
* Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane2015-07-071-2/+3
* Plug some trivial memory leaks in pg_dump and pg_upgrade.Heikki Linnakangas2015-07-021-0/+6
* Remove unnecessary NULL test.Robert Haas2015-06-261-2/+1
* pg_upgrade: add missing period in C commentBruce Momjian2015-05-291-2/+2
* pgindent run for 9.5Bruce Momjian2015-05-239-118/+126
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1