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
/
plan
Age
Commit message (
Expand
)
Author
2025-04-07
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-10
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-02-27
Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-16
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-10
Fix UNION planner datatype issue
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-10-25
Remove the RTE_GROUP RTE if we drop the groupClause
Richard Guo
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-09
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-17
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-09
Fix order of parameters in a cost_sort call
Richard Guo
2024-09-04
Avoid unnecessary post-sort projection
Richard Guo
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-23
Remove redundant code in create_gather_merge_path
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
[prev]
[next]