summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapHeapscan.c
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+2
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-161-15/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-311-4/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-4/+4
* tableam: bitmap table scan.Andres Freund2019-03-311-178/+37
* tableam: Add and use scan APIs.Andres Freund2019-03-111-36/+38
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+0
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-161-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-3/+4
* Restore sane locking behavior during parallel query.Tom Lane2018-10-061-5/+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-4/+3
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-30/+26
* Introduce ExecQualAndReset() helper.Andres Freund2018-01-291-7/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Teach bitmap heap scan to cope with absence of a DSA.Robert Haas2017-11-281-0/+11
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-161-2/+3
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-011-39/+126
* 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-17/+25
* 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 2 of pgindent updates.Tom Lane2017-06-211-6/+6
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-051-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+3
* Fix thinko in BitmapAdjustPrefetchIterator.Robert Haas2017-04-041-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-11/+6
* Silence compiler warnings in BitmapHeapNext().Tom Lane2017-03-081-2/+2
* Support parallel bitmap heap scans.Robert Haas2017-03-081-44/+378
* Refactor bitmap heap scan in preparation for parallel support.Robert Haas2017-03-021-60/+88
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-231-0/+2
* 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
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-2/+2
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-081-8/+27
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Use outerPlanState macro instead of referring to leffttree.Robert Haas2015-05-041-2/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Introduce logical decoding.Robert Haas2014-03-031-2/+1
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-131-0/+7
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-0/+1