pgsql: doc: update PG 14 release notes based on feedback so far

2021-05-10 Thread Bruce Momjian
doc: update PG 14 release notes based on feedback so far Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ff51679220ce31091bfdbc96d2e90fc02ac6f329 Modified Files -- doc/src/sgml/release-14.sgml | 108 +-- 1 file cha

pgsql: Doc: Remove outdated note about run-time partition pruning

2021-05-10 Thread David Rowley
Doc: Remove outdated note about run-time partition pruning The note is no longer true as of 86dc90056, so remove it. Author: Amit Langote Discussion: https://postgr.es/m/ca+hiwqfxqn7hz1wt+wygnf_9sk0c4bwoowfft8jcszwjrd8...@mail.gmail.com Branch -- master Details --- https://git.postgres

pgsql: Add support for LZ4 build in MSVC scripts

2021-05-10 Thread Michael Paquier
Add support for LZ4 build in MSVC scripts Since its introduction in bbe0a81, compression of table data supports LZ4, but nothing had been done within the MSVC scripts to allow users to build the code with this library. This commit closes the gap by extending the MSVC scripts to be able to build o

pgsql: Stamp 9.6.22.

2021-05-10 Thread Tom Lane
Stamp 9.6.22. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/836dda6f1b31c5f7c70ebf52537364ffc3eff577 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 10.17.

2021-05-10 Thread Tom Lane
Stamp 10.17. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/cffc8fd1ecb09fcd4d8aa98134f4ba8613a01a3a Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 11.12.

2021-05-10 Thread Tom Lane
Stamp 11.12. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fae98e3293de89f2fe8fc6e7c196d351378ce80e Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 12.7.

2021-05-10 Thread Tom Lane
Stamp 12.7. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4bf0bce161097869be5a56706b31388ba15e0113 Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: Stamp 13.3.

2021-05-10 Thread Tom Lane
Stamp 13.3. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/272d82ec6febb97ab25fd7c67e9c84f4660b16ac Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

Re: pgsql: doc: first draft of the PG 14 release notes

2021-05-10 Thread Bruce Momjian
On Mon, May 10, 2021 at 02:06:14PM +0800, Julien Rouhaud wrote: > On Mon, May 10, 2021 at 05:59:09AM +, Bruce Momjian wrote: > > doc: first draft of the PG 14 release notes > > I just spotted a minor typo: > > +Improve tab completion (Vignesh C,, Michael [...] > > The comma is duplicated.

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 7221ef1e0bfee1318f195b8faca683c0ffbee895 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c5edbfeb172722eb5a0ef50aa8c449545de9b321 Modified Files

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 832086c7a50768dd7a8c548ab063037741530ddf Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4c7ba553bad0254aaaf525668cc1cdb2eb8fcc92 Modified Files

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 1fa14da66b52a841a7a795e300877515401bddee Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2cdade0b853e1c0d238945385087dd9cda08a738 Modified Files

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 1c361d3ac016b61715d99f2055dee050397e3f13 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6206454bdac1ccd6f6ed9d811e1a1139e663a8b9 Modified Files ---

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: f89e869abf8730f74d0a75c59436fd02ab7840b1 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d215576e2ac3f9c020f7b13110d234dd87caffba Modified Files

pgsql: Translation updates

2021-05-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 9ff8d81b53760d6603761384e52e7c643cf88b3a Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/28a1164ad01616157e38a117e26b281c5fc060ff Modified Files

pgsql: Emit dummy statements for probes.d probes when disabled

2021-05-10 Thread Peter Eisentraut
Emit dummy statements for probes.d probes when disabled When building without --enable-dtrace, emit dummy do {} while (0) statements for the stubbed-out TRACE_POSTGRESQL_foo() macros instead of empty macros that totally elide the original probe statement. This fixes the warning: sugges

pgsql: Emit dummy statements for probes.d probes when disabled

2021-05-10 Thread Peter Eisentraut
Emit dummy statements for probes.d probes when disabled When building without --enable-dtrace, emit dummy do {} while (0) statements for the stubbed-out TRACE_POSTGRESQL_foo() macros instead of empty macros that totally elide the original probe statement. This fixes the warning: sugges

pgsql: Remove unused function arguments

2021-05-10 Thread Peter Eisentraut
Remove unused function arguments Was present in original commit 198b3716dba68544b55cb97bd120738a86d5df2d but apparently never used. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3c554100307f4e57c0881e205dbdbc173bb84d56 Modified Files -- src/interfaces