Commits

DateSubjectAuthorReleases
2019-04-04 Make queries' locking of indexes more consistent. Tom Lane 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-03 Improve performance of index-only scans with many index columns. Tom Lane 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-07-19 Rephrase a few comments for clarity. Heikki Linnakangas 10.5
2018-07-19 Rephrase a few comments for clarity. Heikki Linnakangas 11.0
2018-07-19 Rephrase a few comments for clarity. Heikki Linnakangas 12.0
2018-04-10 Fix IndexOnlyScan counter for heap fetches in parallel mode Alvaro Herrera 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2018-01-27 Avoid crash during EvalPlanQual recheck of an inner indexscan. Tom Lane 10.2
2018-01-27 Avoid crash during EvalPlanQual recheck of an inner indexscan. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-17 Provide DSM segment to ExecXXXInitializeWorker functions. Andres Freund 11.0
2017-10-28 Improve comments for parallel executor estimation functions. Robert Haas 11.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.0