postgresql/src/test/regress
Tom Lane 0a7abcd4c9 Fix corner case wherein a WorkTableScan node could get initialized before the
RecursiveUnion to which it refers.  It turns out that we can just postpone the
relevant initialization steps until the first exec call for the node, by which
time the ancestor node must surely be initialized.  Per report from Greg Stark.
2008-10-13 00:41:41 +00:00
..
data Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
expected Fix corner case wherein a WorkTableScan node could get initialized before the 2008-10-13 00:41:41 +00:00
input Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
output Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
sql Fix corner case wherein a WorkTableScan node could get initialized before the 2008-10-13 00:41:41 +00:00
GNUmakefile Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
Makefile
parallel_schedule Implement SQL-standard WITH clauses, including WITH RECURSIVE. 2008-10-04 21:56:55 +00:00
pg_regress_main.c Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
pg_regress.c Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
pg_regress.h Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
regress.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
regressplans.sh
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Implement SQL-standard WITH clauses, including WITH RECURSIVE. 2008-10-04 21:56:55 +00:00