index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2018-10-16
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-04
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-08-31
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-11
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-09
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-26
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-14
Fix hashjoin costing mistake introduced with inner_unique optimization.
Tom Lane
2018-07-13
Improve performance of tuple conversion map generation
Heikki Linnakangas
2018-07-11
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
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-04
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-22
Avoid generating bogus paths with partitionwise aggregate.
Robert Haas
2018-06-22
Improve coding pattern in Parallel Append code.
Amit Kapila
2018-06-21
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-20
Don't consider parallel append for parallel unsafe paths.
Amit Kapila
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-07
Fix typo in README
Magnus Hagander
2018-05-22
Fix typo in comment.
Heikki Linnakangas
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
Robert Haas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
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-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-08
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
[next]