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 07a601eeda Avoid crashing in GetOldestSnapshot() if there are no known snapshots. 10 years ago
..
access In B-tree page deletion, clean up properly after page deletion failure. 10 years ago
bootstrap Revert CREATE INDEX ... INCLUDING ... 10 years ago
catalog Add missing casts in information schema 10 years ago
commands Message style improvements 10 years ago
executor Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
foreign Remove GetUserMappingId() and GetUserMappingById(). 10 years ago
lib Remove mergeHyperLogLog. 10 years ago
libpq Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
main Repair a bit of pgindent damage. 10 years ago
nodes Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest. 10 years ago
optimizer Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
parser Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better. 10 years ago
po Translation updates 10 years ago
port pgindent run for 9.6 10 years ago
postmaster Fix bogus coding in WaitForBackgroundWorkerShutdown(). 10 years ago
regex Suppress compiler warnings about useless comparison of unsigned to zero. 10 years ago
replication Don't propagate a null subtransaction snapshot up to parent transaction. 10 years ago
rewrite pgindent run for 9.6 10 years ago
snowball Update copyright for 2016 10 years ago
storage Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
tcop Revert "Add some temporary code to record stack usage at server process exit." 10 years ago
tsearch Message style improvements 10 years ago
utils Avoid crashing in GetOldestSnapshot() if there are no known snapshots. 10 years ago
.gitignore
Makefile Provide and use a makefile target to build all generated headers. 10 years ago
common.mk
nls.mk