]> granicus.if.org Git - postgresql/history - contrib
Reduce lock levels of some ALTER TABLE cmds
[postgresql] / contrib /
2014-04-06 Tom LaneImprove contrib/pg_trgm's heuristics for regexp index...
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-04-01 Heikki LinnakangasFix typo in comment.
2014-03-31 Robert Haastest_decoding: Update .gitignore
2014-03-30 Andrew DunstanUse separate output dirs for test_decoding's two runs.
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-29 Noah MischForce consistent row order in contrib/test_decoding...
2014-03-27 Bruce Momjiancontrib/test_decoding: adjust expected output
2014-03-26 Bruce Momjianpg_upgrade: use pg_usleep(); remove Windows workaround
2014-03-26 Heikki LinnakangasUse pg_usleep() instead of plain sleep(), to fix Window...
2014-03-26 Heikki LinnakangasAdd -f/--follow option to pg_xlogdump.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischDon't test xmin/xmax columns of a postgres_fdw foreign...
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-20 Robert Haastest_shm_mq: Improve regression tests.
2014-03-18 Heikki LinnakangasFix compilation of pg_xlogdump, now that rm_safe_restar...
2014-03-18 Tom LaneFix some remaining int64 vestiges in contrib/test_shm_mq.
2014-03-18 Robert Haastest_shm_mq: Use Size rather than uint64.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-17 Tom LaneFix unportable shell-script syntax in pg_upgrade's...
2014-03-12 Robert HaasComment fixes related to logical decoding.
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-07 Tom LaneFix contrib/postgres_fdw to handle multiple join condit...
2014-03-05 Robert HaasFix test_decoding regression test outputs.
2014-03-05 Bruce Momjianpg_upgrade: improve C comment about what old/new oids...
2014-03-05 Peter EisentrautFix whitespace
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-03-04 Alvaro Herreraauto_explain: Add logging of trigger execution
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Robert Haaspageinspect: Use new pg_lsn datatype.
2014-02-28 Peter Eisentrautpgbench: Fix help message
2014-02-27 Tom LaneRemove dependency on database encoding in citext regres...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-21 Heikki LinnakangasAvoid integer overflow in hstore_to_json().
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-15 Bruce MomjianRemove use of sscanf in pg_upgrade, and add C comment...
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-12 Bruce Momjianpg_upgrade: dramatically reduce memory consumption
2014-02-12 Bruce Momjianpg_test_fsync: add C comment about direct I/O and write...
2014-02-04 Tom LaneImprove connection-failure error handling in contrib...
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-01 Tom LaneFix some more bugs in signal handlers and process shutd...
2014-02-01 Bruce Momjianchkpass: check for NULL return value from crypt()
2014-01-31 Tom LaneAllow unrecognized encoding names in locales, as long...
2014-01-31 Tom LaneBe forgiving of variant spellings of locale names in...
2014-01-30 Tom LaneFix potential coredump on bad locale value in pg_upgrade.
2014-01-28 Tom LaneUpdate comment.
2014-01-27 Tom LaneKeep pg_stat_statements' query texts in a file, not...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-20 Tom LaneRemove pg_stat_statements--1.1.sql.
2014-01-18 Tom LaneMinor code beautification in contrib/sslinfo.
2014-01-17 Tom LaneAdd gen_random_uuid() to contrib/pgcrypto.
2014-01-17 Heikki LinnakangasPrevent integer overflow with --progress >= 2148
2014-01-16 Peter EisentrautFix whitespace
2014-01-15 Robert Haastest_shm_mq: Try again to fix compiler warning.
2014-01-15 Robert Haastest_shm_mq: Fix checks for negative queue size.
2014-01-15 Robert HaasFix compiler warning.
2014-01-15 Robert HaasFix compiler warning: Size isn't 64 bits on 32 bit...
2014-01-14 Robert HaasTest code for shared memory message queue facility.
2014-01-13 Tom LaneFix possible buffer overrun in contrib/pg_trgm.
2014-01-13 Heikki LinnakangasFix calculation of ISMN check digit.
2014-01-11 Bruce MomjianAdjust pg_upgrade for move of username lookup functions...
2014-01-09 Peter Eisentrautpgcrypto: Make header files stand alone
2014-01-08 Peter Eisentrautpg_upgrade: Fix fatal error handling
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-04 Tom LaneFix typo in comment.
2014-01-02 Tom LaneFix contrib/pg_upgrade to clean all the cruft made...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Robert Haaspg_prewarm, a contrib module for prewarming relationd...
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-18 Robert HaasFix compiler warning.
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-12 Tatsuo IshiiFix progress logging when scale factor is large.
2013-12-08 Magnus HaganderFix pg_stat_statements build on 32-bit systems
2013-12-08 Joe ConwayFix performance regression in dblink connection speed.
2013-12-07 Fujii MasaoExpose qurey ID in pg_stat_statements view.
2013-12-04 Bruce Momjianbuild: pass EXTRA_REGRESS_OPTS to secondary regression...
2013-12-04 Peter EisentrautFix whitespace
2013-12-03 Bruce Momjianlibpq: change PQconndefaults() to ignore invalid servi...
2013-11-30 Bruce Momjianpg_upgrade: Handle default_transaction_read_only settings
2013-11-24 Tom LaneDefend against bad trigger definitions in contrib/lo...
2013-11-22 Tom LaneFix quoting in help messages in uuid-ossp extension...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-19 Bruce Momjianpg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
2013-11-19 Peter Eisentrautpg_upgrade: Report full disk better
2013-11-18 Bruce Momjianunaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d...
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-11-16 Peter Eisentrautpg_upgrade: Fix some whitespace oddities
2013-11-16 Tom LaneRemove pgbench's hardwired limit on line length in...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
next