postgresql/src/backend
Peter Eisentraut d26829e3f7 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: cb81d65ab5de3d0a84d73bdf72d3c97bf5ea596b
2022-11-07 13:50:33 +01:00
..
access Fix ordering issue with WAL operations in GIN fast insert path 2022-10-26 09:41:31 +09:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:14 -07:00
catalog Avoid crash after function syntax error in a replication worker. 2022-11-03 12:01:57 -04:00
commands Change some errdetail() to errdetail_internal() 2022-09-28 17:14:53 +02:00
executor Future-proof the recursion inside ExecShutdownNode(). 2022-09-19 12:16:02 -04:00
foreign Abstract logic to allow for multiple kinds of child rels. 2017-04-03 22:41:31 -04:00
lib Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 2018-11-06 13:25:24 -05:00
libpq Remove misguided SSL key file ownership check in libpq. 2022-05-26 14:14:05 -04:00
main Fix outdated --help message for postgres -f 2022-08-15 13:37:46 +09:00
nodes Further fixes for MULTIEXPR_SUBLINK fix. 2022-09-06 16:38:18 -04:00
optimizer Suppress more variable-set-but-not-used warnings from clang 15. 2022-09-21 13:52:38 -04:00
parser Rename parser token REF to REF_P to avoid a symbol conflict. 2022-10-16 15:27:04 -04:00
po Translation updates 2022-11-07 13:50:33 +01:00
port Make EXEC_BACKEND more convenient on macOS. 2021-08-13 11:10:28 +12:00
postmaster Prevent long-term memory leakage in autovacuum launcher. 2022-08-31 16:23:20 -04:00
regex Defend against stack overrun in a few more places. 2022-08-24 13:01:40 -04:00
replication Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. 2022-10-21 11:54:34 +05:30
rewrite Reject non-ON-SELECT rules that are named "_RETURN". 2022-10-17 12:14:39 -04:00
snowball In the Snowball dictionary, don't try to stem excessively-long words. 2022-08-31 10:42:05 -04:00
statistics Build inherited extended stats on partitioned tables 2022-01-15 18:30:45 +01:00
storage Harden pmsignal.c against clobbered shared memory. 2022-10-11 18:54:31 -04:00
tcop Force immediate commit after CREATE DATABASE etc in extended protocol. 2022-07-26 13:07:03 -04:00
tsearch Defend against stack overrun in a few more places. 2022-08-24 13:01:40 -04:00
utils Change some errdetail() to errdetail_internal() 2022-09-28 17:14:53 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Fix make rules that generate multiple output files. 2018-03-23 13:45:38 -04:00
common.mk Add ICU_CFLAGS to global CPPFLAGS 2017-06-12 15:57:22 -04:00
nls.mk Translation updates 2018-05-07 11:59:42 -04:00