OSDN Git Service

Add missing file to GETTEXT_FILES
[pg-rex/syncrep.git] / contrib / pg_upgrade /
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-29 Bruce MomjianHave pg_upgrade use strtoul(), not strtol().
2010-09-28 Bruce MomjianUse macro atooid() for conversion of strings to oids...
2010-09-28 Bruce MomjianIn pg_upgrade, properly handle oids > 2^31 by using...
2010-09-28 Bruce MomjianFix leak patch that was using fclose() instead of close().
2010-09-28 Bruce MomjianProperly close files after read file failure to prevent...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-07 Bruce MomjianModify pg_upgrade to set/restore all environment variab...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of 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 MomjianOn Win32, pg_upgrade cannot sent any server log output...
2010-07-13 Bruce MomjianRemove incorrect email address for pg_upgrade bug reports.
2010-07-13 Bruce MomjianIn pg_upgrade, report /bin directory checks independent...
2010-07-13 Bruce MomjianIn pg_upgrade, prevent psql AUTOCOMMIT=off by not loadi...
2010-07-09 Bruce MomjianProperly report errno/out-of-disk-space error from...
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-07-01 Tom LaneGet rid of some more stuff that duplicates c.h or port.h.
2010-07-01 Bruce MomjianRemove port.h prototypes from pg_upgrade.h, per report...
2010-06-23 Bruce MomjianAdd username designations to all pg_upgrade utility...
2010-06-22 Bruce MomjianFix pg_upgrade's use of pg_ctl on Win32 to not send...
2010-06-16 Bruce MomjianFix pg_upgrade to remove malloc(0) call.
2010-06-15 Bruce MomjianFix storage of getopt() return, should be 'int', for...
2010-06-15 Bruce MomjianProperly define pg_upgrade global variable, per bug...
2010-06-12 Bruce MomjianUpdate pg_upgrade C comment about cwd.
2010-06-12 Bruce MomjianHave pg_upgrade create its output files in the current...
2010-05-25 Bruce MomjianRemove IMPLEMENTATION.jp file from pg_upgrade docs...
2010-05-25 Bruce MomjianUpdate pg_upgrade IMPLEMENTATION doc file to match...
2010-05-25 Bruce MomjianModify pg_standby, pgbench, and pg_upgrade manual pages...
2010-05-25 Bruce MomjianAdd Japanese Implementation file to CVS.
2010-05-25 Bruce MomjianRe-order pg_upgrade 'help' options to be alphabetical.
2010-05-24 Bruce MomjianIn pg_upgrade, test for datallowconn instead of hardcod...
2010-05-24 Bruce MomjianSplit apart pg_upgrade user lookup and root check so...
2010-05-23 Tom Laneissue_warnings() has no business freeing its parameter...
2010-05-19 Bruce MomjianSimplify pg_upgrade queries by using IN instead of...
2010-05-19 Bruce MomjianFor pg_upgrade, update template0's datfrozenxid and...
2010-05-18 Bruce MomjianUse a 'datallowconn' check for avoiding 'template0...
2010-05-18 Bruce MomjianAdd pg_upgrade TESTING files explaining a testing method.
2010-05-15 Bruce MomjianAdjust pg_upgrade BSD defines for scandir(), per report...
2010-05-15 Bruce MomjianChange bsdi define to __bsdi__
2010-05-14 Tom LaneFix another obvious bug pointed out by a compiler warning.
2010-05-14 Tom LaneRemove another unsafe use of random data as a format...
2010-05-14 Tom LaneGet rid of unsafe sprintf and snprintf usages. Per...
2010-05-14 Tom LaneSpell __darwin__ correctly, to suppress compiler warnin...
2010-05-14 Bruce MomjianUse NAMEDATALEN instead of local define.
2010-05-13 Bruce MomjianRemove all mentions of EnterpriseDB Advanced Server...
2010-05-13 Tom LaneFix up lame idea of not using autoconf to determine...
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 Tom LaneClean up unnecessary unportability and compiler warning...
2010-05-12 Bruce MomjianMove pg_upgrade TODO to TODO wiki.
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-12 Bruce MomjianSmall formatting adjustment.
2010-05-12 Bruce MomjianAdd pg_upgrade IMPLEMENTATION file to CVS.
2010-05-12 Bruce MomjianAdd TODO file to CVS.
2010-05-12 Bruce MomjianAdd pg_upgrade to /contrib; will be in 9.0 beta2.
2005-06-22 Tom LaneRemove contrib modules that have been agreed to be...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2002-08-29 Peter EisentrautMake pg_resetxlog options parsing more standard and...
2002-07-03 Bruce MomjianDisable pg_upgrade for 7.3.
2002-04-09 Bruce MomjianUpdate pg_upgrade for 7.3.
2002-02-11 Bruce MomjianFix flag handling of pg_upgrade.
2002-01-31 Bruce MomjianAdd mention of recovery using pg_upgrade.
2002-01-31 Bruce MomjianUpdate HISTORY/release.sgml for Monday release.
2002-01-18 Bruce MomjianEnable /contrib/pg_upgrade, mention little testing.
2002-01-15 Bruce MomjianManual page improvements.
2002-01-15 Bruce MomjianMore cleanups.
2002-01-15 Bruce MomjianKeep pg_upgrade as disabled.
2002-01-15 Bruce MomjianMore wording improvements.
2002-01-15 Bruce MomjianMore updates.
2002-01-15 Bruce MomjianMore cleanups with ideas from Peter.
2002-01-15 Bruce MomjianAdd Peter's portability and option suggestions.
2002-01-14 Bruce MomjianUpdate permissions?
2002-01-14 Bruce MomjianAdd README file.
2002-01-14 Bruce MomjianDoc improvements.
2002-01-14 Bruce MomjianAdd manual page to /contrib. SGML from docs.
2002-01-14 Bruce MomjianMove pg_upgrade to /contrib. Still need to make Peter...