index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
pathkeys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-17
/
+17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
1
-0
/
+51
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
1
-4
/
+28
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
1
-127
/
+32
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+1
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
1
-2
/
+2
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
1
-1
/
+16
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
1
-5
/
+12
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
1
-58
/
+10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-7
/
+7
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
1
-2
/
+1
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
1
-90
/
+6
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-92
/
+48
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-9
/
+23
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
1
-56
/
+81
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
1
-8
/
+92
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
1
-48
/
+122
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-19
/
+4
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-8
/
+8
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
Tom Lane
2009-09-12
1
-1
/
+10
*
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
Tom Lane
2009-07-17
1
-7
/
+16
*
Shave a few cycles in compare_pathkeys() by checking for pointer-identical
Tom Lane
2009-02-28
1
-4
/
+12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-25
1
-2
/
+2
*
Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items
Tom Lane
2008-08-02
1
-6
/
+7
*
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
1
-10
/
+3
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
1
-9
/
+9
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-75
/
+75
*
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
2007-11-08
1
-89
/
+158
*
Last week's patch for make_sort_from_pathkeys wasn't good enough: it has
Tom Lane
2007-11-08
1
-6
/
+7
*
Ensure that EquivalenceClasses generated from ORDER BY keys contain proper
Tom Lane
2007-11-02
1
-22
/
+25
*
Avoid considering both sort directions as equally useful for merging.
Tom Lane
2007-10-27
1
-1
/
+45
*
Change build_index_pathkeys() so that the expressions it builds to represent
Tom Lane
2007-05-31
1
-1
/
+23
*
Avoid running build_index_pathkeys() in situations where there cannot
Tom Lane
2007-04-15
1
-2
/
+29
*
Refactor some lsyscache routines to eliminate duplicate code and save
Tom Lane
2007-01-21
1
-33
/
+16
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
1
-876
/
+647
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-22
/
+36
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-4
/
+4
*
Teach convert_subquery_pathkeys() to handle the case where the
Tom Lane
2006-08-17
1
-27
/
+61
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-2
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Fix code that checks to see if an index can be considered to match the query's
Tom Lane
2006-01-29
1
-7
/
+14
[next]