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
/
prep
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-11-04
*
Fix another cause of "wrong varnullingrels" planner failures.
Tom Lane
2023-06-20
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Fix incorrect comment in preptlist.c
David Rowley
2023-03-22
*
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
*
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
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.
Tom Lane
2022-12-22
*
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-22
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-10
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
*
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-11-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-03-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Fix incorrect comment for get_agg_clause_costs
David Rowley
2021-07-26
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Reduce the cost of planning deeply-nested views.
Tom Lane
2021-07-06
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
[next]