postgresql/src/test/regress/sql
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per
pghackers discussion of 5-Jan-2000.  The amopselect and amopnpages
estimators are gone, and in their place is a per-AM amcostestimate
procedure (linked to from pg_am, not pg_amop).
2000-01-22 23:50:30 +00:00
..
abstime.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
aggregates.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
alter_table.sql oid8 => oidvector in alter_table regress test 2000-01-11 05:56:33 +00:00
arrays.sql Update arrays regress test to reflect fact that several things 2000-01-15 19:11:40 +00:00
boolean.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
box.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
btree_index.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
case.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
char.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
circle.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
comments.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
create_aggregate.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_index.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_misc.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_operator.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_table.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_type.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
create_view.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
datetime.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
drop.sql Remove CVS $Header lines from a couple of regress test files that had 2000-01-09 04:01:49 +00:00
errors.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
euc_cn.sql Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
euc_jp.sql From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
euc_kr.sql Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
euc_tw.sql Add missing mb files. 1999-02-02 19:04:43 +00:00
float4.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
float8.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
geometry.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
hash_index.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
horology.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
inet.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
int2.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
int4.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
int8.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
join.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
limit.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
lseg.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
Makefile install_plpgsql is no longer a regress test (it's done via createlang); 2000-01-09 19:34:43 +00:00
mule_internal.sql Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
name.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
numeric_big.sql Added 2 regression tests for NUMERIC data type. 1999-06-10 17:49:32 +00:00
numeric.sql Add some examples to numeric regress test to verify that recently-fixed 2000-01-15 23:44:17 +00:00
numerology.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
oid.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
oidjoins.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
opr_sanity.sql Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
path.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
plpgsql.sql Remove CVS $Header lines from a couple of regress test files that had 2000-01-09 04:01:49 +00:00
point.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
polygon.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
portals_p2.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
portals.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
random.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
reltime.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
rules.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
run_check.tests Move numeric test to be near other numeric data types like int4 and float8. 2000-01-05 06:04:56 +00:00
sanity_check.sql More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_distinct_on.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select_distinct.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select_having.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select_implicit.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select_into.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select_views.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
select.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
strings.sql Update strings test to reflect the fact that casting to char() will 2000-01-17 00:16:41 +00:00
subselect.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
temp.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
tests Added 2 regression tests for NUMERIC data type. 1999-06-10 17:49:32 +00:00
text.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
timespan.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
tinterval.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
transactions.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
triggers.sql Update format to add uniform headers on files. 2000-01-05 17:32:29 +00:00
type_sanity.sql Clean up format of tests. 2000-01-05 06:07:58 +00:00
union.sql Clean up header for uniform appearance throughout tests. 2000-01-06 06:41:55 +00:00
varchar.sql Clean up syntax to use SQL92-ish type coersion 2000-01-04 16:21:02 +00:00
view_perms.sql rename pgsql to postgres in regression. 1999-02-22 02:08:32 +00:00