Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 5c769f79a22d341c6ea364d879ce33a16b1154d7
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7ab65cd968b25519d864e0573dff9bca4431908b
Modified Files
--
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 80d8f54b3c5533ec036404bd3c3b24ff4825d037
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/7a9c9ce6411720c2bbeaf6e64855d4263c47ea80
Modified Files
-
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 60bf9b5caac08d0483f6f92ebf9ef2e0eef5b6bb
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/f2367aa0a4c7a5876c5b7a62306a156075c13190
Modified Files
--
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 7176d722099b6a56e0aec6f32a195ff77babe844
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/ce0bbdda3e3c2101efbb0a8915e9d057606059dc
Modified Files
--
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 3aef29b59119c69f8df45f94c48d451543e1ed2b
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/3cbf235e56df461b18c371cbca6a9dc422b0d2f0
Modified Files
--
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: b6156df7b9bb5e2f7280dfee626698cce9ef41de
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/fcd89bbb70e2963c5f832191d3fd1f2a1d6443b6
Modified Files
--
Fix obsolete references to "XLogRead"
The one in xlogreader.h was pointed out by Antonin Houska; I (Álvaro) noticed
the
others by grepping.
Author: Antonin Houska
Discussion: https://postgr.es/m/28250.1589186654@antos
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdi
Adjust "root of to-be-deleted subtree" function.
Restructure the function that locates the root of the to-be-deleted
subtree during nbtree page deletion. Handle the conditions that make
page deletion unsafe in a slightly more uniform way, and acknowledge the
fact that the behavior with incomplete
Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.
Use xreflabel attributes instead of endterm attributes to control the
appearance of links to subsections of SQL command reference pages.
This is simpler, it matches what we do elsewhere (e.g. for GUC variables),
and it does
Stamp 12.3.
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/5060275aa8a1ead56e0a41308d7a43049a6cbe43
Modified Files
--
configure| 18 +-
configure.in | 2 +-
src/include/pg_config.h.win32
Stamp 11.8.
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d439e27d5f57df1365b53688daa367d56d55599d
Modified Files
--
configure| 18 +-
configure.in | 2 +-
doc/bug.template
Stamp 10.13.
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/a411361705cdf0c0d63d1de231d7ea33a030b4f9
Modified Files
--
configure| 18 +-
configure.in | 2 +-
doc/bug.template
Stamp 9.6.18.
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/b3960286a6fa1b195a06cfc38701866e21394861
Modified Files
--
configure| 18 +-
configure.in | 2 +-
doc/bug.template
Stamp 9.5.22.
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7aa52945de3206191f8b2b121568d316ac4b234e
Modified Files
--
configure| 18 +-
configure.in | 2 +-
doc/bug.template
Doc: fix remaining over-length entries in SQL keywords table.
Even after the tweaking I did in commit 5545b69ae, some of the
longer keywords mentioned in the SQL standard don't fit the
available space in PDF output.
I experimented with various solutions like putting such keywords
on their own tab
doc: PG 13 relnotes: cumulative fixes from email feedback
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ca4599b0dcc4ed44e24cc4f2cd39677a19356324
Modified Files
--
doc/src/sgml/release-13.sgml | 65
1 file c
doc: PG 13 relnotes: add duplicate btree optimization details
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/aa976d3b9004bd2c275e4ad17fa897ce5fe5127e
Modified Files
--
doc/src/sgml/release-13.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletion
Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PDF.
I can't see any way to make this table fit in PDF column width
without either a fundamental redesign or abbreviating EXCLUSIVE.
So I did the latter.
It'd be nicer if the abbreviating didn't leak into the HTML output
as well; but t
doc: PG 13 relnotes: add documentation section and reformat
Add section about function table reformatting.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b89d90b051a1da7a447b25dc749ce42ccb4dc5bd
Modified Files
--
doc/src/sgml/release-13.sgml | 23 +++
Correct standbycheck regression test output.
Commit 2eb34ac369 changed error messages emit when commands are
rejected during recovery. But it forgot to update the standbycheck
regression test output with those error message changes.
Reported-by: Michail Nikolaev
Author: Michail Nikolaev
Reviewed-
Fix comment in xlogutils.c
The existing callers of XLogReadDetermineTimeline() performing recovery
need to check a replay LSN position when determining on which timeline
to read a WAL page. A portion of the comment describing this function
said exactly that, while referring to a routine for fetch
21 matches
Mail list logo