postgresql/src/backend
Peter Eisentraut 9e43ab3dd7 Remove useless unconstify
Digging into the history, this was not necessary even when it was
added, but might have been some time before that.  In any case, there
is no use for this now.
2024-09-06 11:25:48 +02:00
..
access Remove lc_collate_is_c(). 2024-09-04 14:35:25 -07:00
archive Apply more quoting to GUC names in messages 2024-09-04 13:50:44 +09:00
backup Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 2024-09-03 09:11:54 +09:00
bootstrap Include bison header files into implementation files 2024-08-02 10:25:11 +02:00
catalog Collect statistics about conflicts in logical replication. 2024-09-04 08:55:21 +05:30
commands Remove lc_collate_is_c(). 2024-09-04 14:35:25 -07:00
executor Revert recent SQL/JSON related commits 2024-09-06 12:53:01 +09:00
foreign Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:33 -07:00
jit Speed up Hash Join by making ExprStates support hashing 2024-08-20 13:38:22 +12:00
lib Implement pg_wal_replay_wait() stored procedure 2024-08-02 21:16:56 +03:00
libpq Remove a couple of strerror() calls 2024-09-04 14:45:31 +02:00
main Tighten check for --forkchild argument when spawning child process 2024-07-03 15:53:30 +03:00
nodes Convert node test compile-time settings into run-time parameters 2024-08-01 10:09:18 +02:00
optimizer Avoid unnecessary post-sort projection 2024-09-04 12:19:19 +09:00
parser SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 2024-09-06 13:25:53 +09:00
partitioning Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2024-08-24 18:48:48 +03:00
po Translation updates 2024-06-24 13:11:27 +02:00
port Require memory barrier support. 2024-07-30 23:01:55 +12:00
postmaster Apply more quoting to GUC names in messages 2024-09-04 13:50:44 +09:00
regex Be more careful with error paths in pg_set_regex_collation(). 2024-09-05 12:10:08 -07:00
replication Apply more quoting to GUC names in messages 2024-09-04 13:50:44 +09:00
rewrite Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 2024-08-30 12:42:12 -04:00
snowball Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
statistics Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
storage Unify some error messages to ease work of translators 2024-09-04 14:53:18 +09:00
tcop Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2024-08-24 18:48:48 +03:00
tsearch Constify fields and parameters in spell.c 2024-08-06 23:04:51 +03:00
utils Remove useless unconstify 2024-09-06 11:25:48 +02:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Fix make build on MinGW 2024-06-21 08:17:23 +02:00
meson.build meson: Fix import library name in Windows 2024-06-20 09:08:36 +02:00
nls.mk Add missing gettext triggers 2024-05-14 12:57:22 +02:00