index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
Age
Commit message (
Expand
)
Author
37 hours
Strip PlaceHolderVars from index operands
Richard Guo
6 days
Fix planner error with SRFs and grouping sets
Richard Guo
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Fix distinctness check for queries with grouping sets
Richard Guo
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-05
Fix comments for ChangeVarNodes() and related functions
Richard Guo
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-10-21
Fix pushdown of degenerate HAVING clauses
Richard Guo
2025-10-16
Remove partColsUpdated.
Nathan Bossart
2025-10-09
Remove unnecessary include of "utils/fmgroids.h"
Richard Guo
2025-10-08
Add planner_setup_hook and planner_shutdown_hook.
Robert Haas
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-07
Fix incorrect targetlist in dummy UNIONs
David Rowley
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-08
Don't generate fake "ANY_subquery" aliases, either.
Robert Haas
2025-08-29
Fix semijoin unique-ification for child relations
Richard Guo
2025-08-28
Fix "variable not found in subplan target lists" in semijoin de-duplication.
Tom Lane
2025-08-26
Improve RowMark handling during Self-Join Elimination
Alexander Korotkov
2025-08-26
Refactor variable names in remove_self_joins_one_group()
Alexander Korotkov
2025-08-19
Simplify relation_has_unique_index_for()
Richard Guo
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-22
Centralize collection of catalog info needed early in the planner
Richard Guo
2025-07-22
Expand virtual generated columns before sublink pull-up
Richard Guo
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-06-19
doc: Mention GIN indexes support parallel builds.
Fujii Masao
2025-05-22
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-14
Add explicit initialization for all PlannerGlobal fields
Richard Guo
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-28
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
[next]