index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
optimizer.h
Commit message (
Expand
)
Author
Age
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-10
*
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29