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-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
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-07
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
Fix misleading comment in paraminfo_get_equal_hashops
David Rowley
2023-08-06
Tidy up join_search_one_level code
David Rowley
2023-08-03
Minor adjustments to WindowAgg startup cost code
David Rowley
2023-08-03
Account for startup rows when costing WindowAggs
David Rowley
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-22
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-06
Fix code indentation vioaltion introduced in commit cc32ec24fd.
Amit Kapila
[next]