aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/pathkeys.c
Commit message (Expand)AuthorAge
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Update copyright for 2016Bruce Momjian2016-01-02
* postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas2015-12-22
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-26
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-03-22
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Simplify and speed up mapping of index opfamilies to pathkeys.Tom Lane2010-11-29
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix assertion failure when a SELECT DISTINCT ON expression is volatile.Tom Lane2009-09-12
* Repair bug #4926 "too few pathkeys for mergeclauses". This example showsTom Lane2009-07-17
* Shave a few cycles in compare_pathkeys() by checking for pointer-identicalTom Lane2009-02-28
* Update copyright for 2009.Bruce Momjian2009-01-01
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-08
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-08
* Ensure that EquivalenceClasses generated from ORDER BY keys contain properTom Lane2007-11-02
* Avoid considering both sort directions as equally useful for merging.Tom Lane2007-10-27
* Change build_index_pathkeys() so that the expressions it builds to representTom Lane2007-05-31
* Avoid running build_index_pathkeys() in situations where there cannotTom Lane2007-04-15
* Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane2007-01-21