summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexonlyscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix index-only scan plans, take 2.Tom Lane2022-01-031-5/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-091-10/+14
* pgindent run prior to branching v12.Tom Lane2019-07-011-3/+2
* Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro2019-06-281-5/+2
* Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas2019-06-061-3/+13
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-3/+3
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-191-1/+1
* Make queries' locking of indexes more consistent.Tom Lane2019-04-041-11/+4
* tableam: Add and use scan APIs.Andres Freund2019-03-111-10/+15
* Improve performance of index-only scans with many index columns.Tom Lane2019-03-031-13/+7
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-011-4/+4
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+1
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-5/+5
* Restore sane locking behavior during parallel query.Tom Lane2018-10-061-1/+1
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-7/+0
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-1/+1
* Rephrase a few comments for clarity.Heikki Linnakangas2018-07-191-2/+2
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-101-2/+1
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-20/+14
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-291-2/+1
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-271-0/+45
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-161-2/+3
* Improve comments for parallel executor estimation functions.Robert Haas2017-10-281-1/+2
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-301-15/+14
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+5
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-051-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-10/+5
* Fix parallel index and index-only scans to fall back to serial.Robert Haas2017-03-081-34/+38
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-271-2/+19
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-191-19/+135
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-2/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-011-6/+6
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-231-0/+13
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-2/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1