OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / contrib / pg_upgrade / check.c
2011-07-01 Bruce MomjianChange pg_upgrade to use port 50432 by default to avoid...
2011-06-23 Bruce MomjianIn pg_upgrade, check that the binary and data directori...
2011-06-22 Bruce MomjianIn pg_upgrade, fix odd function parameter wrapping.
2011-06-22 Bruce MomjianRename pg_upgrade directory validation function, for...
2011-06-22 Bruce MomjianAdjust pg_upgrade check for pg_upgrade_support to happe...
2011-06-22 Bruce MomjianFix pg_upgrade status message capitalization mistake.
2011-06-14 Bruce MomjianIn pg_upgrade, check there are no prepared transactions.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-24 Bruce MomjianIn pg_upgrade, do case-insensitive checks of locale...
2011-05-18 Peter Eisentraut/contrib/foo -> contrib/foo
2011-05-09 Bruce MomjianIn pg_upgrade, add status message about superuser check.
2011-05-07 Bruce MomjianIn pg_upgrade, report non-super-user username in error...
2011-05-07 Bruce MomjianCheck that the pg_upgrade user specified is a super...
2011-05-07 Bruce MomjianAdjust pg_upgrade FATAL error messages to have consiste...
2011-04-26 Bruce MomjianIn pg_upgrade, avoid one start/stop of the postmaster...
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-20 Bruce MomjianPg_upgrade C comment addition.
2011-04-20 Bruce MomjianThrow error for mismatched pg_upgrade clusters
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-06 Peter EisentrautReplace the confusing exit_nicely() by an atexit/on_exi...
2011-03-09 Bruce MomjianFix file descriptor leaks in pg_upgrade in failure...
2011-03-07 Tom LaneFix a couple more missing "static" markers.
2011-02-15 Bruce MomjianAdjust pg_upgrade error message, array freeing, and...
2011-02-02 Bruce MomjianFix wrong verb in pg_upgrade text message, per Haas.
2011-01-10 Bruce MomjianA toast relid field are no longer needed in pg_upgrade...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2011-01-01 Bruce MomjianFurter pg_upgrade optimizations to reduce function...
2011-01-01 Bruce MomjianIn pg_upgrade, remove use of whichCluster, and just...
2010-12-15 Bruce MomjianUse "upgrade" in preference over "migrate" in pg_upgrad...
2010-10-20 Bruce MomjianRename pg_upgrade 'log' to 'log_opts', to avoid platfor...
2010-10-19 Bruce MomjianPgindent run on pg_upgrade source after restructuring.
2010-10-19 Bruce MomjianRestructure the pg_upgrade code to use several global...
2010-10-19 Bruce MomjianIn pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for...
2010-10-19 Bruce MomjianAdd removal of PG_VERSION to optional old cluster delet...
2010-10-19 Bruce MomjianIn pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-25 Bruce MomjianAdjust check_for_isn_and_int8_passing_mismatch() so...
2010-07-25 Bruce MomjianPrevent pg_upgrade from migrating databases that use...
2010-07-13 Bruce MomjianIn pg_upgrade, prevent psql AUTOCOMMIT=off by not loadi...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Bruce MomjianMake pg_upgrade copyrights just 2010, not 2010-2010.
2010-07-03 Bruce MomjianAdd copyrights to pg_upgrade and pg_upgrade_tools files...
2010-07-03 Bruce MomjianAdd CVS tags to pg_upgrade and pg_upgrade_support files...
2010-06-23 Bruce MomjianAdd username designations to all pg_upgrade utility...
2010-06-12 Bruce MomjianHave pg_upgrade create its output files in the current...
2010-05-23 Tom Laneissue_warnings() has no business freeing its parameter...
2010-05-13 Bruce MomjianRemove all mentions of EnterpriseDB Advanced Server...
2010-05-13 Magnus HaganderAssorted fixes to make pg_upgrade build on MSVC.
2010-05-13 Bruce MomjianMove pg_upgrade shared library out into its own /contri...
2010-05-12 Bruce MomjianAdd pg_upgrade to /contrib; will be in 9.0 beta2.