postgresql/src/backend
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change
This is the last batch of changes that have been suggested by the
author, this part covering the non-trivial changes.  Some of the changes
suggested have been discarded as they seem to lead to more instructions
generated, leaving the parts that can be qualified as in-place
replacements.

Similar work has been done in 1b105f9472, 0c3c5c3b06 and
31d3847a37.

Author: David Geier <geidav.pg@gmail.com>
Discussion: https://postgr.es/m/ad0748d4-3080-436e-b0bc-ac8f86a3466a@gmail.com
2025-12-11 14:29:12 +09:00
..
access Clarify why _bt_killitems sorts its items array. 2025-12-10 20:50:47 -05:00
archive Update copyright for 2025 2025-01-01 11:21:55 -05:00
backup Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
bootstrap Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
catalog Fix comment in GetPublicationRelations 2025-12-10 15:33:29 +02:00
commands Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
executor Use palloc_object() and palloc_array(), the last change 2025-12-11 14:29:12 +09:00
foreign Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
jit Fix allocation formula in llvmjit_expr.c 2025-12-11 10:25:21 +09:00
lib Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
libpq Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
main Avoid possible crash within libsanitizer. 2025-11-05 11:09:45 -05:00
nodes Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
optimizer Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
parser Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
partitioning Use palloc_object() and palloc_array(), the last change 2025-12-11 14:29:12 +09:00
po Translation updates 2025-05-05 12:04:49 +02:00
port Remove useless casting to same type 2025-12-02 10:09:32 +01:00
postmaster Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
regex Make regex "max_chr" depend on encoding, not provider. 2025-12-01 11:06:17 -08:00
replication Enhance slot synchronization API to respect promotion signal. 2025-12-11 03:49:28 +00:00
rewrite Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
snowball Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
statistics Use palloc_object() and palloc_array(), the last change 2025-12-11 14:29:12 +09:00
storage Use palloc_object() and palloc_array(), the last change 2025-12-11 14:29:12 +09:00
tcop Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
tsearch Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
utils Add pg_iswcased(). 2025-12-10 11:56:11 -08:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile aio: Add liburing dependency 2025-03-26 19:45:32 -04:00
meson.build meson: add and use stamp files for generated headers 2025-08-11 15:18:23 -04:00
nls.mk Create a separate file listing backend types 2025-09-26 15:21:49 +02:00