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
/
plan
/
subselect.c
Commit message (
Expand
)
Author
Age
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
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
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
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
*
Revise FDW planning API, again.
Tom Lane
2012-03-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
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
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-27
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Add an 'enable_material' GUC.
Robert Haas
2010-04-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an
Tom Lane
2010-01-18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
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
*
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-09-12
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
Fix handling of changed-Param signaling for CteScan plan nodes. We were using
Tom Lane
2009-07-06
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix the handling of sub-SELECTs appearing in the arguments of an outer-level
Tom Lane
2009-04-25
*
Change EXPLAIN output so that subplans and initplans (particularly CTEs)
Tom Lane
2009-04-05
*
Make SubPlan nodes carry the result's typmod as well as datatype OID. This is
Tom Lane
2009-03-10
[next]