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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce memory consumption inside inheritance_planner().
Tom Lane
2010-12-05
1
-15
/
+53
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
7
-14
/
+298
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
1
-0
/
+5
*
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-29
3
-98
/
+154
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
2
-3
/
+6
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-19
/
+19
*
Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.
Tom Lane
2010-11-20
2
-35
/
+28
*
Minor cleanup of indxpath.c.
Robert Haas
2010-11-20
1
-27
/
+8
*
Improve relation width estimation for subqueries.
Tom Lane
2010-11-19
4
-19
/
+147
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
4
-4
/
+59
*
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
1
-1
/
+5
*
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-08
2
-12
/
+120
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
8
-458
/
+516
*
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
7
-22
/
+47
*
Oops, missed one fix for EquivalenceClass rearrangement.
Tom Lane
2010-10-29
1
-3
/
+3
*
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
5
-60
/
+215
*
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-25
1
-1
/
+22
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
1
-5
/
+3
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
8
-47
/
+529
*
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
2
-181
/
+236
*
Support triggers on views.
Tom Lane
2010-10-10
1
-42
/
+8
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
7
-46
/
+219
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
4
-34
/
+266
*
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-25
1
-5
/
+13
*
Avoid sharing subpath list structure when flattening nested AppendRels.
Tom Lane
2010-09-23
1
-1
/
+1
*
Some more cleanup of CVS keyword noise.
Tom Lane
2010-09-21
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
55
-55
/
+55
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
3
-30
/
+129
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
5
-48
/
+13
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
2
-6
/
+3
*
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-08-14
1
-1
/
+13
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
3
-280
/
+318
*
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-08
1
-2
/
+29
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
7
-34
/
+35
*
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-21
1
-1
/
+5
*
Fix oversight in construction of sort/unique plans for UniquePaths.
Tom Lane
2010-05-25
1
-2
/
+16
*
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-23
1
-1
/
+19
*
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-11
1
-11
/
+8
*
When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized
Tom Lane
2010-05-10
1
-19
/
+166
*
Add an 'enable_material' GUC.
Robert Haas
2010-04-19
3
-11
/
+26
*
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
2
-3
/
+8
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
9
-277
/
+484
*
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-22
1
-2
/
+17
*
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
1
-51
/
+54
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
22
-279
/
+283
*
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
1
-12
/
+38
*
Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per
Tom Lane
2010-02-19
2
-18
/
+49
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
5
-37
/
+21
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
4
-8
/
+49
[next]