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