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
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
8
-170
/
+172
*
Fix oversight in recent parameterized-path patch.
Tom Lane
2012-04-26
1
-5
/
+8
*
Adjust join_search_one_level's handling of clauseless joins.
Tom Lane
2012-04-20
1
-19
/
+27
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
8
-349
/
+535
*
Remove the "last ditch" code path in join_search_one_level().
Tom Lane
2012-04-13
1
-59
/
+17
*
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-04-13
2
-86
/
+24
*
Fix cost estimation for indexscan filter conditions.
Tom Lane
2012-04-11
1
-19
/
+21
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
1
-1
/
+1
*
Improve commentary in match_pathkeys_to_index().
Tom Lane
2012-03-16
1
-0
/
+7
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
3
-14
/
+65
*
Revise FDW planning API, again.
Tom Lane
2012-03-09
2
-6
/
+9
*
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-03-05
1
-4
/
+8
*
Allow child-relation entries to be made in ec_has_const EquivalenceClasses.
Tom Lane
2012-03-02
1
-6
/
+3
*
Fix thinko in new match_join_clauses_to_index() logic.
Tom Lane
2012-02-28
1
-4
/
+4
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
2
-4
/
+8
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
1
-9
/
+2
*
Allow spgist's text_ops to handle pattern-matching operators.
Robert Haas
2012-02-02
1
-1
/
+3
*
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
1
-0
/
+9
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
8
-1758
/
+2786
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
10
-10
/
+10
*
Revert "Remove troublesome Asserts in cost_mergejoin()."
Tom Lane
2011-12-30
1
-0
/
+3
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
2
-255
/
+194
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
2
-67
/
+171
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
1
-0
/
+14
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
1
-2
/
+2
*
Remove troublesome Asserts in cost_mergejoin().
Tom Lane
2011-12-05
1
-3
/
+0
*
Improve planner's ability to recognize cases where an IN's RHS is unique.
Tom Lane
2011-10-26
1
-12
/
+102
*
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-23
1
-3
/
+4
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
2
-22
/
+38
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
1
-10
/
+8
*
Consider index-only scans even when there is no matching qual or ORDER BY.
Tom Lane
2011-10-11
1
-13
/
+12
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
2
-70
/
+21
*
Fix brain fade in cost estimation for index-only scans.
Tom Lane
2011-10-08
1
-4
/
+9
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
2
-0
/
+110
*
Fix index matching for operators with mixed collatable/noncollatable inputs.
Tom Lane
2011-09-29
1
-7
/
+18
*
Recognize self-contradictory restriction clauses for non-table relations.
Tom Lane
2011-09-24
1
-19
/
+39
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
2
-5
/
+4
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
2
-2
/
+0
*
Fix overoptimistic assumptions in column width estimation for subqueries.
Tom Lane
2011-08-23
2
-22
/
+44
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
2
-2
/
+2
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
2
-2
/
+6
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
2
-2
/
+2
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
1
-33
/
+85
*
Guard against incoming rowcount estimate of NaN in cost_mergejoin().
Tom Lane
2011-04-15
1
-3
/
+3
*
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2011-04-13
1
-1
/
+25
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-2
/
+1
*
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
1
-15
/
+19
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
7
-77
/
+77
*
Clean up minor collation issues in indxpath.c.
Tom Lane
2011-04-08
1
-42
/
+61
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
1
-2
/
+1
[next]