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
Michael Paquier b3bb7d12af Remove hardcoded dependency to cryptohash type in the internals of SCRAM 3 years ago
..
access Static assertions cleanup 3 years ago
backup Static assertions cleanup 3 years ago
bootstrap Order getopt arguments 3 years ago
catalog Static assertions cleanup 3 years ago
commands Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
executor Static assertions cleanup 3 years ago
foreign Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
jit Replace SQLValueFunction by COERCE_SQL_SYNTAX 3 years ago
lib Add doubly linked count list implementation 3 years ago
libpq Remove hardcoded dependency to cryptohash type in the internals of SCRAM 3 years ago
main Add workaround to make ubsan and ps_status.c compatible 3 years ago
nodes Create infrastructure for "soft" error reporting. 3 years ago
optimizer Remove pessimistic cost penalization from Incremental Sort 3 years ago
parser Fix inability to reference CYCLE column from inside its CTE. 3 years ago
partitioning Move PartitioPruneInfo out of plan nodes into PlannedStmt 3 years ago
po meson: Add initial version of meson based build system 3 years ago
port Static assertions cleanup 3 years ago
postmaster Order getopt arguments 3 years ago
regex Remove uses of register due to incompatibility with C++17 and up 3 years ago
replication Avoid unnecessary streaming of transactions during logical replication. 3 years ago
rewrite Update outdated comment in ApplyRetrieveRule 3 years ago
snowball meson: Add support for building with precompiled headers 3 years ago
statistics Stop accessing checkAsUser via RTE in some cases 3 years ago
storage Expose some information about backend subxact status. 3 years ago
tcop Speed up creation of command completion tags 3 years ago
tsearch Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
utils Expose some information about backend subxact status. 3 years ago
.gitignore
Makefile autoconf: Move export_dynamic determination to configure 3 years ago
common.mk Blind attempt to fix LLVM dependency in the backend 3 years ago
meson.build meson: Add support for building with precompiled headers 3 years ago
nls.mk