You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Peter Eisentraut 4d5111b3f1 More use of getpwuid_r() directly 1 year ago
..
access Define PG_LOGICAL_DIR for path pg_logical/ in data folder 1 year ago
archive Fix memory leaks in error reporting with LOG level 2 years ago
backup Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder 1 year ago
bootstrap Include bison header files into implementation files 1 year ago
catalog Log the conflicts while applying changes in logical replication. 1 year ago
commands Rename pg_sequence_read_tuple() to pg_get_sequence_data() 1 year ago
executor Log the conflicts while applying changes in logical replication. 1 year ago
foreign Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
jit Speed up Hash Join by making ExprStates support hashing 1 year ago
lib Implement pg_wal_replay_wait() stored procedure 1 year ago
libpq More use of getpwuid_r() directly 1 year ago
main Tighten check for --forkchild argument when spawning child process 1 year ago
nodes Convert node test compile-time settings into run-time parameters 1 year ago
optimizer Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
parser Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
partitioning Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
po Translation updates 2 years ago
port Require memory barrier support. 1 year ago
postmaster Message style improvements 1 year ago
regex Rename enum labels of PG_Locale_Strategy 1 year ago
replication Define PG_LOGICAL_DIR for path pg_logical/ in data folder 1 year ago
rewrite Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
snowball Remove unused #include's from backend .c files 2 years ago
statistics Fix typos and duplicate words 2 years ago
storage Fix unfairness in all-cached parallel seq scan. 1 year ago
tcop Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
tsearch Constify fields and parameters in spell.c 1 year ago
utils Clarify restrict_nonsystem_relation_kind description. 1 year ago
.gitignore
Makefile Fix make build on MinGW 2 years ago
common.mk Blind attempt to fix LLVM dependency in the backend 3 years ago
meson.build meson: Fix import library name in Windows 2 years ago
nls.mk Add missing gettext triggers 2 years ago