pgsql: doc: PG 16 relnotes, update xid/subxid searches item

2023-05-23 Thread Bruce Momjian
doc: PG 16 relnotes, update xid/subxid searches item Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsEPg8L2MmGqavc8JByC=wf_mnkhn-kknfpkcqh0hyd...@mail.gmail.com Branch -- master Details ---

pgsql: Document deprecated createuser option.

2023-05-23 Thread Nathan Bossart
Document deprecated createuser option. 2dcd1578c4 left the --role option undocumented, which is inconsistent with other deprecated options such as pg_dump's --blobs and --no-blobs. This change adds --role back to createuser's documentation and usage output and marks it as deprecated.

pgsql: Doc: update src/tools/pginclude/README.

2023-05-23 Thread Tom Lane
Doc: update src/tools/pginclude/README. Commit f62975b2a made headerscheck and cpluspluscheck a little smarter than this documentation gave them credit for. Make their docs match current reality. Also add a warning about the layer of dust that has settled on the rest of these scripts.

pgsql: Tag refs/tags/REL_16_BETA1 was created

2023-05-23 Thread noreply
Tag refs/tags/REL_16_BETA1 was created.

pgsql: Fix the install rule for snowball_create.sql.

2023-05-23 Thread Tom Lane
Fix the install rule for snowball_create.sql. This file could be in the current (build) directory if we just built it. However, when installing from a VPATH build from a tarball, it will exist in the source directory and gmake will therefore not rebuild it. Use the $< macro to find out where

pgsql: Use lower case for icu_validation_level values

2023-05-23 Thread Peter Eisentraut
Use lower case for icu_validation_level values Similar to client_min_messages etc. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0ffbe6e59197e5e2b3bf026f594fabb8ada9bec3 Modified Files -- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file

pgsql: Punctuation improvement in postgresql.conf.sample

2023-05-23 Thread Peter Eisentraut
Punctuation improvement in postgresql.conf.sample Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/dfe0169988f32e7cb9c48fad9ab3de71c6c39a55 Modified Files -- src/backend/utils/misc/postgresql.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2

pgsql: Add newline at end of file

2023-05-23 Thread Peter Eisentraut
Add newline at end of file Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f40177c904f17721c3d33a6c202b74f3f2d4874d Modified Files -- src/test/ssl/conf/server-rsapss.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)