summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-22copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian
2014-04-21pg_stat_statements forgot to let previous occupant of hook get control too.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2014-04-17pg_upgrade: throw an error for non-existent tablespace directoriesBruce Momjian
2014-04-16Fix contrib/postgres_fdw's remote-estimate representation of array Params.Tom Lane
2014-04-16pg_upgrade: remove redundant include filesBruce Momjian
2014-04-15contrib/test_decoding: fix regression test for psql oid display changesBruce Momjian
2014-04-15vacuumdb: Add option --analyze-in-stagesPeter Eisentraut
2014-04-13Suppress compiler warning in new contrib/pg_trgm code.Tom Lane
2014-04-06Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane
2014-04-04Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-04-01Fix typo in comment.Heikki Linnakangas
2014-03-31test_decoding: Update .gitignoreRobert Haas
2014-03-30Use separate output dirs for test_decoding's two runs.Andrew Dunstan
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-29Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch
2014-03-29Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-03-29Force consistent row order in contrib/test_decoding regression test.Noah Misch
2014-03-27contrib/test_decoding: adjust expected outputBruce Momjian
2014-03-26pg_upgrade: use pg_usleep(); remove Windows workaroundBruce Momjian
2014-03-26Use pg_usleep() instead of plain sleep(), to fix Windows buildHeikki Linnakangas
2014-03-26Add -f/--follow option to pg_xlogdump.Heikki Linnakangas
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-23Don't test xmin/xmax columns of a postgres_fdw foreign table.Noah Misch
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-20test_shm_mq: Improve regression tests.Robert Haas
2014-03-18Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.Heikki Linnakangas
2014-03-18Fix some remaining int64 vestiges in contrib/test_shm_mq.Tom Lane
2014-03-18test_shm_mq: Use Size rather than uint64.Robert Haas
2014-03-17Fix typos in comments.Fujii Masao
2014-03-17Fix unportable shell-script syntax in pg_upgrade's test.sh.Tom Lane
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-07Fix contrib/postgres_fdw to handle multiple join conditions properly.Tom Lane
2014-03-05Fix test_decoding regression test outputs.Robert Haas
2014-03-05pg_upgrade: improve C comment about what old/new oids matchBruce Momjian
2014-03-05Fix whitespacePeter Eisentraut
2014-03-04Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan
2014-03-04auto_explain: Add logging of trigger executionAlvaro Herrera
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03pageinspect: Use new pg_lsn datatype.Robert Haas
2014-02-28pgbench: Fix help messagePeter Eisentraut
2014-02-27Remove dependency on database encoding in citext regression test.Tom Lane