aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/version_old_8_3.c
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* In pg_upgrade, add various logging improvements:Bruce Momjian2012-03-12
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-07
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian2011-08-26
* In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian2011-08-15
* Make pg_upgrade output more consistent with project stylePeter Eisentraut2011-07-12
* Adjust pg_upgrade FATAL error messages to have consistent newlines.Bruce Momjian2011-05-06
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix file descriptor leaks in pg_upgrade in failure code paths.Bruce Momjian2011-03-08
* Clarify pg_upgrade's creation of the map file structure. Also cleanBruce Momjian2011-01-05
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* In pg_upgrade, remove use of whichCluster, and just pass old/new clusterBruce Momjian2011-01-01
* Use "upgrade" in preference over "migrate" in pg_upgrade messages andBruce Momjian2010-12-15
* Pgindent run on pg_upgrade source after restructuring.Bruce Momjian2010-10-19
* Restructure the pg_upgrade code to use several global structures ratherBruce Momjian2010-10-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Adjust check_for_isn_and_int8_passing_mismatch() so it is called for allBruce Momjian2010-07-25
* Prevent pg_upgrade from migrating databases that use reg* data typesBruce Momjian2010-07-25
* Make pg_upgrade copyrights just 2010, not 2010-2010.Bruce Momjian2010-07-03
* Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.Bruce Momjian2010-07-03
* Add CVS tags to pg_upgrade and pg_upgrade_support files, per requestBruce Momjian2010-07-03
* Have pg_upgrade create its output files in the current directory, ratherBruce Momjian2010-06-12
* Use NAMEDATALEN instead of local define.Bruce Momjian2010-05-14
* Add pg_upgrade to /contrib; will be in 9.0 beta2.Bruce Momjian2010-05-12