postgresql/src/backend
Daniel Gustafsson 3b304547a9 doc: Fix wording of MERGE actions in README
UPDATE was listed twice and DELETE was omitted, replace one UPDATE
with DELETE instead.

Backpatch through v15 where MERGE was added.

Author: Myo Wai Thant <myo.waithant@fujitsu.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/OSAPR01MB43247E46931E9E9CFC4AA0F29A079@OSAPR01MB4324.jpnprd01.prod.outlook.com
Backpatch-through: 15
2022-11-17 10:07:06 +01:00
..
access Variable renaming in preparation for refactoring 2022-11-16 16:40:34 +01:00
backup Rename shadowed local variables 2022-10-05 21:01:41 +13:00
bootstrap Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
catalog Update some more ObjectType switch statements to not have default 2022-11-17 07:12:37 +01:00
commands Update some more ObjectType switch statements to not have default 2022-11-17 07:12:37 +01:00
executor doc: Fix wording of MERGE actions in README 2022-11-17 10:07:06 +01:00
foreign Rename SetSingleFuncCall() to InitMaterializedSRF() 2022-10-18 10:22:35 +09:00
jit Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
lib Add doubly linked count list implementation 2022-11-02 14:06:05 +13:00
libpq Add error context callback when tokenizing authentication files 2022-11-14 11:58:10 +09:00
main meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
nodes Invent "multibitmapsets", and use them to speed up antijoin detection. 2022-11-16 13:58:44 -05:00
optimizer Invent "multibitmapsets", and use them to speed up antijoin detection. 2022-11-16 13:58:44 -05:00
parser Refactor aclcheck functions 2022-11-13 09:02:41 +01:00
partitioning Resolve partition strategy during early parsing 2022-11-03 16:25:54 +01:00
po meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
port Provide sigaction() for Windows. 2022-11-09 13:06:31 +13:00
postmaster Disallow setting archive_library and archive_command at the same time 2022-11-15 10:03:47 +01:00
regex Remove uses of register due to incompatibility with C++17 and up 2022-09-24 12:08:37 -07:00
replication Fix typos in comments 2022-11-17 09:12:51 +01:00
rewrite Refactor ownercheck functions 2022-11-13 08:12:37 +01:00
snowball meson: Add support for building with precompiled headers 2022-10-06 17:19:30 -07:00
statistics Rename shadowed local variables 2022-10-05 21:01:41 +13:00
storage Improve comments referring snapshot's subxip array. 2022-11-15 09:37:19 +05:30
tcop Refactor aclcheck functions 2022-11-13 09:02:41 +01:00
tsearch Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 2022-10-06 11:08:56 -04:00
utils Improve ruleutils' printout of LATERAL references within subplans. 2022-11-16 20:06:09 -05:00
.gitignore
Makefile Move gramparse.h to src/backend/parser 2022-09-14 10:57:13 +07:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build meson: Add support for building with precompiled headers 2022-10-06 17:19:30 -07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00