index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add some const decorations
Peter Eisentraut
2018-12-22
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
*
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Add dummy field to currently empty struct TupleTableSlotOps.
Andres Freund
2018-11-15
*
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-15
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
*
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
*
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-15
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Remove more redundant relation locking during executor startup.
Tom Lane
2018-10-06
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
*
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-10
*
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
*
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-23
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
*
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-05-03
*
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
MERGE post-commit review
Simon Riggs
2018-04-05
[next]