Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / src / test / regress / serial_schedule
blob1263073fd0fc4ab92a05e6a6f7e6874d3de979fe
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: tstypes
39 test: comments
40 test: geometry
41 test: horology
42 test: oidjoins
43 test: type_sanity
44 test: opr_sanity
45 test: insert
46 test: create_function_1
47 test: create_type
48 test: create_table
49 test: create_function_2
50 test: copy
51 test: copyselect
52 test: constraints
53 test: triggers
54 test: create_misc
55 test: create_aggregate
56 test: create_operator
57 test: create_index
58 test: drop_if_exists
59 test: inherit
60 test: vacuum
61 test: create_view
62 test: sanity_check
63 test: errors
64 test: select
65 test: select_into
66 test: select_distinct
67 test: select_distinct_on
68 test: select_implicit
69 test: select_having
70 test: subselect
71 test: union
72 test: case
73 test: join
74 test: aggregates
75 test: transactions
76 ignore: random
77 test: random
78 test: portals
79 test: arrays
80 test: btree_index
81 test: hash_index
82 test: update
83 test: delete
84 test: namespace
85 test: prepared_xacts
86 test: privileges
87 test: misc
88 test: select_views
89 test: portals_p2
90 test: rules
91 test: foreign_key
92 test: cluster
93 test: dependency
94 test: guc
95 test: bitmapops
96 test: combocid
97 test: tsearch
98 test: plancache
99 test: limit
100 test: plpgsql
101 test: copy2
102 test: temp
103 test: domain
104 test: rangefuncs
105 test: prepare
106 test: without_oid
107 test: conversion
108 test: tsdicts
109 test: truncate
110 test: alter_table
111 test: sequence
112 test: polymorphism
113 test: rowtypes
114 test: returning
115 test: largeobject
116 test: xml
117 test: stats
118 test: tablespace