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
/
path
Age
Commit message (
Expand
)
Author
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-04
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-03-30
Parallel Hash Full Join.
Thomas Munro
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-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-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
Optimize generate_orderedappend_paths
David Rowley
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
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-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-06
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-04
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-19
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-04
Fix failure to set correct operator in window run condition
David Rowley
2022-08-03
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-01
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-07-30
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-07-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
[next]