index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
prep
Age
Commit message (
Expand
)
Author
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-03-21
Fix incorrect comment in preptlist.c
David Rowley
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-01-30
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-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
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-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-10
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-05
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-19
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-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-17
Don't bother to attach column name lists to RowExprs of named types.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-07-26
Fix incorrect comment for get_agg_clause_costs
David Rowley
2021-07-25
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-09
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-06
Reduce the cost of planning deeply-nested views.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
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-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
[next]