postgresql/src
Alexander Korotkov c35a3fb5e0 Allow table AM tuple_insert() method to return the different slot
This allows table AM to return a native tuple slot even if
VirtualTupleTableSlot is given as an input.  Native tuple slots have knowledge
about system attributes, which could be accessed in the future.
table_multi_insert() method already can modify the input 'slots' array.

Discussion: https://postgr.es/m/CAPpHfdurb9ycV8udYqM%3Do0sPS66PJ4RCBM1g-bBpvzUfogY0EA%40mail.gmail.com
Reviewed-by: Matthias van de Meent, Mark Dilger, Pavel Borisov
Reviewed-by: Nikita Malakhov, Japin Li
2024-03-21 23:00:40 +02:00
..
backend Allow table AM tuple_insert() method to return the different slot 2024-03-21 23:00:40 +02:00
bin Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2024-03-21 10:50:33 +05:30
common Inline basic UTF-8 functions. 2024-03-20 09:40:57 -07:00
fe_utils Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2024-03-21 10:50:33 +05:30
include Allow table AM tuple_insert() method to return the different slot 2024-03-21 23:00:40 +02:00
interfaces Explicitly require password for SCRAM exchange 2024-03-21 14:45:54 +01:00
makefiles
pl Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2024-03-19 07:09:31 +01:00
port Inline pg_popcount{32,64} into pg_popcount(). 2024-03-19 14:46:16 -05:00
template
test Temporarily install debugging in partition_prune test 2024-03-21 21:21:05 +13:00
timezone
tools Refactor SASL exchange to return tri-state status 2024-03-21 14:45:46 +01:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
meson.build
nls-global.mk