]> granicus.if.org Git - postgresql/blob - src/test/regress/serial_schedule
Add some basic tests of GUC behavior.
[postgresql] / src / test / regress / serial_schedule
1 # $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.31 2006/08/04 00:00:13 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: constraints
47 test: triggers
48 test: create_misc
49 test: create_aggregate
50 test: create_operator
51 test: create_index
52 test: drop_if_exists
53 test: inherit
54 test: vacuum
55 test: create_view
56 test: sanity_check
57 test: errors
58 test: select
59 test: select_into
60 test: select_distinct
61 test: select_distinct_on
62 test: select_implicit
63 test: select_having
64 test: subselect
65 test: union
66 test: case
67 test: join
68 test: aggregates
69 test: transactions
70 ignore: random
71 test: random
72 test: portals
73 test: arrays
74 test: btree_index
75 test: hash_index
76 test: update
77 test: delete
78 test: namespace
79 test: prepared_xacts
80 test: privileges
81 test: misc
82 test: select_views
83 test: portals_p2
84 test: rules
85 test: foreign_key
86 test: cluster
87 test: dependency
88 test: guc
89 test: limit
90 test: plpgsql
91 test: copy2
92 test: temp
93 test: domain
94 test: rangefuncs
95 test: prepare
96 test: without_oid
97 test: conversion
98 test: truncate
99 test: alter_table
100 test: sequence
101 test: polymorphism
102 test: rowtypes
103 test: stats
104 test: tablespace