postgresql/src/include/utils
Tom Lane a99c42f291 Support automatically-updatable views.
This patch makes "simple" views automatically updatable, without the need
to create either INSTEAD OF triggers or INSTEAD rules.  "Simple" views
are those classified as updatable according to SQL-92 rules.  The rewriter
transforms INSERT/UPDATE/DELETE commands on such views directly into an
equivalent command on the underlying table, which will generally have
noticeably better performance than is possible with either triggers or
user-written rules.  A view that has INSTEAD OF triggers or INSTEAD rules
continues to operate the same as before.

For the moment, security_barrier views are not considered simple.
Also, we do not support WITH CHECK OPTION.  These features may be
added in future.

Dean Rasheed, reviewed by Amit Kapila
2012-12-08 18:26:21 -05:00
..
.gitignore
acl.h
array.h
ascii.h
attoptcache.h
builtins.h Support automatically-updatable views. 2012-12-08 18:26:21 -05:00
bytea.h
cash.h
catcache.h Remove unnecessary "head" arguments from some dlist/slist functions. 2012-10-18 19:04:20 -04:00
combocid.h
date.h
datetime.h Mark DateTimeParseError() noreturn 2012-08-21 23:32:58 -04:00
datum.h
dynahash.h
dynamic_loader.h
elog.h Use correct text domain for translating errcontext() messages. 2012-11-12 17:07:29 +02:00
evtcache.h Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
fmgrtab.h
formatting.h
geo_decls.h
guc_tables.h
guc.h Add support for include_dir in config file. 2012-09-24 18:07:53 +03:00
help_config.h
hsearch.h
inet.h
int8.h
inval.h Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
json.h
logtape.h
lsyscache.h Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
memutils.h
nabstime.h
numeric.h
palloc.h Rename USE_INLINE to PG_USE_INLINE 2012-10-09 11:17:33 -03:00
pg_crc_tables.h
pg_crc.h
pg_locale.h
pg_lzcompress.h
pg_rusage.h
plancache.h
portal.h COPY FREEZE and mark committed on fresh tables. 2012-12-01 12:54:20 +00:00
ps_status.h
rangetypes.h Collect and use histograms of lower and upper bounds for range types. 2012-08-27 15:58:46 +03:00
rbtree.h
rel.h
relcache.h
relmapper.h
reltrigger.h
resowner_private.h Split resowner.h 2012-08-28 18:02:07 -04:00
resowner.h Split resowner.h 2012-08-28 18:02:07 -04:00
selfuncs.h
snapmgr.h COPY FREEZE and mark committed on fresh tables. 2012-12-01 12:54:20 +00:00
snapshot.h
sortsupport.h Rename USE_INLINE to PG_USE_INLINE 2012-10-09 11:17:33 -03:00
spccache.h
syscache.h remove catcache.h from syscache.h 2012-08-28 18:36:39 -04:00
timeout.h
timestamp.h Make the streaming replication protocol messages architecture-independent. 2012-11-07 19:09:13 +02:00
tqual.h
tuplesort.h
tuplestore.h
typcache.h
tzparser.h
uuid.h
varbit.h
xml.h