aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/pg_upgrade.c
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve pg_upgrade commentary on multixact changeAlvaro Herrera2013-02-28
* Fix pg_upgrade log file cleanup codeBruce Momjian2013-02-14
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* pg_upgrade: detect stale postmaster.pid lock filesBruce Momjian2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* pg_upgrade: remove --single-transaction usageBruce Momjian2013-01-22
* Allow parallel copy/link in pg_upgradeBruce Momjian2013-01-09
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add pg_upgrade --jobs parameterBruce Momjian2012-12-26
* Improve pg_upgrade's status displayBruce Momjian2012-12-07
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-03
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* Revert:Bruce Momjian2012-12-01
* Remove pg_restore's --single-transaction option, as it throws errors inBruce Momjian2012-12-01
* In pg_upgrade, improve status wording now that we have per-databaseBruce Momjian2012-11-30
* In pg_upgrade, dump each database separately and useBruce Momjian2012-11-30
* In pg_upgrade, pull the port number from postmaster.pid, like we do forBruce Momjian2012-09-03
* Fix pg_upgrade to cope with non-default unix_socket_directory scenarios.Tom Lane2012-09-03
* pg_upgrade: Fix exec_prog API to be less flakyAlvaro Herrera2012-08-27
* Fix pg_upgrade file share violation on Windows created by the commitBruce Momjian2012-08-07
* pg_upgrade: abstract out copying of files from old cluster to newAlvaro Herrera2012-07-05
* Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.Heikki Linnakangas2012-06-26
* In pg_upgrade, verify that the install user has the same oid on bothBruce Momjian2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Have pg_upgrade only use one extra log file for Win32, not two.Bruce Momjian2012-05-25
* On Windows, have pg_upgrade use different two files to log pg_ctlBruce Momjian2012-05-24
* Adjust pg_upgrade to output a separate log file for pg_ctl output onBruce Momjian2012-05-23
* Lots of doc corrections.Robert Haas2012-04-23
* In pg_upgrade, create a script to incrementally generate more accurateBruce Momjian2012-03-16
* Uppercase pg_upgrade status output title.Bruce Momjian2012-03-14
* In pg_upgrade, add various logging improvements:Bruce Momjian2012-03-12
* In pg_upgrade, only lock the old cluster if link mode is used, and do itBruce Momjian2012-03-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove pg_upgrade dependency on the 'postgres' database existing in theBruce Momjian2011-10-28
* In pg_upgrade, use the new postmaster -C option to get the real dataBruce Momjian2011-10-07
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* In pg_upgrade, fix the -l/log option to work on Windows.Bruce Momjian2011-07-20
* Make pg_upgrade output more consistent with project stylePeter Eisentraut2011-07-12
* Add pg_upgrade check to make sure the user has full access permission inBruce Momjian2011-05-16
* Allow pg_upgrade to honor libpq environment variables. Add 'local'Bruce Momjian2011-05-16
* Adjust pg_upgrade FATAL error messages to have consistent newlines.Bruce Momjian2011-05-06
* In pg_upgrade, avoid one start/stop of the postmaster; use the -wBruce Momjian2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* In pg_upgrade, no need to initialize global struct values; they areBruce Momjian2011-02-16
* Cleanup ClusterInfo initialization in pg_upgradeAlvaro Herrera2011-02-16
* Make pg_upgrade compile againAlvaro Herrera2011-02-15
* Adjust pg_upgrade error message, array freeing, and add error check.Bruce Momjian2011-02-15
* Add pg_upgrade comment for why we can't use template1 inheritance forBruce Momjian2011-02-01