postgresql/src/backend
Peter Eisentraut d1cb4e9f92 Remove useless casts
Maybe these are left from when PageGetItem() was a macro, but now they
are clearly useless.
2022-11-16 16:01:06 +01:00
..
access Remove useless casts 2022-11-16 16:01:06 +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 Use multi-inserts for pg_enum 2022-11-16 12:41:29 +09:00
commands Use multi-inserts for pg_ts_config_map 2022-11-16 14:32:09 +09:00
executor Refactor aclcheck functions 2022-11-13 09:02:41 +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 Make Bitmapsets be valid Nodes. 2022-11-13 10:22:45 -05:00
optimizer Make Bitmapsets be valid Nodes. 2022-11-13 10:22:45 -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 comments atop ReorderBufferAddInvalidations. 2022-11-10 16:56:49 +05:30
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 Remove unused include 2022-11-16 11:28:44 +01:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
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