OSDN Git Service

Add REL9_1_STABLE to the set of branches tracked by git_changelog.
[pg-rex/syncrep.git] / contrib /
2011-06-15 Bruce MomjianIn pg_upgrade, clean up code layout in validateDirector...
2011-06-14 Bruce MomjianIn pg_upgrade, check there are no prepared transactions.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Tom LaneMake citext's equality and hashing functions collation...
2011-05-31 Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-05-27 Peter EisentrautRemove literal tabs from message strings
2011-05-24 Bruce MomjianIn pg_upgrade, do case-insensitive checks of locale...
2011-05-19 Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-19 Bruce MomjianIn pg_upgrade, clean up handling of invalid directory...
2011-05-18 Bruce MomjianImprove pg_upgrade error reporting if the bin or data...
2011-05-18 Peter Eisentraut/contrib/foo -> contrib/foo
2011-05-18 Bruce MomjianImprove pg_upgrade X_OK comment.
2011-05-18 Bruce MomjianFix pg_upgrade build problem on Windows when using...
2011-05-16 Bruce MomjianUpdate pg_upgrade directory check error message.
2011-05-16 Bruce MomjianAdd pg_upgrade check to make sure the user has full...
2011-05-16 Bruce MomjianAllow pg_upgrade to honor libpq environment variables...
2011-05-12 Alvaro HerreraFix assorted typos
2011-05-10 Peter EisentrautPut options help in alphabetical order
2011-05-10 Peter EisentrautFormat pg_upgrade --version in line with conventions
2011-05-10 Peter EisentrautAdd bug report line to pg_upgrade --help output
2011-05-10 Peter EisentrautPut pg_test_fsync --help and --version output in line...
2011-05-10 Bruce MomjianIn pg_upgrade, remove suggestion of setting pg_hba...
2011-05-09 Bruce MomjianIn pg_upgrade, add status message about superuser check.
2011-05-08 Bruce MomjianAdd C comment why client encoding can be set in pg_upgrade.
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-05-05 Peter EisentrautImprove pg_archivecleanup and pg_standby --help output
2011-05-05 Peter EisentrautImprove formatting of pg_upgrade --help output
2011-04-26 Bruce MomjianNow that pg_upgrade uses -w in pg_ctl, remove loop...
2011-04-26 Bruce MomjianIn pg_upgrade, avoid one start/stop of the postmaster...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-24 Bruce MomjianIn pg_upgrade, only compile copy_file() on non-Win32...
2011-04-23 Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-22 Tom LaneDe-kludge contrib/btree_gin for collations.
2011-04-20 Bruce MomjianPg_upgrade C comment addition.
2011-04-20 Bruce MomjianThrow error for mismatched pg_upgrade clusters
2011-04-19 Bruce MomjianAdd C comment
2011-04-19 Peter EisentrautRefix the unaccent regression test on MSVC properly
2011-04-19 Peter EisentrautAvoid unused variable warnings for certain configurations
2011-04-18 Andrew DunstanAttempt to remedy buildfarm breakage caused by commit...
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Andrew DunstanRemove CRLF line endings in new cube results file.
2011-04-10 Andrew DunstanAdjust regression tests on cube and ECPG for MinGW...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Peter EisentrautAllow pg_upgrade with PGCLIENTENCODING set
2011-04-07 Bruce MomjianSimplify structure of query used to gather database...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-06 Peter EisentrautReplace the confusing exit_nicely() by an atexit/on_exi...
2011-04-04 Robert HaasAdd missing check on invocation of trusted procedures.
2011-03-30 Bruce MomjianMention pg_upgrade sets autovacuum_freeze_max_age to...
2011-03-30 Bruce MomjianExpand comment on how pg_upgrade is turning off autovacuum.
2011-03-29 Bruce MomjianIn pg_upgrade, add C comment about how autovacuum is...
2011-03-28 Alvaro HerreraAdd missing #include
2011-03-16 Bruce MomjianRemove unused copy_dir() function from pg_upgrade.
2011-03-11 Bruce MomjianModify pg_test_fsync to match the behavior of git head...
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-09 Bruce MomjianFix file descriptor leaks in pg_upgrade in failure...
2011-03-07 Bruce MomjianTighten pg_upgrade check for pre-8.4 toast table name...
2011-03-07 Tom LaneFix a couple more missing "static" markers.
2011-03-06 Bruce MomjianImprove pg_upgrade relation name check logic for pre...
2011-03-06 Bruce MomjianUpdate new pg_upgrade comment about pre-8.4 TOAST tables.
2011-03-06 Bruce MomjianRestructure pg_upgrade checks because pre-8.4 Postgres...
2011-03-06 Bruce MomjianFix pg_upgrade to print the proper database name for...
2011-03-06 Bruce MomjianPrint clearer failure message when pg_upgrade fails...
2011-03-03 Tom LaneFix citext's upgrade-from-unpackaged script to set...
2011-03-03 Tom LaneAdd -lm to SHLIB_LINK for contrib/btree_gist.
2011-03-02 Tom LaneAdd KNNGIST support to contrib/btree_gist.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Alvaro HerreraUpdate pageinspect--1.0.sql to match the upgrade script
2011-02-25 Alvaro HerreraFix pageinspect's heap_page_item to return infomasks...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneMinor logic fix for new levenshtein implementation.
2011-02-20 Tom LaneAdd contrib/file_fdw foreign-data wrapper for reading...
2011-02-18 Tom LaneOne more hack to make contrib upgrades from 9.0 match...
2011-02-17 Tom LaneFix upgrade of contrib/xml2 from 9.0.
2011-02-17 Tom LaneFix upgrade of contrib/intarray and contrib/unaccent...
2011-02-17 Tom LaneFix upgrade of contrib/btree_gist from 9.0.
2011-02-17 Tom LaneFix contrib/pg_trgm to have smoother updates from 9.0.
2011-02-17 Robert HaasRemove rule to build sepgsql-regtest.pp.
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-16 Bruce MomjianIn pg_upgrade, no need to initialize global struct...
2011-02-16 Alvaro HerreraCleanup ClusterInfo initialization in pg_upgrade
2011-02-16 Bruce MomjianFix bug in 9.1 pg_upgrade processing of old/new relatio...
2011-02-15 Alvaro HerreraMake pg_upgrade compile again
2011-02-15 Bruce MomjianAdjust pg_upgrade error message, array freeing, and...
2011-02-15 Tom LaneBring hstore's comment into line with style of other...
2011-02-15 Tom LaneRethink naming of contrib/intagg extension.
2011-02-14 Tom LaneMore fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAssorted fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-08 Peter EisentrautPer-column collation support
2011-02-03 Robert HaasMinor sepgsql regression test fixes.
next