postgresql/src/test/regress/serial_schedule

93 lines
1.5 KiB
Plaintext

# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18 2002/09/02 05:55:43 momjian Exp $
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: char
test: name
test: varchar
test: text
test: int2
test: int4
test: int8
test: oid
test: float4
test: float8
test: bit
test: numeric
test: strings
test: numerology
test: point
test: lseg
test: box
test: path
test: polygon
test: circle
test: date
test: time
test: timetz
test: timestamp
test: timestamptz
test: interval
test: abstime
test: reltime
test: tinterval
test: inet
test: comments
test: oidjoins
test: type_sanity
test: opr_sanity
test: geometry
test: horology
test: insert
test: create_function_1
test: create_type
test: create_table
test: create_function_2
test: copy
test: constraints
test: triggers
test: create_misc
test: create_aggregate
test: create_operator
test: create_index
test: inherit
test: vacuum
test: create_view
test: sanity_check
test: errors
test: select
test: select_into
test: select_distinct
test: select_distinct_on
test: select_implicit
test: select_having
test: subselect
test: union
test: case
test: join
test: aggregates
test: transactions
ignore: random
test: random
test: portals
test: arrays
test: btree_index
test: hash_index
test: privileges
test: misc
test: select_views
test: portals_p2
test: rules
test: foreign_key
test: cluster
test: limit
test: plpgsql
test: copy2
test: temp
test: domain
test: rangefuncs
test: prepare
test: without_oid
test: conversion
test: truncate
test: alter_table