aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Allow to reset execGrouping.c style tuple hashtables.Andres Freund2019-02-09
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Move PartitionDispatchData struct definition to execPartition.cAlvaro Herrera2018-09-14
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-21
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* C comment: add description of root_tuple_slotBruce Momjian2018-04-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-10
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* MERGE post-commit reviewSimon Riggs2018-04-05
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund2018-03-20
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Update PartitionTupleRouting struct commentAlvaro Herrera2018-02-26
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-20
* 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
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-29
* Avoid referencing off the end of subplan_partition_offsets.Robert Haas2018-01-24
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09