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
Age
Commit message (
Expand
)
Author
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-10-20
Relax some asserts in merge join costing code
David Rowley
2020-10-05
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-13
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-03
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-07
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-06
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-01-02
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2018-12-18
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-12-12
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-11-12
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2017-12-22
Disallow UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-09-17
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.
Tom Lane
2017-04-24
Repair crash with unsortable data in grouping sets.
Andrew Gierth
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-10-30
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-05-11
Fix infer_arbiter_indexes() to not barf on system columns.
Tom Lane
2016-05-11
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-21
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-02-29
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
[next]