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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
2
-6
/
+203
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
2
-57
/
+82
*
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
1
-30
/
+23
*
Minor cleanup of indxpath.c.
Robert Haas
2010-11-20
1
-27
/
+8
*
Improve relation width estimation for subqueries.
Tom Lane
2010-11-19
2
-12
/
+130
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
1
-8
/
+92
*
Fix adjust_semi_join to be more cautious about clauseless joins.
Tom Lane
2010-11-02
1
-5
/
+13
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
1
-1
/
+3
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
3
-56
/
+161
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
3
-27
/
+234
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
1
-17
/
+28
*
Avoid sharing subpath list structure when flattening nested AppendRels.
Tom Lane
2010-09-23
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
11
-11
/
+11
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
1
-11
/
+29
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-19
/
+4
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-8
/
+9
*
Add an 'enable_material' GUC.
Robert Haas
2010-04-19
2
-8
/
+21
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
2
-209
/
+2
*
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-22
1
-2
/
+17
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
7
-109
/
+113
*
Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per
Tom Lane
2010-02-19
1
-14
/
+45
*
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-05
1
-2
/
+10
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
1
-15
/
+48
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
10
-20
/
+20
*
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
1
-2
/
+3
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
1
-4
/
+3
*
Fix brain fade in join-removal patch: a pushed-down clause in the outer join's
Tom Lane
2009-12-25
1
-5
/
+13
*
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-28
2
-82
/
+63
*
Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.
Heikki Linnakangas
2009-11-22
1
-2
/
+1
*
Improve planning of Materialize nodes inserted atop the inner input of a
Tom Lane
2009-11-15
2
-52
/
+96
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
1
-2
/
+2
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
1
-3
/
+4
*
Fix equivclass.c's not-quite-right strategy for handling X=X clauses.
Tom Lane
2009-09-29
1
-8
/
+18
*
Rename new subroutine, per discussion with Robert Haas.
Tom Lane
2009-09-19
1
-8
/
+8
*
Marginal code cleanup in joinpath.c: factor out clause variable-membership
Tom Lane
2009-09-18
1
-50
/
+44
*
Implement "join removal" for cases where the inner side of a left join
Tom Lane
2009-09-17
3
-3
/
+281
*
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-09-12
2
-66
/
+163
*
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
Tom Lane
2009-09-12
2
-5
/
+22
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
1
-2
/
+3
*
Support hex-string input and output for type BYTEA.
Tom Lane
2009-08-04
1
-1
/
+2
*
Fix another thinko in join_is_legal's handling of semijoins: we have to test
Tom Lane
2009-07-23
1
-10
/
+17
*
Fix a thinko in join_is_legal: when we decide we can implement a semijoin
Tom Lane
2009-07-19
1
-3
/
+12
*
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
Tom Lane
2009-07-17
1
-7
/
+16
*
Fix set_rel_width() to do something reasonable with non-Var items in a
Tom Lane
2009-07-11
1
-3
/
+11
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
1
-4
/
+31
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
8
-168
/
+170
*
Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti
Tom Lane
2009-05-09
1
-25
/
+297
*
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-04-19
2
-4
/
+5
*
Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka.
Tom Lane
2009-04-17
1
-2
/
+2
*
Fix planner to restore its previous level of intelligence about pushing
Tom Lane
2009-04-16
2
-28
/
+24
[next]