]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeModifyTable.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / executor / nodeModifyTable.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-13 Tom LaneFix confusion about number of subplans in partitioned...
2017-06-07 Robert HaasPrevent BEFORE triggers from violating partitioning...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-10 Robert HaasFix reporting of violations in ExecConstraints, again.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-24 Robert HaasFix things so that updatable views work with partitione...
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Robert HaasFix RETURNING to work correctly with partition tuple...
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-21 Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-13 Robert HaasClean up code, comments, and formatting for table parti...
2016-12-07 Robert HaasImplement table partitioning.
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock.
2016-10-23 Tom LaneDon't throw serialization errors for self-conflicts...
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-02-05 Robert HaasWhen modifying a foreign table, initialize tableoid...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-10 Andres FreundFix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
2015-09-28 Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-07-27 Heikki LinnakangasRemove false comment about speculative insertion.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-12 Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-10 Tom LaneSupport writable foreign tables.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-28 Tom LaneFix handling of data-modifying CTE subplans in EvalPlan...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-18 Tom LaneReset the per-output-tuple exprcontext each time throug...
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-31 Tom LaneFix memory leak created by deferrable-index-constraints...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...