postgresql/src/backend/access
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs
For simple views which are automatically updatable, this patch allows
the user to specify what level of checking should be done on records
being inserted or updated.  For 'LOCAL CHECK', new tuples are validated
against the conditionals of the view they are being inserted into, while
for 'CASCADED CHECK' the new tuples are validated against the
conditionals for all views involved (from the top down).

This option is part of the SQL specification.

Dean Rasheed, reviewed by Pavel Stehule
2013-07-18 17:10:16 -04:00
..
common WITH CHECK OPTION support for auto-updatable VIEWs 2013-07-18 17:10:16 -04:00
gin Inline ginCompareItemPointers function for speed. 2013-06-29 12:55:34 +03:00
gist Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
hash Add buffer_std flag to MarkBufferDirtyHint(). 2013-06-17 08:02:12 -07:00
heap Update messages, comments and documentation for materialized views. 2013-07-05 15:37:51 -04:00
index Fix systable_recheck_tuple() for MVCC scan snapshots. 2013-07-16 20:16:32 -04:00
nbtree Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
rmgrdesc Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
spgist Avoid deadlocks during insertion into SP-GiST indexes. 2013-06-14 14:26:43 -04:00
transam Fix variable names mentioned in comment to match the code. 2013-07-17 23:32:32 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00