postgresql/src/test/regress/sql
Thomas G. Lockhart 2d0e6b0ff7 Test new intersection and closest point operators.
Fix up results labels on queries.
1997-09-01 06:18:45 +00:00
..
abstime.sql Changed 1943 to 1947 to fix, other cleanups. 1997-06-01 02:30:25 +00:00
aggregates.sql Reorder tests and move aggregate table data to data/. 1997-04-29 14:29:16 +00:00
alter_table.sql split out a bunch more tests from misc.source so that the tester knows 1997-04-27 17:40:13 +00:00
arrays.sql There, I'll leave this alone until Thomas catchs up *grin* 1997-04-27 18:13:54 +00:00
boolean.sql From: Keith Parks <emkxp01@mtcc.demon.co.uk> 1997-05-09 03:26:56 +00:00
box.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
btree_index.sql clean up misc.source and create *individual test* files ... trying to move 1997-04-27 04:03:50 +00:00
char2.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
char4.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
char8.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
char16.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
char.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
circle.sql Start adding tests for new geometry functions. 1997-07-29 16:22:48 +00:00
create_aggregate.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
create_index.sql More splits and cleanups... 1997-04-06 06:07:13 +00:00
create_misc.sql Update path and polygon syntax to new conventions. 1997-06-03 14:24:12 +00:00
create_operator.sql Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-22 17:35:09 +00:00
create_table.sql More splits of the regression tests in order to make them more 1997-04-05 21:26:00 +00:00
create_type.sql Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-22 17:35:09 +00:00
create_view.sql More splits and cleanups... 1997-04-06 06:07:13 +00:00
datetime.sql Test for "current" time by comparing against "now". 1997-09-01 06:16:08 +00:00
destroy.sql From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:17:24 +00:00
errors.sql From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:17:24 +00:00
float4.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
float8.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
geometry.sql Test new intersection and closest point operators. 1997-09-01 06:18:45 +00:00
hash_index.sql clean up misc.source and create *individual test* files ... trying to move 1997-04-27 04:03:50 +00:00
horology.sql Include tests for DateStyle output format variations. 1997-07-01 00:34:34 +00:00
int2.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
int4.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
lseg.sql Start adding tests for new geometry functions. 1997-07-29 16:22:48 +00:00
Makefile Tests for CHECK/DEFAULT 1997-08-28 04:49:34 +00:00
numerology.sql Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
oid.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
oidint2.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
oidint4.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
oidname.sql Make these self-contained tests...they are testing types, so the tables 1997-04-27 04:36:10 +00:00
path.sql Update path and polygon syntax to new conventions. 1997-06-03 14:24:12 +00:00
point.sql Start adding tests for new geometry functions. 1997-07-29 16:22:48 +00:00
polygon.sql Start adding tests for new geometry functions. 1997-07-29 16:22:48 +00:00
portals_p2.sql There is no partial index onek2_u1_prtl in tests... 1997-05-05 06:43:59 +00:00
portals.sql split out a bunch more tests from misc.source so that the tester knows 1997-04-27 17:40:13 +00:00
purge.sql split out a bunch more tests from misc.source so that the tester knows 1997-04-27 17:40:13 +00:00
random.sql There, I'll leave this alone until Thomas catchs up *grin* 1997-04-27 18:13:54 +00:00
reltime.sql From: Keith Parks <emkxp01@mtcc.demon.co.uk> 1997-05-09 03:26:56 +00:00
sanity_check.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_distinct_on.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_distinct.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_into.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_views.sql split out a bunch more tests from misc.source so that the tester knows 1997-04-27 17:40:13 +00:00
select.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
tests Tests for CHECK/DEFAULT 1997-08-28 04:49:34 +00:00
text.sql Again, add more tests 1997-04-05 11:26:55 +00:00
timespan.sql From: Keith Parks <emkxp01@mtcc.demon.co.uk> 1997-05-09 03:26:56 +00:00
tinterval.sql Changed 1943 to 1947 to fix, other cleanups. 1997-06-01 02:30:25 +00:00
transactions.sql split out a bunch more tests from misc.source so that the tester knows 1997-04-27 17:40:13 +00:00