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
Commit message (
Expand
)
Author
Age
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-28
*
Factor some code out of create_grouping_paths.
Robert Haas
2018-01-26
*
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-25
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Reorder C includes
Bruce Momjian
2018-01-17
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
*
C comment: fix "the the" mentions in C comments
Bruce Momjian
2018-01-11
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Add missing "return" statement to accumulate_append_subpath.
Robert Haas
2018-01-10
*
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
*
Fix comment.
Robert Haas
2018-01-09
*
Code review for Parallel Append.
Robert Haas
2018-01-04
*
Teach eval_const_expressions() to handle some more cases.
Tom Lane
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Re-fix wrong costing of Sort under Gather Merge.
Robert Haas
2017-12-19
*
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Robert Haas
2017-12-12
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Try to exclude partitioned tables in toto.
Robert Haas
2017-12-01
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Make create_unique_path manage memory like mark_dummy_rel.
Robert Haas
2017-11-30
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Clarify old comment about qual_is_pushdown_safe's handling of subplans.
Tom Lane
2017-11-28
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Improve planner's handling of set-returning functions in grouping columns.
Tom Lane
2017-11-25
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Push target list evaluation through Gather Merge.
Robert Haas
2017-11-13
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-10
*
Fix incorrect comment.
Robert Haas
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
*
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
*
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-31
*
Fix grammar.
Robert Haas
2017-10-28
*
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-10-26
*
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-24
*
Fix typos
Magnus Hagander
2017-10-19
*
Fix possible crash with Parallel Bitmap Heap Scan.
Robert Haas
2017-10-13
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
[next]