]> granicus.if.org Git - postgresql/history - src/backend/executor/execMain.c
Add a Gather executor node.
[postgresql] / src / backend / executor / execMain.c
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-13 Tom LaneFix postgres_fdw to return the right ctid value in...
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-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-12 Tom LaneEnsure tableoid reads correctly in EvalPlanQual-manufac...
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-19 Robert HaasTypo fix.
2015-01-15 Tom LaneFix use-of-already-freed-memory problem in EvalPlanQual...
2015-01-09 Stephen FrostFix typo in execMain.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-27 Alvaro HerreraFix FOR UPDATE NOWAIT on updated tuple chains
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-06 Tom LaneDon't reject ROW_MARK_REFERENCE rowmarks for materializ...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-07 Tom LanePrevent display of dropped columns in row constraint...
2013-11-02 Kevin GrittnerFix subquery reference to non-populated MV in CMV.
2013-08-15 Peter EisentrautImprove error message when view is not updatable
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-24 Tom LaneFix SPI documentation for new handling of ExecutorRun...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-08 Tom LaneSupport automatically-updatable views.
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-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-28 Tom LaneFix handling of data-modifying CTE subplans in EvalPlan...
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-04 Tom LaneMake executor's SELECT INTO code save and restore origi...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-11-29 Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29 Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-22 Robert HaasCheck for INSERT privileges in SELECT INTO / CREATE...
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
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-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-09 Robert HaasAdd a hook in ExecCheckRTPerms().
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-01-28 Peter EisentrautType table feature
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-08 Tom LaneFix oversight in EvalPlanQualFetch: after failing to...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-11 Tom LaneEnsure that the result tuple of an EvalPlanQual cycle...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
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-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
next