aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund2018-03-20
* Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera2018-03-19
* Expand comment a little bitAlvaro Herrera2018-03-19
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Fix query-lifespan memory leakage in repeatedly executed hash joins.Tom Lane2018-03-16
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Fix comment for ExecProcessReturningStephen Frost2018-03-14
* Fix parent node of WCO expressions in partitioned tables.Andres Freund2018-03-05
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-28
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane2018-02-23
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Remove extra word from comment.Robert Haas2018-02-22
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Remove redundant initialization of a local variable.Tom Lane2018-02-18
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-16
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-15
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-15
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-08
* Fix possible infinite loop with Parallel Append.Robert Haas2018-02-08
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix incorrect grammar.Robert Haas2018-02-06
* Skip setting up shared instrumentation for Hash node if not needed.Tom Lane2018-02-04
* Fix another instance of unsafe coding for shm_toc_lookup failure.Tom Lane2018-02-02
* Support parallel btree index builds.Robert Haas2018-02-02
* Add new function WaitForParallelWorkersToAttach.Robert Haas2018-02-02
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-29
* Initialize unused ExprEvalStep fields.Andres Freund2018-01-29
* Improve bit perturbation in TupleHashTableHash.Andres Freund2018-01-29
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-27
* Add missing "static" markers.Tom Lane2018-01-25
* Avoid referencing off the end of subplan_partition_offsets.Robert Haas2018-01-24
* Improve implementation of pg_attribute_always_inline.Tom Lane2018-01-23
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Remove useless lookup of root partitioned rel in ExecInitModifyTable().Tom Lane2018-01-17
* Revert "Move portal pinning from PL/pgSQL to SPI"Peter Eisentraut2018-01-10
* Move portal pinning from PL/pgSQL to SPIPeter Eisentraut2018-01-10
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Remove PortalGetQueryDesc()Peter Eisentraut2018-01-09
* Update portal-related memory context names and APIPeter Eisentraut2018-01-09
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* Simplify and encapsulate tuple routing support code.Robert Haas2018-01-04
* Code review for Parallel Append.Robert Haas2018-01-04
* Fix some minor errors in new PHJ code.Tom Lane2018-01-03