repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
test
/
regress
/
serial_schedule
blob
6c281c5148ada5630bb25422f7fa4ad962403081
1
# $PostgreSQL$
2
# This should probably be in an order similar to parallel_schedule.
3
test: boolean
4
test: char
5
test: name
6
test: varchar
7
test: text
8
test: int2
9
test: int4
10
test: int8
11
test: oid
12
test: float4
13
test: float8
14
test: bit
15
test: numeric
16
test: txid
17
test: uuid
18
test: enum
19
test: money
20
test: strings
21
test: numerology
22
test: point
23
test: lseg
24
test: box
25
test: path
26
test: polygon
27
test: circle
28
test: date
29
test: time
30
test: timetz
31
test: timestamp
32
test: timestamptz
33
test: interval
34
test: abstime
35
test: reltime
36
test: tinterval
37
test: inet
38
test: macaddr
39
test: tstypes
40
test: comments
41
test: geometry
42
test: horology
43
test: oidjoins
44
test: type_sanity
45
test: opr_sanity
46
test: insert
47
test: create_function_1
48
test: create_type
49
test: create_table
50
test: create_function_2
51
test: create_cast
52
test: copy
53
test: copyselect
54
test: constraints
55
test: triggers
56
test: create_misc
57
test: create_aggregate
58
test: create_operator
59
test: create_index
60
test: drop_if_exists
61
test: inherit
62
test: vacuum
63
test: create_view
64
test: sanity_check
65
test: errors
66
test: select
67
test: select_into
68
test: select_distinct
69
test: select_distinct_on
70
test: select_implicit
71
test: select_having
72
test: subselect
73
test: union
74
test: case
75
test: join
76
test: aggregates
77
test: transactions
78
ignore: random
79
test: random
80
test: portals
81
test: arrays
82
test: btree_index
83
test: hash_index
84
test: update
85
test: delete
86
test: namespace
87
test: prepared_xacts
88
test: privileges
89
test: misc
90
test: select_views
91
test: portals_p2
92
test: rules
93
test: foreign_key
94
test: cluster
95
test: dependency
96
test: guc
97
test: bitmapops
98
test: combocid
99
test: tsearch
100
test: plancache
101
test: limit
102
test: plpgsql
103
test: copy2
104
test: temp
105
test: domain
106
test: rangefuncs
107
test: prepare
108
test: without_oid
109
test: conversion
110
test: tsdicts
111
test: truncate
112
test: alter_table
113
test: sequence
114
test: polymorphism
115
test: rowtypes
116
test: returning
117
test: largeobject
118
test: with
119
test: xml
120
test: stats
121
test: tablespace