aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-29
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-29
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Fix unportable shell-script syntax in pg_upgrade's test.sh.Tom Lane2014-03-16
* Fix contrib/postgres_fdw to handle multiple join conditions properly.Tom Lane2014-03-07
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Improve connection-failure error handling in contrib/postgres_fdw.Tom Lane2014-02-03
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Fix potential coredump on bad locale value in pg_upgrade.Tom Lane2014-01-30
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-13
* Fix calculation of ISMN check digit.Heikki Linnakangas2014-01-13
* Fix progress logging when scale factor is large.Tatsuo Ishii2013-12-12
* Fix performance regression in dblink connection speed.Joe Conway2013-12-07
* Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.Tom Lane2013-11-23
* Fix quoting in help messages in uuid-ossp extension scripts.Tom Lane2013-11-22
* pg_upgrade: Report full disk betterPeter Eisentraut2013-11-18
* Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan2013-10-28
* Return valid json when converting an empty hstore.Andrew Dunstan2013-10-17
* Remove broken PGXS code for pg_xlogdumpAlvaro Herrera2013-10-01
* Add missing condition for pg_depend in hstore migration script.Andrew Dunstan2013-09-30
* Fix makefile broken by hstore fix.Andrew Dunstan2013-09-29
* Use a new hstore extension version for added json functions.Andrew Dunstan2013-09-29
* Remove dead URL mention in OSX startup scriptBruce Momjian2013-09-04
* Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToadGreg Stark2013-09-03
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* pg_upgrade: shut down server after auth failureBruce Momjian2013-08-16
* pg_upgrade: clarify C comment about Windows thread struct pointersBruce Momjian2013-07-30
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-29
* pg_upgrade: fix -j race condition on WindowsBruce Momjian2013-07-27
* pg_upgrade: adjust umask() callsBruce Momjian2013-07-25
* pg_upgrade: fix initialization of thread argumentBruce Momjian2013-07-24
* pg_upgrade: more Windows parallel/-j fixesBruce Momjian2013-07-24
* pg_upgrade: fix parallel/-j crash on WindowsBruce Momjian2013-07-24
* Back-patch bgworker API changes to 9.3.Robert Haas2013-07-22
* Remove bgw_sighup and bgw_sigterm.Robert Haas2013-07-22
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Tweak postgres_fdw regression test so autovacuum doesn't change results.Tom Lane2013-06-09
* Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas2013-06-04
* Minor spelling fixesStephen Frost2013-06-01
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove pageinspect--1.0.sqlHeikki Linnakangas2013-05-24
* Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane2013-05-15
* pg_upgrade: Replace tabs in output string constants by spacesPeter Eisentraut2013-05-13
* pgbench: Fix order of options in --help outputPeter Eisentraut2013-05-11
* pg_xlogdump: Improve --help outputPeter Eisentraut2013-05-11
* Fix buildfarm incompatibility in updated pg_upgrade test script.Tom Lane2013-05-11
* Make pg_upgrade's test script attempt to select a non-conflicting port.Tom Lane2013-05-11
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-10