postgresql/src/backend
2026-02-03 15:08:16 +02:00
..
access Refactor att_align_nominal() to improve performance. 2026-02-02 14:39:50 -05:00
archive Update copyright for 2026 2026-01-01 13:24:10 -05:00
backup Fix incorrect errno in OpenWalSummaryFile() 2026-02-03 11:25:10 +09:00
bootstrap Add data type oid8, 64-bit unsigned identifier 2026-01-07 11:37:00 +09:00
catalog Reject ADD CONSTRAINT NOT NULL if name mismatches existing constraint 2026-02-03 12:33:29 +01:00
commands Add two IO wait events for COPY FROM/TO on a pipe/file/program 2026-02-03 12:20:41 +09:00
executor Rename AssertVariableIsOfType to StaticAssertVariableIsOfType 2026-02-03 08:45:24 +01:00
foreign Update copyright for 2026 2026-01-01 13:24:10 -05:00
jit Rename AssertVariableIsOfType to StaticAssertVariableIsOfType 2026-02-03 08:45:24 +01:00
lib Remove #include <math.h> where not needed 2026-01-15 19:09:47 +01:00
libpq Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
main Update copyright for 2026 2026-01-01 13:24:10 -05:00
nodes Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
optimizer Fix mistakes in commit 4020b370f2 2026-01-29 08:04:47 -05:00
parser Force standard_conforming_strings to always be ON. 2026-01-21 15:08:38 -05:00
partitioning Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
po Update copyright for 2026 2026-01-01 13:24:10 -05:00
port Move shmem allocator's fields from PGShmemHeader to its own struct 2026-01-30 18:22:56 +02:00
postmaster Move shmem allocator's fields from PGShmemHeader to its own struct 2026-01-30 18:22:56 +02:00
regex Update copyright for 2026 2026-01-01 13:24:10 -05:00
replication Release synchronous replication waiters immediately on configuration changes. 2026-02-03 11:14:00 +09:00
rewrite Update copyright for 2026 2026-01-01 13:24:10 -05:00
snowball Fix meson build of snowball code. 2026-01-05 16:51:36 -05:00
statistics Fix two error messages in extended_stats_funcs.c 2026-01-29 14:57:47 +09:00
storage Remove useless errdetail_abort() 2026-02-03 15:08:13 +02:00
tcop Don't hint that you can reconnect when the database is dropped 2026-02-03 15:08:16 +02:00
tsearch Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
utils Add two IO wait events for COPY FROM/TO on a pipe/file/program 2026-02-03 12:20:41 +09: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 build inconsistency due to the generation of wait-event code 2026-02-02 08:02:39 +09:00
meson.build meson: Rename cpp variable to cxx 2026-01-09 08:58:23 +01:00
nls.mk Create a separate file listing backend types 2025-09-26 15:21:49 +02:00