index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
equivclass.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Fix an oversight in the code that makes transitive-equality deductions from
Tom Lane
2008-12-01
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
*
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-25
*
Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items
Tom Lane
2008-08-02
*
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Tom Lane
2008-03-31
*
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Avoid uselessly building a duplicate of the original clause in trivial cases
Tom Lane
2007-11-23
*
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-15
*
Fix EquivalenceClass code to handle volatile sort expressions in a more
Tom Lane
2007-11-08
*
Fix a couple of planner bugs introduced by the new ability to discard
Tom Lane
2007-07-07
*
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-22
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20