postgresql/src/backend
Nathan Bossart c089712517 Re-pgindent brin.c.
Backpatch-through: 13
2025-10-21 09:56:26 -05:00
..
access Re-pgindent brin.c. 2025-10-21 09:56:26 -05:00
archive Fix memory leaks in error reporting with LOG level 2024-05-14 10:41:32 +02:00
backup Clean up newlines following left parentheses 2024-11-26 17:10:07 +01:00
bootstrap Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
catalog Fix StatisticsObjIsVisibleExt() for pg_temp. 2025-09-29 11:15:48 -07:00
commands Stop creating constraints during DETACH CONCURRENTLY 2025-10-11 20:30:12 +02:00
executor Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2025-10-15 17:15:02 +09:00
foreign Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:30 -07:00
jit jit: fix build with LLVM-21 2025-09-15 08:31:47 +02:00
lib Accommodate very large dshash tables. 2024-12-17 15:24:45 -06:00
libpq Fix build breakage on Solaris-alikes with late-model GCC. 2025-07-23 15:44:29 -04:00
main Fix elog(FATAL) before PostmasterMain() or just after fork(). 2024-12-10 13:52:02 -08:00
nodes Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 2025-10-09 01:07:36 -04:00
optimizer Treat JsonConstructorExpr as non-strict 2025-09-16 18:45:26 +09:00
parser Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 2025-10-09 01:07:36 -04:00
partitioning Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2024-08-24 19:18:24 +03:00
po Translation updates 2025-08-11 14:40:51 +02:00
port Don't treat EINVAL from semget() as a hard failure. 2025-08-13 11:59:47 -04:00
postmaster Fix LOCK_TIMEOUT handling during parallel apply. 2025-09-24 03:49:02 +00:00
regex Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 2024-11-15 18:23:38 -05:00
replication Remove state.tmp when failing to save a replication slot 2025-10-10 09:24:50 +09:00
rewrite Handle default NULL insertion a little better. 2025-01-29 15:31:55 -05:00
snowball Avoid null pointer dereference crash after OOM in Snowball stemmers. 2025-02-18 21:23:59 -05:00
statistics Fix security checks in selectivity estimation functions. 2025-08-11 09:09:12 +01:00
storage meson: build checksums with extra optimization flags. 2025-09-09 16:04:23 -07:00
tcop CREATE STATISTICS: improve misleading error message 2025-09-15 11:48:03 +02:00
tsearch Clear errno before calling strtol() in spell.c. 2025-03-08 11:24:42 -05:00
utils Fix incorrect message-printing in win32security.c. 2025-10-13 17:56:45 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
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