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
/
optimizer
/
path
/
indxpath.c
Age
Commit message (
Expand
)
Author
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-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-02-21
Suppress unused-variable warning.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-15
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-12
Fix old bug in get_loop_count().
Tom Lane
2015-03-12
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-10-26
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-30
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-21
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-16
Improve check_partial_indexes() to consider join clauses in proof attempts.
Tom Lane
2012-11-01
Limit the number of rel sets considered in consider_index_join_outer_rels.
Tom Lane
2012-09-18
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-16
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-08-30
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-16
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-26
Fix oversight in recent parameterized-path patch.
Tom Lane
[next]