pgsql: Stamp 13.0.

2020-09-21 Thread Tom Lane
Stamp 13.0. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/29be9983a64c011eac0b9ee29895cce71e15ea77 Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Fix a few more generator scripts to produce pgindent-clean outpu

2020-09-21 Thread Tom Lane
Fix a few more generator scripts to produce pgindent-clean output. This completes the project of making all our derived files be pgindent-clean (or else explicitly excluded from indentation), so that no surprises result when running pgindent in a built-out development tree. Discussion: https://p

pgsql: Doc: improve v13 release note item about autovacuum and INSERTs.

2020-09-21 Thread Tom Lane
Doc: improve v13 release note item about autovacuum and INSERTs. The previous text was confusing, per off-list discussion with Bruce Momjian. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4406364e2bf421459be7bd21503da093d910e0c3 Modified Files

pgsql: Copy editing: fix a bunch of misspellings and poor wording.

2020-09-21 Thread Tom Lane
Copy editing: fix a bunch of misspellings and poor wording. 99% of this is docs, but also a couple of comments. No code changes. Justin Pryzby Discussion: https://postgr.es/m/20200919175804.ge30...@telsasoft.com Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitd

pgsql: Copy editing: fix a bunch of misspellings and poor wording.

2020-09-21 Thread Tom Lane
Copy editing: fix a bunch of misspellings and poor wording. 99% of this is docs, but also a couple of comments. No code changes. Justin Pryzby Discussion: https://postgr.es/m/20200919175804.ge30...@telsasoft.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/943

pgsql: Standardize order of use strict and use warnings in Perl code

2020-09-21 Thread Peter Eisentraut
Standardize order of use strict and use warnings in Perl code The standard order in PostgreSQL and other code is use strict first, but some code was uselessly inconsistent about this. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/80fc96eceb817d89cdd11c02c8ab913c8d

pgsql: Fix checksum calculation in the new sorting GiST build.

2020-09-21 Thread Heikki Linnakangas
Fix checksum calculation in the new sorting GiST build. Since we're bypassing the buffer manager, we need to call PageSetChecksumInplace() directly. As reported by Justin Pryzby. In the passing, add RelationOpenSmgr() calls before all smgrwrite() and smgrextend() calls. Tom added one before the f

pgsql: Translation updates

2020-09-21 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: cdd5cffbddac2869f3eed0a6a37cba71ce2332cd Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d83268ae10cdeb2aa88e32286e94a8a8f59653a0 Modified Files --

pgsql: Update list of acknowledgments in release notes

2020-09-21 Thread Peter Eisentraut
Update list of acknowledgments in release notes Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f6727f29d52072bd0e87fbc9ed7af0d880db0d5c Modified Files -- doc/src/sgml/release-13.sgml | 6 ++ 1 file changed, 6 insertions(+)