postgresql/src/backend
Peter Eisentraut b4b7ce8061 Add repalloc0 and repalloc0_array
These zero out the space added by repalloc.  This is a common pattern
that is quite hairy to code by hand.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/b66dfc89-9365-cb57-4e1f-b7d31813eeec@enterprisedb.com
2022-11-12 20:34:44 +01:00
..
access Document WAL rules related to PD_ALL_VISIBLE in README. 2022-11-12 08:37:50 -08:00
backup
bootstrap Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
catalog Unify some internal error message wordings 2022-11-08 18:45:29 +01:00
commands Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". 2022-11-10 18:20:49 -05:00
executor Add repalloc0 and repalloc0_array 2022-11-12 20:34:44 +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 repalloc0 and repalloc0_array 2022-11-12 20:34:44 +01:00
main
nodes Use proper macro to access TransactionId 2022-10-20 09:41:03 +02:00
optimizer Add repalloc0 and repalloc0_array 2022-11-12 20:34:44 +01:00
parser Add repalloc0 and repalloc0_array 2022-11-12 20:34:44 +01:00
partitioning Resolve partition strategy during early parsing 2022-11-03 16:25:54 +01:00
po
port Provide sigaction() for Windows. 2022-11-09 13:06:31 +13:00
postmaster Provide sigaction() for Windows. 2022-11-09 13:06:31 +13:00
regex
replication Fix comments atop ReorderBufferAddInvalidations. 2022-11-10 16:56:49 +05:30
rewrite
snowball
statistics
storage Add repalloc0 and repalloc0_array 2022-11-12 20:34:44 +01:00
tcop Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
tsearch
utils Add repalloc0 and repalloc0_array 2022-11-12 20:34:44 +01:00
.gitignore
common.mk
Makefile
meson.build
nls.mk