]> granicus.if.org Git - postgresql/history - src/bin/pg_upgrade/pg_upgrade.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_upgrade / pg_upgrade.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-10-10 Peter Eisentrautpg_upgrade: Clean up some redundant code
2019-07-27 Peter Eisentrautpg_upgrade: Default new bindir to pg_upgrade location
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-26 Andres FreundFix pg_upgrade for oid removal.
2018-07-28 Bruce Momjianpg_upgrade: check for clean server shutdowns
2018-05-18 Peter EisentrautMessage wording and pluralization improvements
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-02-25 Tom LaneUn-break parallel pg_upgrade.
2018-02-21 Tom LaneRepair pg_upgrade's failure to preserve relfrozenxid...
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-01-22 Tom LaneMove handling of database properties from pg_dumpall...
2018-01-09 Bruce Momjianpg_upgrade: prevent check on live cluster from generat...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-09-09 Peter Eisentrautpg_upgrade: Message style fixes
2017-08-23 Peter Eisentrautpg_upgrade: Message translatability and style fixes
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-20 Bruce Momjianpg_upgrade: start/stop new server after pg_resetwal
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted src/bin...
2017-02-09 Robert HaasRename user-facing tools with "xlog" in the name to...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-07 Peter Eisentrautpg_upgrade: Add NLS
2016-10-01 Tom LaneImprove error reporting in pg_upgrade's file copying...
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-07 Tom LaneFix pg_upgrade to not fail when new-cluster TOAST rules...
2016-03-08 Robert Haaspg_upgrade: Remove converter plugin facility.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-24 Bruce Momjianpg_upgrade: fix CopyFile() on Windows to fail on file...
2015-05-29 Bruce Momjianpg_upgrade: add missing period in C comment
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-16 Bruce Momjianpg_upgrade: force timeline 1 in the new cluster
2015-04-14 Peter EisentrautMove pg_upgrade from contrib/ to src/bin/