aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade
Commit message (Expand)AuthorAge
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Register atexit hook only once in pg_upgrade.Tom Lane2016-07-28
* Reword bogus commentAlvaro Herrera2016-06-16
* Remove unused prototypeAlvaro Herrera2016-06-16
* pgindent run for 9.6Robert Haas2016-06-09
* pg_upgrade: Don't overwrite existing files.Robert Haas2016-06-06
* pg_upgrade: Improve error checking in rewriteVisibilityMap.Robert Haas2016-06-06
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Improve pg_upgrade's report about failure to match up old and new tables.Tom Lane2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Fix typos.Robert Haas2016-03-15
* pg_upgrade: Convert old visibility map format to new format.Robert Haas2016-03-11
* pg_upgrade: Remove converter plugin facility.Robert Haas2016-03-08
* pg_upgrade: suppress creation of delete scriptBruce Momjian2016-02-18
* pg_upgrade: Add C comment about NextXID delimiterBruce Momjian2016-02-12
* Change delimiter used for display of NextXIDJoe Conway2016-02-12
* Fix spelling mistakes.Robert Haas2016-01-14
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-28
* pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian2015-11-24
* pg_upgrade: properly detect file copy failure on WindowsBruce Momjian2015-11-14
* -- email subject limit -----------------------------------------Bruce Momjian2015-10-13
* Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan2015-09-17
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-11
* Remove redundant "make install" from pg_upgrade test suite.Noah Misch2015-07-29
* Replace use of "diff -q".Noah Misch2015-07-08
* Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane2015-07-07
* Plug some trivial memory leaks in pg_dump and pg_upgrade.Heikki Linnakangas2015-07-02
* Remove unnecessary NULL test.Robert Haas2015-06-26
* pg_upgrade: add missing period in C commentBruce Momjian2015-05-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* pg_upgrade: no need to check for matching float8_pass_by_valueBruce Momjian2015-05-16
* pg_upgrade: force timeline 1 in the new clusterBruce Momjian2015-05-16
* pg_upgrade: only allow template0 to be non-connectableBruce Momjian2015-05-16
* pg_upgrade: make controldata checks more consistentBruce Momjian2015-05-14
* pg_upgrade: use single or double-quotes in command-line stringsBruce Momjian2015-05-11
* Warn about tablespace creation in PGDATABruce Momjian2015-04-28
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Remove superfluous -DFRONTEND.Noah Misch2015-04-24
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut2015-04-14