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
/
prepunion.c
Commit message (
Expand
)
Author
Age
*
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-21
*
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-17
*
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-12
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
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
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
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
*
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
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
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
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
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 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
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
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
*
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
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-11
[next]