]> granicus.if.org Git - postgresql/blob - src/test/regress/serial_schedule
Add support for multiple kinds of external toast datums.
[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: strings
23 test: numerology
24 test: point
25 test: lseg
26 test: box
27 test: path
28 test: polygon
29 test: circle
30 test: date
31 test: time
32 test: timetz
33 test: timestamp
34 test: timestamptz
35 test: interval
36 test: abstime
37 test: reltime
38 test: tinterval
39 test: inet
40 test: macaddr
41 test: tstypes
42 test: comments
43 test: geometry
44 test: horology
45 test: regex
46 test: oidjoins
47 test: type_sanity
48 test: opr_sanity
49 test: insert
50 test: create_function_1
51 test: create_type
52 test: create_table
53 test: create_function_2
54 test: copy
55 test: copyselect
56 test: create_misc
57 test: create_operator
58 test: create_index
59 test: create_view
60 test: create_aggregate
61 test: create_function_3
62 test: create_cast
63 test: constraints
64 test: triggers
65 test: inherit
66 test: create_table_like
67 test: typed_table
68 test: vacuum
69 test: drop_if_exists
70 test: updatable_views
71 test: sanity_check
72 test: errors
73 test: select
74 test: select_into
75 test: select_distinct
76 test: select_distinct_on
77 test: select_implicit
78 test: select_having
79 test: subselect
80 test: union
81 test: case
82 test: join
83 test: aggregates
84 test: transactions
85 ignore: random
86 test: random
87 test: portals
88 test: arrays
89 test: btree_index
90 test: hash_index
91 test: update
92 test: delete
93 test: namespace
94 test: prepared_xacts
95 test: privileges
96 test: security_label
97 test: collate
98 test: matview
99 test: alter_generic
100 test: misc
101 test: psql
102 test: rules
103 test: event_trigger
104 test: select_views
105 test: portals_p2
106 test: foreign_key
107 test: cluster
108 test: dependency
109 test: guc
110 test: bitmapops
111 test: combocid
112 test: tsearch
113 test: tsdicts
114 test: foreign_data
115 test: window
116 test: xmlmap
117 test: functional_deps
118 test: advisory_lock
119 test: json
120 test: indirect_toast
121 test: plancache
122 test: limit
123 test: plpgsql
124 test: copy2
125 test: temp
126 test: domain
127 test: rangefuncs
128 test: prepare
129 test: without_oid
130 test: conversion
131 test: truncate
132 test: alter_table
133 test: sequence
134 test: polymorphism
135 test: rowtypes
136 test: returning
137 test: largeobject
138 test: with
139 test: xml
140 test: stats