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
Robert Haas 16be2fd100 Make dsa_allocate interface more like MemoryContextAlloc. 9 years ago
..
access Add optimizer and executor support for parallel index scans. 9 years ago
bootstrap Remove dead code in bootstrap 9 years ago
catalog Optimize query for information_schema.constraint_column_usage 9 years ago
commands Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
executor Make sure that hash join's bulk-tuple-transfer loops are interruptible. 9 years ago
foreign Generate fmgr prototypes automatically 9 years ago
lib Fix overflow check in StringInfo; add missing casts 9 years ago
libpq Fix typos in comments. 9 years ago
main Update copyright via script for 2017 9 years ago
nodes Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
optimizer Add optimizer and executor support for parallel index scans. 9 years ago
parser Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 9 years ago
po Translation updates 10 years ago
port Update copyright via script for 2017 9 years ago
postmaster btree: Support parallel index scans. 9 years ago
regex Update copyright via script for 2017 9 years ago
replication Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
rewrite Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
snowball Update copyright via script for 2017 9 years ago
storage Fix race condition in ConditionVariablePrepareToSleep. 9 years ago
tcop Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
tsearch Fix typos in comments. 9 years ago
utils Make dsa_allocate interface more like MemoryContextAlloc. 9 years ago
.gitignore
Makefile Fix parallel make issue with new fmgrprotos.h 9 years ago
common.mk
nls.mk