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 d0c0c89453 Fix unsafe extraction of the OID part of a relation filename. 8 years ago
..
access Improve style guideline compliance of assorted error-report messages. 8 years ago
bootstrap Handle heap rewrites even better in logical decoding 8 years ago
catalog Allow FOR EACH ROW triggers on partitioned tables 8 years ago
commands Allow FOR EACH ROW triggers on partitioned tables 8 years ago
executor Remove useless if-test. 8 years ago
foreign Remove bogus "extern" annotations on function definitions. 8 years ago
jit Adapt expression JIT to stdbool.h introduction. 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 Basic planner and executor integration for JIT. 8 years ago
optimizer Add expression compilation support to LLVM JIT provider. 8 years ago
parser Fix make rules that generate multiple output files. 8 years ago
po Translation updates 8 years ago
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 Fix unsafe extraction of the OID part of a relation filename. 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 Fix make rules that generate multiple output files. 8 years ago
tcop Small refactoring 8 years ago
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
utils Fix make rules that generate multiple output files. 8 years ago
.gitignore
Makefile Fix make rules that generate multiple output files. 8 years ago
common.mk Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
nls.mk