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 851a26e266 While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
..
access Store 2PC GID in commit/abort WAL recs for logical decoding 8 years ago
bootstrap Handle heap rewrites even better in logical decoding 8 years ago
catalog Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
commands While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
executor PL/pgSQL: Nested CALL with transactions 8 years ago
foreign Remove bogus "extern" annotations on function definitions. 8 years ago
jit Fix mistakes in the just added JIT docs. 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 inlining support to LLVM JIT provider. 8 years ago
parser Handle INSERT .. ON CONFLICT with partitioned tables 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 C comment: fix typo, log -> lag 8 years ago
rewrite Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
statistics Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
storage While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
tcop Allow committing inside cursor loop 8 years ago
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
utils Add casts from jsonb 8 years ago
.gitignore
Makefile Add inlining support to LLVM JIT provider. 8 years ago
common.mk Add inlining support to LLVM JIT provider. 8 years ago
nls.mk