Commits

Showing commits that first shipped in 9.3 (backpatches included). Clear

DateSubjectAuthorReleases
2017-07-10 Doc: clarify wording about tool requirements in sourcerepo.sgml. Tom Lane 9.3.18
2017-06-28 Second try at fixing tcp_keepalives_idle option on Solaris. Tom Lane 9.3.18
2017-06-27 Support tcp_keepalives_idle option on Solaris. Tom Lane 9.3.18
2017-06-27 Re-allow SRFs and window functions within sub-selects within aggregates. Tom Lane 9.3.18
2017-06-26 Don't lose walreceiver start requests due to race condition in postmaster. Tom Lane 9.3.18
2017-06-26 Ignore old stats file timestamps when starting the stats collector. Tom Lane 9.3.18
2017-06-19 Fix materialized-view documentation oversights. Tom Lane 9.3.18
2017-06-19 On Windows, make pg_dump use binary mode for compressed plain text output. Tom Lane 9.3.18
2017-06-15 Fix low-probability leaks of PGresult objects in the backend. Tom Lane 9.3.18
2017-06-01 Always use -fPIC, not -fpic, when building shared libraries with gcc. Tom Lane 9.3.18
2017-05-30 Try to ensure that stats collector's receive buffer size is at least 100KB. Tom Lane 9.3.18
2017-05-29 Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs. Tom Lane 9.3.18
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 9.3.18
2017-05-26 Move autogenerated array types out of the way during ALTER ... RENAME. Tom Lane 9.3.18
2017-05-26 Fix pg_dump to not emit invalid SQL for an empty operator class. Tom Lane 9.3.18
2017-05-24 Tighten checks for whitespace in functions that parse identifiers etc. Tom Lane 9.3.18
2017-05-21 Fix precision and rounding issues in money multiplication and division. Tom Lane 9.3.18
2017-05-21 Change documentation references to PG website to use https: not http: Tom Lane 9.3.18
2017-05-17 Make psql handle EOF during COPY FROM STDIN properly on all platforms. Tom Lane 9.3.18
2017-05-08 Stamp 9.3.17. Tom Lane 9.3.17
2017-05-08 Further patch rangetypes_selfuncs.c's statistics slot management. Tom Lane 9.3.17
2017-05-08 Last-minute updates for release notes. Tom Lane 9.3.17
2017-05-08 Fix possibly-uninitialized variable. Tom Lane 9.3.17
2017-05-07 Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21. Tom Lane 9.3.17
2017-05-07 Guard against null t->tm_zone in strftime.c. Tom Lane 9.3.17