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 686d399f2b Fix non-portable use of round(). 8 years ago
..
access Small cleanups in fast default code. 8 years ago
bootstrap Handle heap rewrites even better in logical decoding 8 years ago
catalog Add SKIP_LOCKED option to RangeVarGetRelidExtended(). 8 years ago
commands Fix bug with view locking code. 8 years ago
executor Small cleanups in fast default code. 8 years ago
foreign Remove bogus "extern" annotations on function definitions. 8 years ago
jit Improve JIT docs. 8 years ago
lib Fix non-portable use of round(). 8 years ago
libpq C comments: "a" <--> "an" corrections 8 years ago
main Update copyright for 2018 8 years ago
nodes C comments: "a" <--> "an" corrections 8 years ago
optimizer Don't call IS_DUMMY_REL() when cheapest_total_path might be junk. 8 years ago
parser Handle INSERT .. ON CONFLICT with partitioned tables 8 years ago
po Translation updates 9 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 Enhance pg_stat_wal_receiver view to display host and port of sender server. 8 years ago
rewrite Combine options for RangeVarGetRelidExtended() into a flags argument. 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 Remove obsolete SLRU wrapping and warnings from predicate.c. 8 years ago
tcop Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
utils Improve out-of-memory error reports by including memory context name. 8 years ago
.gitignore
Makefile Add inlining support to LLVM JIT provider. 8 years ago
common.mk Remove PARTIAL_LINKING build mode. 8 years ago
nls.mk