postgresql/src/backend/utils
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints
The initially implemented syntax, "CHECK NO INHERIT (expr)" was not
deemed very good, so switch to "CHECK (expr) NO INHERIT" instead.  This
way it looks similar to SQL-standards compliant constraint attribute.

Backport to 9.2 where the new syntax and feature was introduced.

Per discussion.
2012-07-24 16:01:32 -04:00
..
adt Change syntax of new CHECK NO INHERIT constraints 2012-07-24 16:01:32 -04:00
cache Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
error Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
fmgr Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
hash Move CRC tables to libpgport, and provide them in a separate include file. 2012-02-28 19:53:39 -05:00
init Introduce timeout handling framework 2012-07-16 22:55:33 -04:00
mb Fix ASCII case in pg_wchar2mule_with_len. 2012-07-10 15:59:39 -04:00
misc Introduce timeout handling framework 2012-07-16 22:55:33 -04:00
mmgr Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
resowner Add a small cache of locks owned by a resource owner in ResourceOwner. 2012-06-21 15:30:26 +03:00
sort Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
time Assorted message style improvements 2012-07-02 21:12:46 +03:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Gen_dummy_probes.sed Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Gen_fmgrtab.pl Run updated copyright.pl on HEAD and 9.2 trees, updating the psql 2012-07-06 12:28:18 -04:00
generate-errcodes.pl Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Make group commit more effective. 2012-01-30 16:53:48 +02:00