postgresql/src/test
Simon Riggs 0ef0396ae1 Reduce lock levels of some trigger DDL and add FKs
Reduce lock levels to ShareRowExclusive for the following SQL
 CREATE TRIGGER (but not DROP or ALTER)
 ALTER TABLE ENABLE TRIGGER
 ALTER TABLE DISABLE TRIGGER
 ALTER TABLE … ADD CONSTRAINT FOREIGN KEY

Original work by Simon Riggs, extracted and refreshed by Andreas Karlsson
New test cases added by Andreas Karlsson
Reviewed by Noah Misch, Andres Freund, Michael Paquier and Simon Riggs
2015-04-05 11:37:08 -04:00
..
examples Update copyright for 2015 2015-01-06 11:43:47 -05:00
isolation Reduce lock levels of some trigger DDL and add FKs 2015-04-05 11:37:08 -04:00
locale Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
mb Lots of doc corrections. 2012-04-23 22:43:09 -04:00
modules Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
perl Fix previous commit for TAP test suites in VPATH builds. 2014-12-18 01:24:57 -05:00
regress Reduce lock levels of some trigger DDL and add FKs 2015-04-05 11:37:08 -04:00
ssl In the SSL test suite, use a root CA cert that won't expire (so quickly) 2015-02-16 22:11:43 +02:00
thread Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Add a regression test suite for SSL support. 2014-12-09 17:37:20 +02:00