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 ac725ee0f9 doc: Move force_parallel_mode to section for developer options 5 years ago
..
access Don't truncate heap when VACUUM's failsafe is in effect. 5 years ago
bootstrap Split backend status and progress related functionality out of pgstat.c. 5 years ago
catalog Standardize pg_authid oid_symbol values. 5 years ago
commands Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 5 years ago
executor Redesign the caching done by get_cached_rowtype(). 5 years ago
foreign Update copyright for 2021 5 years ago
jit Speedup ScalarArrayOpExpr evaluation 5 years ago
lib Update copyright for 2021 5 years ago
libpq Refactor hba_authname 5 years ago
main Update copyright for 2021 5 years ago
nodes Improve slightly misleading comments in nodeFuncs.c 5 years ago
optimizer Speedup ScalarArrayOpExpr evaluation 5 years ago
parser Allow table-qualified variable names in ON CONFLICT ... WHERE. 5 years ago
partitioning Speedup ScalarArrayOpExpr evaluation 5 years ago
po
port Use errmsg_internal for debug messages 5 years ago
postmaster Use NameData datatype for slotname in stats. 5 years ago
regex Further tweak memory management for regex DFAs. 5 years ago
replication Use NameData datatype for slotname in stats. 5 years ago
rewrite Clean up treatment of missing default and CHECK-constraint records. 5 years ago
snowball Update snowball 5 years ago
statistics Initialize t_self and t_tableOid in statext_expressions_load 5 years ago
storage Optionally prefetch referenced data in recovery. 5 years ago
tcop SQL-standard function body 5 years ago
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 5 years ago
utils doc: Move force_parallel_mode to section for developer options 5 years ago
.gitignore
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 5 years ago
common.mk
nls.mk