index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
Commit message (
Expand
)
Author
Age
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
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-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-07
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-04
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-20
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
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-17
*
Fix failure to set correct operator in window run condition
David Rowley
2022-08-05
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-08-02
*
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-07-30
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-27
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Fix comments with "a expression"
Andrew Dunstan
2022-03-31
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
[next]