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
Tom Lane a75ff55c83 Fix some issues with wrong placement of pseudo-constant quals. 3 years ago
..
access Fix handling of multi-column BRIN indexes 3 years ago
archive Redesign archive modules 3 years ago
backup Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 3 years ago
bootstrap Update copyright for 2023 3 years ago
catalog Implement ANY_VALUE aggregate 3 years ago
commands Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG 3 years ago
executor Add missing support for the latest SPI status codes. 3 years ago
foreign Update copyright for 2023 3 years ago
jit Fix various typos in code and tests 3 years ago
lib Fix ILIST_DEBUG build 3 years ago
libpq Add description for new patterns supported in HBA and ident sample files 3 years ago
main Update copyright for 2023 3 years ago
nodes Mark more nodes with attribute no_query_jumble 3 years ago
optimizer Fix some issues with wrong placement of pseudo-constant quals. 3 years ago
parser Fix incorrect format placeholder 3 years ago
partitioning Remove useless casts to (void *) in arguments of some system functions 3 years ago
po Update copyright for 2023 3 years ago
port Update copyright for 2023 3 years ago
postmaster Redesign archive modules 3 years ago
regex Update copyright for 2023 3 years ago
replication Fix snapshot handling in logicalmsg_decode 3 years ago
rewrite Make Vars be outer-join-aware. 3 years ago
snowball Update copyright for 2023 3 years ago
statistics Remove useless casts to (void *) in arguments of some system functions 3 years ago
storage Remove obsolete coding for early macOS. 3 years ago
tcop Speedup and increase usability of set proc title functions 3 years ago
tsearch Remove useless casts to (void *) in arguments of some system functions 3 years ago
utils Implement ANY_VALUE aggregate 3 years ago
.gitignore
Makefile Redesign archive modules 3 years ago
common.mk Blind attempt to fix LLVM dependency in the backend 4 years ago
meson.build Redesign archive modules 3 years ago
nls.mk