]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeModifyTable.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / executor / nodeModifyTable.c
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-12 Amit KapilaAllow using the updated tuple while moving it to a...
2018-06-11 Alvaro HerreraDon't needlessly check the partition contraint twice
2018-06-07 Heikki LinnakangasFix obsolete comment.
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-05-01 Robert HaasFix interaction of foreign tuple routing with remote...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-10 Alvaro HerreraFix IndexOnlyScan counter for heap fetches in parallel...
2018-04-07 Andres FreundRaise error when affecting tuple moved into different...
2018-04-06 Robert HaasAllow insert and update tuple routing and COPY for...
2018-04-05 Simon RiggsMERGE post-commit review
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-26 Alvaro HerreraHandle INSERT .. ON CONFLICT with partitioned tables
2018-03-19 Alvaro HerreraRemove unnecessary members from ModifyTableState and...
2018-03-19 Alvaro HerreraExpand comment a little bit
2018-03-19 Alvaro HerreraFix state reversal after partition tuple routing
2018-03-14 Stephen FrostFix comment for ExecProcessReturning
2018-02-22 Robert HaasBe lazier about partition tuple routing.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-25 Tom LaneAdd missing "static" markers.
2018-01-24 Robert HaasAvoid referencing off the end of subplan_partition_offsets.
2018-01-19 Robert HaasAllow UPDATE to move rows between partitions.
2018-01-17 Tom LaneRemove useless lookup of root partitioned rel in ExecIn...
2018-01-05 Robert HaasFactor error generation out of ExecPartitionCheck.
2018-01-04 Robert HaasSimplify and encapsulate tuple routing support code.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-29 Andres FreundRely on executor utils to build targetlist for DML...
2017-12-01 Robert HaasRe-allow INSERT .. ON CONFLICT DO NOTHING on partitione...
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-15 Robert HaasCentralize executor-related partitioning code.
2017-10-12 Robert HaasUse ResultRelInfo ** rather than ResultRelInfo * for...
2017-09-16 Tom LaneFix SQL-spec incompatibilities in new transition table...
2017-09-10 Tom LaneQuick-hack fix for foreign key cascade vs triggers...
2017-09-07 Robert HaasEven if some partitions are foreign, allow tuple routing.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-03 Robert HaasImprove ExecModifyTable comments.
2017-08-03 Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-07-18 Robert HaasUse a real RT index when setting up partition tuple...
2017-06-28 Andrew GierthFix transition tables for wCTEs.
2017-06-28 Andrew GierthFix transition tables for partition/inheritance.
2017-06-21 Tom LanePhase 3 of pgindent updates.
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
next