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
/
prep
/
prepjointree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
1
-0
/
+1
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
1
-3
/
+3
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-21
/
+21
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
1
-0
/
+12
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
1
-6
/
+3
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
1
-16
/
+130
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
1
-10
/
+34
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
1
-9
/
+10
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-13
/
+13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
1
-0
/
+1
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
1
-2
/
+6
*
Remove obsolete comment.
Tom Lane
2012-08-19
1
-3
/
+0
*
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-18
1
-1
/
+65
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
1
-57
/
+160
*
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-11
1
-7
/
+32
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
1
-0
/
+7
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-8
/
+14
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
1
-3
/
+16
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
1
-4
/
+2
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
1
-23
/
+13
*
Undo 8.4-era lobotomization of subquery pullup rules.
Tom Lane
2012-01-27
1
-69
/
+149
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
1
-0
/
+2
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
1
-13
/
+23
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Avoid creating PlaceHolderVars immediately within PlaceHolderVars.
Tom Lane
2011-08-09
1
-4
/
+16
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
1
-10
/
+16
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
1
-3
/
+38
*
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-16
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-11
/
+11
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-0
/
+1
*
Make reduce_outer_joins() smarter about semijoins.
Tom Lane
2011-01-30
1
-3
/
+8
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-08
1
-11
/
+110
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
1
-0
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
1
-6
/
+2
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-2
/
+2
*
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-21
1
-1
/
+5
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-28
/
+27
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node
Tom Lane
2009-10-28
1
-1
/
+8
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
1
-1
/
+2
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
1
-144
/
+249
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-86
/
+88
*
Improve pull_up_subqueries logic so that it doesn't insert unnecessary
Tom Lane
2009-04-28
1
-67
/
+143
*
Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within
Tom Lane
2009-02-27
1
-1
/
+14
*
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-25
1
-107
/
+119
[next]