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
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-24
*
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-23
*
pgindent fix
Peter Eisentraut
2024-02-22
*
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-20
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
*
Simplify PathKey checking code
David Rowley
2024-02-15
*
Clarify the 'rows' parameter in create_append_path
David Rowley
2024-02-15
*
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-09
*
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-07
*
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-02-03
*
Fix costing bug in MergeAppend
David Rowley
2024-02-01
*
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
2024-01-31
*
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
2024-01-31
*
Compare varnullingrels too in assign_param_for_var().
Tom Lane
2024-01-26
*
De-dupicate Memoize cache keys
David Rowley
2024-01-26
*
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-26
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-22
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Generalize the common code of adding sort before processing of grouping
Alexander Korotkov
2024-01-21
*
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
*
An addition to 8c441c08279
Alexander Korotkov
2024-01-09
*
Forbid SJE with result relation
Alexander Korotkov
2024-01-09
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-06
*
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Replace the relid in some missing fields during SJE
Alexander Korotkov
2024-01-02
*
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-27
*
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-25
*
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-25
*
Handle PlaceHolderVar case in replace_varno_walker
Alexander Korotkov
2023-12-25
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-12-18
*
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-11-28
*
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-28
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-10
*
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
*
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-09
*
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-11-06
*
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-11-04
*
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
[next]