~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/test/regress/serial_schedule

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.26 2004-06-18 06:14:25 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: inherit
 
53
test: vacuum
 
54
test: create_view
 
55
test: sanity_check
 
56
test: errors
 
57
test: select
 
58
test: select_into
 
59
test: select_distinct
 
60
test: select_distinct_on
 
61
test: select_implicit
 
62
test: select_having
 
63
test: subselect
 
64
test: union
 
65
test: case
 
66
test: join
 
67
test: aggregates
 
68
test: transactions
 
69
ignore: random
 
70
test: random
 
71
test: portals
 
72
test: arrays
 
73
test: btree_index
 
74
test: hash_index
 
75
test: update
 
76
test: namespace
 
77
test: privileges
 
78
test: misc
 
79
test: select_views
 
80
test: portals_p2
 
81
test: rules
 
82
test: foreign_key
 
83
test: cluster
 
84
test: limit
 
85
test: plpgsql
 
86
test: copy2
 
87
test: temp
 
88
test: domain
 
89
test: rangefuncs
 
90
test: prepare
 
91
test: without_oid
 
92
test: conversion
 
93
test: truncate
 
94
test: alter_table
 
95
test: sequence
 
96
test: polymorphism
 
97
test: rowtypes
 
98
test: stats
 
99
test: tablespace