pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/87072ca373a745c54951723bd091d0fb6e2d3ce5 Modified Files -- doc/src/sgml/release-12.sgml | 975 +++ 1 f

pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/71e6a546f153e6a2811f1c4373105ffdfdc67ac0 Modified Files -- doc/src/sgml/release-13.sgml | 1073 ++ 1 f

pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a8b766a916e43a08eddb6514df9a3585576e398e Modified Files -- doc/src/sgml/release-11.sgml | 701 +++ 1 f

pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bea89120530ebd2d10b57f0f37436c2054997a3c Modified Files -- doc/src/sgml/release-15.sgml | 1325 ++ 1 f

pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4fada7def9ee386bd6c89266b4c9be53aa332b84 Modified Files -- doc/src/sgml/release-14.sgml | 1250 ++ 1 f

pgsql: Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22.

2023-11-05 Thread Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17, 11.22. Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1b4e0265c2642e15fbf3cda91089be059f869e4f Modified Files -- doc/src/sgml/release-16.sgml | 297 --- 1 f

pgsql: doc: Fix table cell overflow

2023-11-05 Thread Tom Lane
doc: Fix table cell overflow Fix one instance of a table cell overflow by adding a zero-width space. The visual impact of this is minimal, but since this is currently the only such case reported by FOP ("contents of ... exceed the available area"), it seems worth getting rid of. Back-patch of v1

pgsql: More consistent behavior of GetDataDirectoryCreatePerm on Window

2023-11-05 Thread Peter Eisentraut
More consistent behavior of GetDataDirectoryCreatePerm on Windows On Windows, GetDataDirectoryCreatePerm() just did nothing. The way the code in some callers is structured, this is the first function that tries to access the data directory. So it also ends up the place that is responsible for re