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
2021-06-02
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-05-31
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-01-28
Silence another gcc 11 warning.
Tom Lane
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2020-12-08
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-05
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-11-30
Prevent parallel index build in a standalone backend.
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-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-20
Relax some asserts in merge join costing code
David Rowley
2020-10-06
Build EC members for child join rels in the right memory context.
Tom Lane
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-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-14
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
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
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-02-26
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-06
Fix typo.
Amit Kapila
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-06
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-07-03
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-19
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-16
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-13
Avoid combinatorial explosion in add_child_rel_equivalences().
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-04-30
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-09
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-04
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-03-31
tableam: bitmap table scan.
Andres Freund
2019-03-31
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
Compute root->qual_security_level in a less random place.
Tom Lane
[next]