index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
prep
Commit message (
Expand
)
Author
Age
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
*
Fix Var handling for security barrier views
Stephen Frost
2014-08-26
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Remove obsolete comment.
Tom Lane
2012-08-19
*
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-18
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
*
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-11
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Undo 8.4-era lobotomization of subquery pullup rules.
Tom Lane
2012-01-27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Avoid creating PlaceHolderVars immediately within PlaceHolderVars.
Tom Lane
2011-08-09
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
[next]