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
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
2023-07-06
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-04
Allow Incremental Sorts on GiST and SP-GiST indexes
David Rowley
2023-07-03
Remove redundant PARTITION BY columns from WindowClauses
David Rowley
2023-06-29
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-20
Fix hash join when inner hashkey expressions contain Params.
Tom Lane
2023-06-20
Fix another cause of "wrong varnullingrels" planner failures.
Tom Lane
2023-06-20
Don't include outer join relids in lateral_relids bitmapsets.
Tom Lane
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-15
When removing a left join, clean out references in EquivalenceClasses.
Tom Lane
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-06-12
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-05-26
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
[next]