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 cb5c14984a Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
..
access In B-tree page deletion, clean up properly after page deletion failure. 10 years ago
bootstrap
catalog Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
commands Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
executor Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 10 years ago
foreign
lib
libpq Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
main
nodes Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. 10 years ago
optimizer Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
parser Improve documentation about CREATE TABLE ... LIKE. 10 years ago
po Translation updates 10 years ago
port Support building with Visual Studio 2015 10 years ago
postmaster Fix bogus coding in WaitForBackgroundWorkerShutdown(). 10 years ago
regex
replication Don't propagate a null subtransaction snapshot up to parent transaction. 10 years ago
rewrite
snowball
storage Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
tcop Be more predictable about reporting "lock timeout" vs "statement timeout". 10 years ago
tsearch Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
utils Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
.gitignore
Makefile
common.mk
nls.mk