postgresql/src/test/regress
Bruce Momjian a6542a4b68 Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Change SET LOCAL/CONSTRAINTS/TRANSACTION behavior outside of a
transaction block from error (post-9.3) to warning.  (Was nothing in <=
9.3.)  Also change ABORT outside of a transaction block from notice to
warning.
2013-11-25 19:19:40 -05:00
..
data
expected Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior 2013-11-25 19:19:40 -05:00
input Add large object functions catering to SQL callers. 2013-10-27 22:56:54 -04:00
output Add large object functions catering to SQL callers. 2013-10-27 22:56:54 -04:00
sql Flatten join alias Vars before pulling up targetlist items from a subquery. 2013-11-22 14:37:21 -05:00
.gitignore
GNUmakefile Fix regression test make dependencies 2013-07-01 21:10:36 -04:00
Makefile
parallel_schedule Add the notion of REPLICA IDENTITY for a table. 2013-11-08 12:30:43 -05:00
pg_regress_main.c Fix pg_isolation_regress to work outside its build directory. 2013-11-08 14:40:41 -05:00
pg_regress.c Free ignorelist after each regression test schedule. 2013-11-13 09:01:06 -06:00
pg_regress.h Fix pg_isolation_regress to work outside its build directory. 2013-11-08 14:40:41 -05:00
regress.c Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
regressplans.sh
resultmap
serial_schedule Add the notion of REPLICA IDENTITY for a table. 2013-11-08 12:30:43 -05:00
standby_schedule