]> granicus.if.org Git - postgresql/history - contrib
pg_upgrade: mention the need for tablespace snapshots in docs
[postgresql] / contrib /
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...
2013-11-07 Kevin GrittnerSilence benign warnings from clang version 3.0-6ubuntu3.
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-28 Andrew DunstanWork around NetBSD shell issue in pg_upgrade test script.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Heikki LinnakangasAdjust cube.out expected output for new test queries.
2013-10-21 Heikki LinnakangasExtend cube on-disk format to pack points more tightly.
2013-10-17 Andrew DunstanReturn valid json when converting an empty hstore.
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-10 Peter Eisentrautpg_upgrade: Split off pg_fatal() from pg_log()
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-08 Bruce Momjianunaccent: mark unaccent() functions as immutable
2013-10-06 Noah Mischpgbench: Comment on thread timing hazards.
2013-10-05 Noah Mischpgbench: Elaborate latency reporting.
2013-10-05 Noah Mischpgbench: Remove stray use of "float" math.
2013-10-01 Alvaro HerreraRemove broken PGXS code for pg_xlogdump
2013-09-30 Andrew DunstanAdd missing condition for pg_depend in hstore migration...
2013-09-30 Fujii MasaoCorrect comment of pgbench "filler" columns.
2013-09-30 Andrew DunstanFix makefile broken by hstore fix.
2013-09-29 Andrew DunstanUse a new hstore extension version for added json funct...
2013-09-26 Noah Mischpgbench: Correct for bias in --rate schedule generation.
2013-09-23 Noah Mischpgbench: Tweak documentation.
2013-09-23 Bruce Momjianpg_upgrade: more C comment fixes
2013-09-23 Bruce Momjianpg_upgrade: fix C comment typo
2013-09-11 Kevin GrittnerCreate index on srt table in citext regression tests.
2013-09-11 Bruce Momjianfuzzystrmatch: replace broken link in C comment
2013-09-07 Bruce Momjianintarray: return empty zero-dimensional array for...
2013-09-04 Bruce MomjianRemove dead URL mention in OSX startup script
2013-09-03 Greg StarkFix thinko in worker_spi, count(*) returns a bigint...
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-08-16 Bruce Momjianpg_upgrade: shut down server after auth failure
2013-08-02 Bruce Momjianpg_test_fsync: expand ops/sec display
2013-07-30 Bruce Momjianpg_upgrade: clarify C comment about Windows thread...
2013-07-29 Tom LaneFix contrib/cube and contrib/seg to build with bison...
2013-07-27 Bruce Momjianpg_upgrade: fix -j race condition on Windows
2013-07-25 Robert Haaspgstattuple: Use SnapshotDirty, not SnapshotNow.
2013-07-25 Bruce Momjianpg_upgrade: adjust umask() calls
2013-07-25 Bruce Momjianpg_upgrade: fix initialization of thread argument
2013-07-24 Bruce Momjianpg_upgrade: more Windows parallel/-j fixes
2013-07-24 Bruce Momjianpg_upgrade: fix parallel/-j crash on Windows
2013-07-22 Tatsuo IshiiAdd --rate option.
2013-07-22 Robert Haaspgrowlocks: Use GetActiveSnapshot() rather than Snapsho...
2013-07-22 Robert HaasRemove bgw_sighup and bgw_sigterm.
next