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