]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/ri_triggers.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / utils / adt / ri_triggers.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-18 Alvaro HerreraRefactor duplicate code into DeconstructFkConstraintRow
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-10 Peter EisentrautApply RI trigger skipping tests also for DELETE
2018-11-10 Peter EisentrautRemove dead foreign key optimization code
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-04-04 Alvaro HerreraRestore erroneously removed ONLY from PK check
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-04-03 Alvaro HerreraPass correct TupDesc to ri_NullCheck() in Assert
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-19 Tom LaneFix some corner-case issues in REFRESH MATERIALIZED...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-18 Tom LaneMerge near-duplicate code in RI triggers.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-05 Peter EisentrautDocument and use SPI_result_code_string()
2017-10-05 Peter EisentrautMove SPI error reporting out of ri_ReportViolation()
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-09-25 Tom LaneSecond try at fixing O(N^2) problem in foreign key...
2015-09-21 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-09-15 Tom LaneRevert "Fix an O(N^2) problem in foreign key references".
2015-09-11 Kevin GrittnerFix an O(N^2) problem in foreign key references.
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-05-13 Heikki LinnakangasFix harmless access to uninitialized memory.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-21 Tom LaneRemove incomplete/incorrect support for zero-column...
2012-06-20 Tom LaneCache the results of ri_FetchConstraintInfo in a backen...
2012-06-20 Tom LaneImprove tests for whether we can skip queueing RI enfor...
2012-06-19 Tom LaneShare RI trigger code between NO ACTION and RESTRICT...
2012-06-19 Tom LaneImprove comments about why SET DEFAULT triggers must...
2012-06-18 Tom LaneAllow ON UPDATE/DELETE SET DEFAULT plans to be cached.
2012-06-18 Tom LaneRemove derived fields from RI_QueryKey, and do a bit...
2012-06-18 Tom LaneUpdate SQL spec references in ri_triggers code to match...
2012-06-18 Tom LaneChange ON UPDATE SET NULL/SET DEFAULT referential actio...
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-05 Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-02-18 Tom LaneRemove unnecessary opening of other relation in RI_FKey...
2008-02-07 Tom LaneAvoid misbehavior in foreign key checks when casting...
2008-01-25 Tom LaneRelease any detoasted copies of arrays that are made...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
next