postgresql/src/include/nodes
Simon Riggs 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
FK constraints that are marked NOT VALID may later be VALIDATED, which uses an
ShareUpdateExclusiveLock on constraint table and RowShareLock on referenced
table. Significantly reduces lock strength and duration when adding FKs.
New state visible from psql.

Simon Riggs, with reviews from Marko Tiikkaja and Robert Haas
2011-02-08 12:23:20 +00:00
..
bitmapset.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
execnodes.h Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. 2011-01-12 20:47:02 -05:00
makefuncs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
memnodes.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodeFuncs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodes.h Basic foreign table support. 2011-01-01 23:48:11 -05:00
params.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
parsenodes.h Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 2011-02-08 12:23:20 +00:00
pg_list.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
plannodes.h Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. 2011-01-12 20:47:02 -05:00
primnodes.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
print.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
readfuncs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
relation.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tidbitmap.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
value.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00