summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2014-01-07Add more use of psprintf()Peter Eisentraut
2014-01-04Fix typo in comment.Tom Lane
2014-01-02Fix contrib/pg_upgrade to clean all the cruft made during "make check".Tom Lane
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-12-19Move pg_upgrade_support global variables to their own include fileBruce Momjian
2013-12-18Fix compiler warning.Robert Haas
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-12Fix progress logging when scale factor is large.Tatsuo Ishii
2013-12-08Fix pg_stat_statements build on 32-bit systemsMagnus Hagander
2013-12-08Fix performance regression in dblink connection speed.Joe Conway
2013-12-07Expose qurey ID in pg_stat_statements view.Fujii Masao
2013-12-04build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian
2013-12-04Fix whitespacePeter Eisentraut
2013-12-03libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian
2013-11-30pg_upgrade: Handle default_transaction_read_only settingsBruce Momjian
2013-11-24Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.Tom Lane
2013-11-22Fix quoting in help messages in uuid-ossp extension scripts.Tom Lane
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-19pg_upgrade: avoid ALTER COLUMN TYPE on inherited columnsBruce Momjian
2013-11-19pg_upgrade: Report full disk betterPeter Eisentraut
2013-11-18unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d3d6f2deccBruce Momjian
2013-11-18Use cstring_to_text_with_len when length is known.Robert Haas
2013-11-16pg_upgrade: Fix some whitespace odditiesPeter Eisentraut
2013-11-16Remove pgbench's hardwired limit on line length in custom script files.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-07Silence benign warnings from clang version 3.0-6ubuntu3.Kevin Grittner
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-28Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Adjust cube.out expected output for new test queries.Heikki Linnakangas
2013-10-21Extend cube on-disk format to pack points more tightly.Heikki Linnakangas
2013-10-17Return valid json when converting an empty hstore.Andrew Dunstan
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-10pg_upgrade: Split off pg_fatal() from pg_log()Peter Eisentraut
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-08unaccent: mark unaccent() functions as immutableBruce Momjian
2013-10-06pgbench: Comment on thread timing hazards.Noah Misch
2013-10-05pgbench: Elaborate latency reporting.Noah Misch
2013-10-05pgbench: Remove stray use of "float" math.Noah Misch
2013-10-01Remove broken PGXS code for pg_xlogdumpAlvaro Herrera
2013-09-30Add missing condition for pg_depend in hstore migration script.Andrew Dunstan
2013-09-30Correct comment of pgbench "filler" columns.Fujii Masao
2013-09-30Fix makefile broken by hstore fix.Andrew Dunstan
2013-09-29Use a new hstore extension version for added json functions.Andrew Dunstan
2013-09-26pgbench: Correct for bias in --rate schedule generation.Noah Misch
2013-09-23pgbench: Tweak documentation.Noah Misch
2013-09-23pg_upgrade: more C comment fixesBruce Momjian
2013-09-23pg_upgrade: fix C comment typoBruce Momjian