aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep
Commit message (Expand)AuthorAge
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Undo 8.4-era lobotomization of subquery pullup rules.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Avoid creating PlaceHolderVars immediately within PlaceHolderVars.Tom Lane2011-08-09
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix pull_up_sublinks' failure to handle nested pull-up opportunities.Tom Lane2011-05-02
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* Clean up collation processing in prepunion.c.Tom Lane2011-04-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Fix failure to propagate collation in negate_clause().Tom Lane2011-03-25
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Make reduce_outer_joins() smarter about semijoins.Tom Lane2011-01-30
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-08
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane2010-10-29
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-10
* Support triggers on views.Tom Lane2010-10-10
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-27
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-21
* Fix incorrect patch that removed permission checks on inheritance childTom Lane2010-05-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-23
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.Tom Lane2009-08-13
* Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane2009-07-06