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(-)
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
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
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
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
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
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
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
--
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(+)