summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_trigger.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-041-1/+12
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Force some system catalog table columns to be marked NOT NULL.Andres Freund2015-02-211-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+5
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-271-1/+4
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support triggers on views.Tom Lane2010-10-101-2/+29
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-031-2/+2
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-21/+18
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-3/+5
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-3/+3
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-281-12/+14
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+4
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-7/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-2/+3
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-15/+28
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-1/+1
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-11/+11
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+4
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-1/+1
* Update copyright to 2004.Bruce Momjian2004-08-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-1/+1
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-0/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-1/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-1/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+4
* Add:Bruce Momjian2000-01-261-1/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-1/+1
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-4/+17