index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
pathkeys.c
Age
Commit message (
Expand
)
Author
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
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
2007-11-08
Last week's patch for make_sort_from_pathkeys wasn't good enough: it has
Tom Lane
2007-11-02
Ensure that EquivalenceClasses generated from ORDER BY keys contain proper
Tom Lane
2007-10-27
Avoid considering both sort directions as equally useful for merging.
Tom Lane
2007-05-31
Change build_index_pathkeys() so that the expressions it builds to represent
Tom Lane
2007-04-15
Avoid running build_index_pathkeys() in situations where there cannot
Tom Lane
2007-01-21
Refactor some lsyscache routines to eliminate duplicate code and save
Tom Lane
2007-01-20
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-09
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-17
Teach convert_subquery_pathkeys() to handle the case where the
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-01-29
Fix code that checks to see if an index can be considered to match the query's
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-27
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-07-28
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-07-03
Improve outer-join-deduction logic to be able to propagate equalities
Tom Lane
2005-07-02
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-06-09
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-05
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-04-06
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-03-27
Add a back-link from IndexOptInfo structs to their parent RelOptInfo
Tom Lane
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-05
Make the world very nearly safe for composite-type columns in tables.
Tom Lane
2004-06-01
Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to
Tom Lane
2004-05-30
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-04-07
build_subquery_pathkeys() was examining wrong copy of subquery target list,
Tom Lane
2003-12-03
Planner failed to be smart about binary-compatible expressions in pathkeys
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-04
Update copyrights to 2003.
Bruce Momjian
[next]