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
Andres Freund b96d550eb0 Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
..
access Fix typo in comment. 8 years ago
bootstrap Handle heap rewrites even better in logical decoding 8 years ago
catalog Avoid creating a TOAST table for a partitioned table. 8 years ago
commands Improve ANALYZE's strategy for finding MCVs. 8 years ago
executor Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line. 8 years ago
foreign Remove bogus "extern" annotations on function definitions. 8 years ago
jit Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
lib Minor clean-up in dshash.{c,h}. 8 years ago
libpq Fix typo in comment 8 years ago
main Update copyright for 2018 8 years ago
nodes Simplify parse representation of savepoint commands 8 years ago
optimizer Implement partition-wise grouping/aggregation. 8 years ago
parser Add missing break 8 years ago
po
port Support huge pages on Windows 8 years ago
postmaster Log when a BRIN autosummarization request fails 8 years ago
regex Update copyright for 2018 8 years ago
replication Handle heap rewrites even better in logical decoding 8 years ago
rewrite Remove pg_class.relhaspkey 8 years ago
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
statistics Update copyright for 2018 8 years ago
storage shm_mq: Fix detach race condition. 8 years ago
tcop Basic JIT provider and error handling infrastructure. 8 years ago
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
utils Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
.gitignore
Makefile Basic JIT provider and error handling infrastructure. 8 years ago
common.mk Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
nls.mk