]> granicus.if.org Git - postgresql/blob - src/test/regress/serial_schedule
Extend COPY to support COPY (SELECT ...) TO ...
[postgresql] / src / test / regress / serial_schedule
1 # $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.33 2006/08/30 23:34:22 tgl Exp $
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: strings
17 test: numerology
18 test: point
19 test: lseg
20 test: box
21 test: path
22 test: polygon
23 test: circle
24 test: date
25 test: time
26 test: timetz
27 test: timestamp
28 test: timestamptz
29 test: interval
30 test: abstime
31 test: reltime
32 test: tinterval
33 test: inet
34 test: comments
35 test: oidjoins
36 test: type_sanity
37 test: opr_sanity
38 test: geometry
39 test: horology
40 test: insert
41 test: create_function_1
42 test: create_type
43 test: create_table
44 test: create_function_2
45 test: copy
46 test: copyselect
47 test: constraints
48 test: triggers
49 test: create_misc
50 test: create_aggregate
51 test: create_operator
52 test: create_index
53 test: drop_if_exists
54 test: inherit
55 test: vacuum
56 test: create_view
57 test: sanity_check
58 test: errors
59 test: select
60 test: select_into
61 test: select_distinct
62 test: select_distinct_on
63 test: select_implicit
64 test: select_having
65 test: subselect
66 test: union
67 test: case
68 test: join
69 test: aggregates
70 test: transactions
71 ignore: random
72 test: random
73 test: portals
74 test: arrays
75 test: btree_index
76 test: hash_index
77 test: update
78 test: delete
79 test: namespace
80 test: prepared_xacts
81 test: privileges
82 test: misc
83 test: select_views
84 test: portals_p2
85 test: rules
86 test: foreign_key
87 test: cluster
88 test: dependency
89 test: guc
90 test: limit
91 test: plpgsql
92 test: copy2
93 test: temp
94 test: domain
95 test: rangefuncs
96 test: prepare
97 test: without_oid
98 test: conversion
99 test: truncate
100 test: alter_table
101 test: sequence
102 test: polymorphism
103 test: rowtypes
104 test: returning
105 test: stats
106 test: tablespace