index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
trigger.h
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Add a developer GUC "enable_datanode_row_triggers" to allow ROW TRIGGERS to be
Pavan Deolasee
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-09-06
Support for trigger shippability evaluation and statement triggers
Michael Paquier
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2012-06-28
Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'
Michael Paquier
2012-06-20
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-02-09
Fix for deferred constraints
Michael P
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-10
Support triggers on views.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-20
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
[next]