postgresql/src/test/regress
Tom Lane 29c4ad9829 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
to be just a minor extension of the previous patch that made "x IS NULL"
indexable, because we can treat the IS NOT NULL condition as if it were
"x < NULL" or "x > NULL" (depending on the index's NULLS FIRST/LAST option),
just like IS NULL is treated like "x = NULL".  Aside from any possible
usefulness in its own right, this is an important improvement for
index-optimized MAX/MIN aggregates: it is now reliably possible to get
a column's min or max value cheaply, even when there are a lot of nulls
cluttering the interesting end of the index.
2010-01-01 21:53:49 +00:00
..
data Avoid regression test cases that fail in locales that sort "v" and "w" 2009-01-19 14:24:13 +00:00
expected Support "x IS NOT NULL" clauses as indexscan conditions. This turns out 2010-01-01 21:53:49 +00:00
input Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
output Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
sql Support "x IS NOT NULL" clauses as indexscan conditions. This turns out 2010-01-01 21:53:49 +00:00
GNUmakefile Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Run the "tablespace" regression test first not last. The former placement 2009-08-24 03:10:16 +00:00
pg_regress_main.c Simplify psql's new linestyle behavior to default to linestyle=ascii all 2009-11-25 20:26:31 +00:00
pg_regress.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
pg_regress.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
regress.c Fix executor/spi.h to follow our usual conventions for include files, ie, 2009-01-07 13:44:37 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Run the "tablespace" regression test first not last. The former placement 2009-08-24 03:10:16 +00:00
standby_schedule Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00