summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2014-07-07pg_upgrade: allow upgrades for new-only TOAST tablesBruce Momjian
2014-07-02pg_upgrade: preserve database and relation minmxid valuesBruce Momjian
2014-07-02pg_upgrade: no need to remove "members" files for pre-9.3 upgradesBruce Momjian
2014-07-01Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane
2014-06-30Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch
2014-06-24pg_upgrade: remove pg_multixact files left by initdbBruce Momjian
2014-06-20Clean up data conversion short-lived memory context.Joe Conway
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-05-29When using the OSSP UUID library, cache its uuid_t state object.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-27Avoid unportable usage of sscanf(UINT64_FORMAT).Tom Lane
2014-05-19Fix non-C89-compatible coding in pgbench.Tom Lane
2014-05-13Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-21pg_stat_statements forgot to let previous occupant of hook get control too.Tom Lane
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-01Fix typo in comment.Heikki Linnakangas
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-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-17Fix unportable shell-script syntax in pg_upgrade's test.sh.Tom Lane
2014-03-07Fix contrib/postgres_fdw to handle multiple join conditions properly.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-02-04Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-01-30Fix potential coredump on bad locale value in pg_upgrade.Tom Lane
2014-01-13Fix possible buffer overrun in contrib/pg_trgm.Tom Lane
2014-01-13Fix calculation of ISMN check digit.Heikki Linnakangas
2013-12-12Fix progress logging when scale factor is large.Tatsuo Ishii
2013-12-08Fix performance regression in dblink connection speed.Joe Conway
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-19pg_upgrade: Report full disk betterPeter Eisentraut
2013-10-28Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan
2013-10-17Return valid json when converting an empty hstore.Andrew Dunstan
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-30Fix makefile broken by hstore fix.Andrew Dunstan
2013-09-29Use a new hstore extension version for added json functions.Andrew Dunstan
2013-09-04Remove dead URL mention in OSX startup scriptBruce Momjian
2013-09-03Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToadGreg Stark
2013-08-18Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane
2013-08-16pg_upgrade: shut down server after auth failureBruce Momjian
2013-07-30pg_upgrade: clarify C comment about Windows thread struct pointersBruce Momjian
2013-07-29Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane