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
*
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
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Fix failure to propagate collation in negate_clause().
Tom Lane
2011-03-25
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Make reduce_outer_joins() smarter about semijoins.
Tom Lane
2011-01-30
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-08
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
*
Oops, missed one fix for EquivalenceClass rearrangement.
Tom Lane
2010-10-29
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
*
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
*
Support triggers on views.
Tom Lane
2010-10-10
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-21
*
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-11
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node
Tom Lane
2009-10-28
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
When querying a table with child tables, do not check permissions on the
Peter Eisentraut
2009-10-23
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
*
Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.
Tom Lane
2009-08-13
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
[next]