aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane2016-05-26
* Avoid hot standby cancels from VAC FREEZEAlvaro Herrera2016-05-25
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-25
* Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane2016-05-25
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-24
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Fix missing initialization of buffer_std field in _bt_newroot().Tom Lane2016-05-21
* Further improve documentation about --quote-all-identifiers switch.Tom Lane2016-05-20
* Improve documentation about pg_dump's --quote-all-identifiers switch.Tom Lane2016-05-20
* doc: Fix typoPeter Eisentraut2016-05-13
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* Stamp 9.4.8.REL9_4_8Tom Lane2016-05-09
* Translation updatesPeter Eisentraut2016-05-09
* Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.Tom Lane2016-05-07
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-07
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-06
* Update time zone data files to tzdata release 2016d.Tom Lane2016-05-05
* doc: Fix more typosPeter Eisentraut2016-05-04
* doc: Fix typosPeter Eisentraut2016-05-03
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-02
* Remove unused macros.Heikki Linnakangas2016-05-02
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* pg_upgrade: Fix indentation of if() blockBruce Momjian2016-04-28
* doc: Fix typoPeter Eisentraut2016-04-24
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* doc: Fix typosPeter Eisentraut2016-04-23
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-20
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* doc: Add missing parenthesesPeter Eisentraut2016-04-15
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane2016-04-13
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-11
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-10
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-08
* Turn down MSVC compiler verbosityAndrew Dunstan2016-04-08