postgresql/src/test/regress
Tom Lane 649b5ec7c8 Add the ability to store inheritance-tree statistics in pg_statistic,
and teach ANALYZE to compute such stats for tables that have subclasses.
Per my proposal of yesterday.

autovacuum still needs to be taught about running ANALYZE on parent tables
when their subclasses change, but the feature is useful even without that.
2009-12-29 20:11:45 +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 Add the ability to store inheritance-tree statistics in pg_statistic, 2009-12-29 20:11:45 +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 Allow the index name to be omitted in CREATE INDEX, causing the system to 2009-12-23 17:41:45 +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