serial_schedule 1.66 KB
Newer Older
1
# $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.30 2006/01/22 05:20:34 neilc Exp $
Peter Eisentraut's avatar
Peter Eisentraut committed
2
# This should probably be in an order similar to parallel_schedule.
3 4 5 6 7 8 9 10 11 12 13
test: boolean
test: char
test: name
test: varchar
test: text
test: int2
test: int4
test: int8
test: oid
test: float4
test: float8
14
test: bit
Peter Eisentraut's avatar
Peter Eisentraut committed
15 16
test: numeric
test: strings
17 18 19 20 21 22 23 24 25
test: numerology
test: point
test: lseg
test: box
test: path
test: polygon
test: circle
test: date
test: time
26
test: timetz
27
test: timestamp
28
test: timestamptz
29 30 31 32 33 34 35 36 37
test: interval
test: abstime
test: reltime
test: tinterval
test: inet
test: comments
test: oidjoins
test: type_sanity
test: opr_sanity
Peter Eisentraut's avatar
Peter Eisentraut committed
38 39
test: geometry
test: horology
Bruce Momjian's avatar
Bruce Momjian committed
40
test: insert
41 42 43 44
test: create_function_1
test: create_type
test: create_table
test: create_function_2
Peter Eisentraut's avatar
Peter Eisentraut committed
45
test: copy
46 47 48 49 50 51
test: constraints
test: triggers
test: create_misc
test: create_aggregate
test: create_operator
test: create_index
52
test: drop_if_exists
Peter Eisentraut's avatar
Peter Eisentraut committed
53
test: inherit
54
test: vacuum
Peter Eisentraut's avatar
Peter Eisentraut committed
55
test: create_view
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
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
76
test: update
77
test: delete
78
test: namespace
79
test: prepared_xacts
80
test: privileges
Peter Eisentraut's avatar
Peter Eisentraut committed
81
test: misc
82 83 84
test: select_views
test: portals_p2
test: rules
Peter Eisentraut's avatar
Peter Eisentraut committed
85
test: foreign_key
86
test: cluster
87 88
test: limit
test: plpgsql
89
test: copy2
90
test: temp
91
test: domain
92
test: rangefuncs
93
test: prepare
94
test: without_oid
Tatsuo Ishii's avatar
Tatsuo Ishii committed
95
test: conversion
96
test: truncate
97
test: alter_table
Bruce Momjian's avatar
Bruce Momjian committed
98
test: sequence
99
test: polymorphism
100
test: rowtypes
101
test: stats
102
test: tablespace
103
test: dependency