postgresql/src/test/regress
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow
The new column distinguishes normal functions, procedures, aggregates,
and window functions.  This replaces the existing columns proisagg and
proiswindow, and replaces the convention that procedures are indicated
by prorettype == 0.  Also change prorettype to be VOIDOID for procedures.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
2018-03-02 13:48:33 -05:00
..
data
expected Add prokind column, replacing proisagg and proiswindow 2018-03-02 13:48:33 -05:00
input Revert renaming of int44in/int44out. 2018-02-27 15:15:35 -05:00
output Revert renaming of int44in/int44out. 2018-02-27 15:15:35 -05:00
sql Add prokind column, replacing proisagg and proiswindow 2018-03-02 13:48:33 -05:00
.gitignore
GNUmakefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Fix non-GNU makefiles for AIX make. 2017-11-30 00:57:22 -08:00
parallel_schedule Local partitioned indexes 2018-01-19 11:49:22 -03:00
pg_regress_main.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_regress.c pg_regress: Increase space available for test names. 2018-03-01 02:48:33 -08:00
pg_regress.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
README
regress.c Revert renaming of int44in/int44out. 2018-02-27 15:15:35 -05:00
regressplans.sh
resultmap
serial_schedule Local partitioned indexes 2018-01-19 11:49:22 -03:00
standby_schedule

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