index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
4
-20
/
+132
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
1
-0
/
+1
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
4
-26
/
+39
*
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-05
1
-3
/
+2
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
1
-8
/
+6
*
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-22
1
-4
/
+3
*
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-20
1
-46
/
+58
*
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-17
1
-66
/
+119
*
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
1
-7
/
+5
*
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-12
1
-4
/
+24
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
1
-3
/
+0
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
2
-9
/
+47
*
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-22
1
-2
/
+2
*
Optimize generate_orderedappend_paths
David Rowley
2023-02-20
1
-23
/
+34
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
1
-2
/
+1
*
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
1
-15
/
+14
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
1
-6
/
+2
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
2
-65
/
+80
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
6
-166
/
+52
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
8
-105
/
+221
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
1
-2
/
+48
*
Update copyright for 2023
Bruce Momjian
2023-01-02
10
-10
/
+10
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
1
-0
/
+1
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
2
-76
/
+56
*
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-07
1
-0
/
+12
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
1
-1
/
+2
*
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-04
1
-2
/
+14
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
1
-1
/
+0
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
1
-24
/
+4
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
1
-8
/
+20
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
1
-6
/
+7
*
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
1
-1
/
+1
*
Rename shadowed local variables
David Rowley
2022-10-05
3
-8
/
+8
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
3
-950
/
+28
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+11
*
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-20
1
-13
/
+16
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
2
-2
/
+25
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
1
-2
/
+1
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
1
-2
/
+1
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
1
-4
/
+4
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
1
-8
/
+8
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
2
-2
/
+2
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-1
/
+1
*
Fix failure to set correct operator in window run condition
David Rowley
2022-08-05
1
-0
/
+1
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
1
-2
/
+2
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
1
-5
/
+40
*
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-08-02
1
-7
/
+33
*
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-07-30
1
-5
/
+4
[next]