]> granicus.if.org Git - postgresql/blob - src/test/regress/serial_schedule
Fix multiple problems with satisfies_hash_partition.
[postgresql] / src / test / regress / serial_schedule
1 # src/test/regress/serial_schedule
2 # This should probably be in an order similar to parallel_schedule.
3 test: tablespace
4 test: boolean
5 test: char
6 test: name
7 test: varchar
8 test: text
9 test: int2
10 test: int4
11 test: int8
12 test: oid
13 test: float4
14 test: float8
15 test: bit
16 test: numeric
17 test: txid
18 test: uuid
19 test: enum
20 test: money
21 test: rangetypes
22 test: pg_lsn
23 test: regproc
24 test: strings
25 test: numerology
26 test: point
27 test: lseg
28 test: line
29 test: box
30 test: path
31 test: polygon
32 test: circle
33 test: date
34 test: time
35 test: timetz
36 test: timestamp
37 test: timestamptz
38 test: interval
39 test: abstime
40 test: reltime
41 test: tinterval
42 test: inet
43 test: macaddr
44 test: macaddr8
45 test: tstypes
46 test: geometry
47 test: horology
48 test: regex
49 test: oidjoins
50 test: type_sanity
51 test: opr_sanity
52 test: misc_sanity
53 test: comments
54 test: expressions
55 test: insert
56 test: insert_conflict
57 test: create_function_1
58 test: create_type
59 test: create_table
60 test: create_function_2
61 test: copy
62 test: copyselect
63 test: copydml
64 test: create_misc
65 test: create_operator
66 test: create_index
67 test: create_view
68 test: create_aggregate
69 test: create_function_3
70 test: create_cast
71 test: constraints
72 test: triggers
73 test: inherit
74 test: create_table_like
75 test: typed_table
76 test: vacuum
77 test: drop_if_exists
78 test: updatable_views
79 test: rolenames
80 test: roleattributes
81 test: create_am
82 test: hash_func
83 test: sanity_check
84 test: errors
85 test: select
86 test: select_into
87 test: select_distinct
88 test: select_distinct_on
89 test: select_implicit
90 test: select_having
91 test: subselect
92 test: union
93 test: case
94 test: join
95 test: aggregates
96 test: transactions
97 ignore: random
98 test: random
99 test: portals
100 test: arrays
101 test: btree_index
102 test: hash_index
103 test: update
104 test: delete
105 test: namespace
106 test: prepared_xacts
107 test: brin
108 test: gin
109 test: gist
110 test: spgist
111 test: privileges
112 test: init_privs
113 test: security_label
114 test: collate
115 test: matview
116 test: lock
117 test: replica_identity
118 test: rowsecurity
119 test: object_address
120 test: tablesample
121 test: groupingsets
122 test: drop_operator
123 test: password
124 test: alter_generic
125 test: alter_operator
126 test: misc
127 test: psql
128 test: async
129 test: dbsize
130 test: misc_functions
131 test: sysviews
132 test: tsrf
133 test: tidscan
134 test: stats_ext
135 test: rules
136 test: psql_crosstab
137 test: select_parallel
138 test: write_parallel
139 test: publication
140 test: subscription
141 test: amutils
142 test: select_views
143 test: portals_p2
144 test: foreign_key
145 test: cluster
146 test: dependency
147 test: guc
148 test: bitmapops
149 test: combocid
150 test: tsearch
151 test: tsdicts
152 test: foreign_data
153 test: window
154 test: xmlmap
155 test: functional_deps
156 test: advisory_lock
157 test: json
158 test: jsonb
159 test: json_encoding
160 test: indirect_toast
161 test: equivclass
162 test: plancache
163 test: limit
164 test: plpgsql
165 test: copy2
166 test: temp
167 test: domain
168 test: rangefuncs
169 test: prepare
170 test: without_oid
171 test: conversion
172 test: truncate
173 test: alter_table
174 test: sequence
175 test: polymorphism
176 test: rowtypes
177 test: returning
178 test: largeobject
179 test: with
180 test: xml
181 test: identity
182 test: partition_join
183 test: reloptions
184 test: hash_part
185 test: event_trigger
186 test: stats