index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-04
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-03-30
Fix setrefs.c code for adjusting partPruneInfos
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-21
Fix incorrect comment in preptlist.c
David Rowley
2023-03-21
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-20
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-16
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-12
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-22
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-20
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
Remove gratuitous assumptions about what make_modifytable can see.
Tom Lane
2023-02-20
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-20
Optimize generate_orderedappend_paths
David Rowley
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-10
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-08
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-08
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-07
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-06
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-05
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-04
Fix thinko in qual distribution.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-31
Remove over-optimistic Assert.
Tom Lane
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
[next]