pgsql: Disallow extended statistics on system columns

2021-09-19 Thread Tomas Vondra
Disallow extended statistics on system columns Since introduction of extended statistics, we've disallowed references to system columns. So for example CREATE STATISTICS s ON ctid FROM t; would fail. But with extended statistics on expressions, it was possible to work around this limitation

pgsql: Disallow extended statistics on system columns

2021-09-19 Thread Tomas Vondra
Disallow extended statistics on system columns Since introduction of extended statistics, we've disallowed references to system columns. So for example CREATE STATISTICS s ON ctid FROM t; would fail. But with extended statistics on expressions, it was possible to work around this limitation

Re: pgsql: Add list of acknowledgments to release notes

2021-09-19 Thread Tom Lane
Peter Eisentraut writes: > Add list of acknowledgments to release notes > This contains all individuals mentioned in the commit messages during > PostgreSQL 14 development. These entries: Michał Albrycht Önder Kalacı are causing some doc toolchain issues: [WARN] FOUserAgent - Glyph "\

pgsql: Doc: further tweaking of v14 release notes.

2021-09-19 Thread Tom Lane
Doc: further tweaking of v14 release notes. A recent question reminded me that the notes' description of commit 86dc90056 rather undersold its benefits. Discussion: https://postgr.es/m/4a3115d4-0fb2-e214-93e3-9a9d0974b...@deepbluecap.com Branch -- REL_14_STABLE Details --- https://git.

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c9d07ee376b56be7bb6bcd9b948df8b87ea35289 Modified

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4a6647e11863d425f4d04c173c909c80186fe0e5 Modified

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/89b5676b65b5f27fcab4f972390197983d7a9bfe Modified

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/61fb2b98f9df8bd770747b641d26615dc2d15cf8 Modified

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e5e2e4ee6017dd2404a981864f885d8897356198 Modified

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d5eeb51bc053d75f647136026de522d6ee3bf725 Modified Files -

pgsql: Doc: fix typos.

2021-09-19 Thread Tom Lane
Doc: fix typos. "PGcon" should be "PGconn". Noted by D. Frey. Discussion: https://postgr.es/m/163191739352.4680.16994248583642672...@wrigleys.postgresql.org Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/55abb37506e9af4bbc4d8410ac8469b9d38e84e7 Modified