OSDN Git Service

Support a COLLATE clause in plpgsql variable declarations.
[pg-rex/syncrep.git] / contrib /
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.
2011-02-03 Robert HaasVarious sepgsql corrections.
2011-02-03 Tom LaneRepair multiple breakage in Windows-specific code for...
2011-02-02 Bruce MomjianFix wrong verb in pg_upgrade text message, per Haas.
2011-02-02 Bruce MomjianSimplify pg_upgrade checking of executable permissions.
2011-02-01 Bruce MomjianAdd pg_upgrade comment for why we can't use template1...
2011-02-01 Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2011-02-01 Bruce MomjianFix pg_upgrade to create pg_authid restore functions...
2011-01-27 Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-26 Bruce MomjianPer Peter E, use 'kB' for kilobyte, not 'K'.
2011-01-26 Bruce MomjianIn pg_test_fsync, use K(1024) rather than k(1000) for...
2011-01-26 Bruce MomjianAdjust pg_test_fsync to always do XLOG_BLCKSZ-sized...
2011-01-25 Bruce MomjianUse consistent spacing for PGAPPICON Makefile option.
2011-01-25 Bruce MomjianUse XLOG_BLCKSZ in pg_test_fsync, rather than our own...
2011-01-25 Bruce MomjianIn test_open_sync(), writes kilobytes as intended,...
2011-01-24 Robert HaasPGXS support for contrib/hstore
2011-01-24 Robert HaasFirst round of cleanup of sepgsql code and documentation.
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-22 Tom LaneMore pg_test_fsync fixups.
2011-01-22 Tom LaneSuppress unused-variables warning when OPEN_SYNC_FLAG...
2011-01-22 Tom LaneMore pg_test_fsync cleanup.
2011-01-22 Tom LaneClean up pg_test_fsync commit.
2011-01-21 Bruce MomjianUpdate C banner on new pg_test_fsync file.
2011-01-21 Bruce MomjianMove test_fsync to /contrib.
2011-01-10 Bruce MomjianA toast relid field are no longer needed in pg_upgrade...
2011-01-09 Tom LaneUpdate contrib/pg_trgm for new GIN extractQuery API.
2011-01-09 Tom LaneUpdate contrib/hstore for new GIN extractQuery API.
2011-01-09 Tom LaneImprove comment.
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
2011-01-09 Tom LaneFix assorted corner-case bugs in contrib/intarray.
2011-01-08 Bruce MomjianIn pg_upgrade, remove functions that did sequential...
2011-01-08 Bruce MomjianIn pg_upgrade, clarify use of install_db_support_functi...
2011-01-08 Bruce MomjianIn pg_upgrade, remove unnecessary separate handling...
2011-01-08 Tom LaneUpdate GIN support function definitions for contrib...
2011-01-08 Bruce MomjianDocument why pg_upgrade preserves pg_auth.oid (because...
2011-01-08 Bruce MomjianMore pg_upgrade relfilenode C comments added.
2011-01-08 Bruce MomjianSimplify pg_upgrade C comment about what is preserved.
2011-01-08 Bruce MomjianIn pg_upgrade, track only one copy of namespace/relname...
2011-01-08 Bruce MomjianFix C indenting in pg_upgrade function.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-08 Tom LaneOoops, forgot to fix contrib/tsearch2's references...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
next