aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Support IndexElem in raw_expression_tree_walker().Tom Lane2016-05-23
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* 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 bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane2016-05-11
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* Stamp 9.5.3.REL9_5_3Tom 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
* Docs: improve warnings about nextval() not producing gapless sequences.Tom Lane2016-05-07
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-06
* Fix SSL testsPeter Eisentraut2016-05-06
* 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
* Fix ordering/categorization of some recently-added system views.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
* doc: Fix typoPeter Eisentraut2016-05-01
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Fix comment whitespace in VS2105 patchAndrew Dunstan2016-04-29
* Fix typo in VS2015 patchAndrew Dunstan2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane2016-04-28
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* doc: Fix typoPeter Eisentraut2016-04-24
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* doc: Fix typosPeter Eisentraut2016-04-23
* Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane2016-04-22
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-21
* 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