aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add some const decorationsPeter Eisentraut2018-12-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund2018-10-15
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-06
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-25
* 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
* Hide a static inline from FRONTEND code.Tom Lane2018-09-10
* Save/restore SPI's global variables in SPI_connect() and SPI_finish().Tom Lane2018-09-07
* Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund2018-08-23
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-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