index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeIndexscan.c
Age
Commit message (
Expand
)
Author
2017-07-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-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-08
Fix parallel index and index-only scans to fall back to serial.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-05
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-25
Fix rescan of IndexScan node with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-23
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-18
Fix typo in comment.
Heikki Linnakangas
2015-05-18
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-15
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-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-09
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-03
Create core infrastructure for KNNGIST.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-12
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2010-01-01
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
[next]