postgresql/src/test/regress
Robert Haas dd1a3bccca Show xid and xmin in pg_stat_activity and pg_stat_replication.
Christian Kruse, reviewed by Andres Freund and myself, with further
minor adjustments by me.
2014-02-25 12:34:04 -05:00
..
data Fix GIN to support null keys, empty and null items, and full index scans. 2011-01-07 19:16:24 -05:00
expected Show xid and xmin in pg_stat_activity and pg_stat_replication. 2014-02-25 12:34:04 -05:00
input Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
output Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
sql Remove a couple of comments from the pg_lsn regression test. 2014-02-24 09:32:21 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
GNUmakefile Add new make targets check-tests and installcheck-tests. 2014-01-28 18:10:00 -05:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Add a pg_lsn data type, to represent an LSN. 2014-02-19 08:35:23 -05:00
pg_regress_main.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_regress.c Prevent potential overruns of fixed-size buffers. 2014-02-17 11:20:21 -05:00
pg_regress.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Add more use of psprintf() 2014-01-06 21:30:26 -05:00
regressplans.sh Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Add a pg_lsn data type, to represent an LSN. 2014-02-19 08:35:23 -05:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".