postgresql/src/test/regress
Tom Lane 7af3a6fc6f Fix up hash functions for datetime datatypes so that they don't take
unwarranted liberties with int8 vs float8 values for these types.
Specifically, be sure to apply either hashint8 or hashfloat8 depending
on HAVE_INT64_TIMESTAMP.  Per my gripe of even date.
2007-07-06 04:16:00 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Fix up hash functions for datetime datatypes so that they don't take 2007-07-06 04:16:00 +00:00
input Make the newly-added regression tests for lo_truncate() consistent 2007-03-03 22:57:04 +00:00
output Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
sql Fix up hash functions for datetime datatypes so that they don't take 2007-07-06 04:16:00 +00:00
GNUmakefile Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_regress_main.c Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
pg_regress.c Specifying a dbname should override the default database, not add to it. 2007-06-12 13:54:58 +00:00
pg_regress.h Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +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 Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00