index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeIndexscan.c
Commit message (
Expand
)
Author
Age
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-29
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Improve comments for parallel executor estimation functions.
Robert Haas
2017-10-28
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Fix parallel index and index-only scans to fall back to serial.
Robert Haas
2017-03-08
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix rescan of IndexScan node with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-23
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
*
Fix typo in comment.
Heikki Linnakangas
2015-05-18
*
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
[next]