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
/
backend
/
optimizer
/
geqo
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Remove PlannerInfo's join_search_private method.
Robert Haas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-07-30
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-28
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-16
Remove lappend_cell...() family of List functions.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-29
Postpone generate_gather_paths for topmost scan/join rel.
Robert Haas
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-04-30
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-05
Improve implementation of GEQO's init_tour() function.
Tom Lane
2015-04-26
Also correct therefor to therefore.
Andres Freund
2015-02-10
Fix GEQO to not assume its join order heuristic always works.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]