pgsql: Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25.
Date
Msg-id E1gJQP2-0004YO-AO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/89c563f1bbc0540e38d6c81680c4caa1bb20545b

Modified Files
--------------
doc/src/sgml/release-9.3.sgml | 466 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 466 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ExecuteCallStmt to not scribble on the passed-in parsetree.
Next
From: Michael Paquier
Date:
Subject: pgsql: Ignore partitioned tables when processing ON COMMIT DELETE ROWS