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
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Remove extra word from src/backend/optimizer/README
Etsuro Fujita
2018-08-31
*
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-11
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-09
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-26
*
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
*
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-14
*
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2018-07-11
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-07-04
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Avoid generating bogus paths with partitionwise aggregate.
Robert Haas
2018-06-22
*
Improve coding pattern in Parallel Append code.
Amit Kapila
2018-06-22
*
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-21
*
Don't consider parallel append for parallel unsafe paths.
Amit Kapila
2018-06-20
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Fix typo in README
Magnus Hagander
2018-06-07
*
Fix typo in comment.
Heikki Linnakangas
2018-05-22
*
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
*
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
Robert Haas
2018-05-16
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-25
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
match_clause_to_index should check only key columns
Teodor Sigaev
2018-04-08
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-02
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Don't call IS_DUMMY_REL() when cheapest_total_path might be junk.
Robert Haas
2018-03-30
*
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-29
[next]