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
/
include
/
optimizer
/
clauses.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-1
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
1
-1
/
+2
*
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
1
-20
/
+0
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
1
-3
/
+2
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-6
/
+7
*
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
1
-1
/
+2
*
Support parallel aggregation.
Robert Haas
2016-03-21
1
-0
/
+18
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
1
-1
/
+1
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
1
-0
/
+1
*
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-27
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-20
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
1
-2
/
+0
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
1
-2
/
+0
*
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-07-21
1
-0
/
+1
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
1
-0
/
+2
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
1
-2
/
+2
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
1
-1
/
+0
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-1
/
+1
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
1
-8
/
+2
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-1
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-12-15
1
-2
/
+2
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-3
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
1
-1
/
+12
*
Improve the recently-added code for inlining set-returning functions so that
Tom Lane
2008-10-09
1
-2
/
+3
*
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-25
1
-27
/
+1
*
Arrange to convert EXISTS subqueries that are equivalent to hashable IN
Tom Lane
2008-08-22
1
-2
/
+1
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
1
-1
/
+4
*
Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items
Tom Lane
2008-08-02
1
-4
/
+1
*
Fix an oversight I made in a cleanup patch over a year ago:
Tom Lane
2008-04-01
1
-2
/
+2
*
Arrange to "inline" SQL functions that appear in a query's FROM clause,
Tom Lane
2008-03-18
1
-1
/
+3
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Get rid of some old and crufty global variables in the planner. When
Tom Lane
2007-02-19
1
-2
/
+2
*
Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc
Tom Lane
2007-01-22
1
-1
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-2
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
1
-2
/
+4
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
1
-1
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-8
/
+8
[next]