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
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-22
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-21
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-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-11
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-10
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-09
An addition to 8c441c08279
Alexander Korotkov
2024-01-09
Forbid SJE with result relation
Alexander Korotkov
2024-01-08
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-06
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-04
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
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
2023-12-27
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-24
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-24
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-24
Handle PlaceHolderVar case in replace_varno_walker
Alexander Korotkov
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-18
compute_bitmap_pages' loop_count parameter should be double not int.
Tom Lane
2023-11-28
Fix comment about ressortgrouprefs being unique in setop plans.
Heikki Linnakangas
2023-11-27
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-10
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-09
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-06
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-11-04
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-10-27
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-26
Avoid compiler warning in non-assert builds
Amit Langote
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Prevent duplicate RTEPermissionInfo for plain-inheritance parents
Amit Langote
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-11
Fix missed optimization in relation_excluded_by_constraints().
Tom Lane
2023-10-10
Replace has_multiple_baserels() with a bitmap test on all_baserels.
Tom Lane
2023-10-10
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-09
Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path
David Rowley
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-05
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-29
C comment: add optimizer function reference
Bruce Momjian
2023-09-29
Robustify find_base_rel and find_base_rel_ignore_join
David Rowley
2023-09-28
Add missing TidRangePath handling in print_path()
David Rowley
2023-09-25
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-21
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-13
Fix incorrect logic in plan dependency recording
David Rowley
2023-09-07
Reorder tests in get_cheapest_path_for_pathkeys().
Robert Haas
[next]