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
/
pathkeys.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-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
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-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
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-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-03-16
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
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-11-29
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-27
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-09-12
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
Tom Lane
2009-07-17
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
Tom Lane
2009-02-28
Shave a few cycles in compare_pathkeys() by checking for pointer-identical
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-08-25
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-02
Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items
Tom Lane
2008-01-09
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-08
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
[next]