index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence another gcc 11 warning.
Tom Lane
2021-01-28
1
-2
/
+2
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
15
-111
/
+273
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
1
-1
/
+17
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
1
-0
/
+1
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
1
-2
/
+5
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
1
-11
/
+27
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
1
-0
/
+2
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
1
-3
/
+3
*
Relax some asserts in merge join costing code
David Rowley
2020-10-20
1
-4
/
+6
*
Build EC members for child join rels in the right memory context.
Tom Lane
2020-10-06
1
-0
/
+13
*
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-10-05
1
-6
/
+6
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
1
-0
/
+15
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
3
-106
/
+41
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
2
-22
/
+90
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
2
-158
/
+63
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
1
-3
/
+17
*
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-07-03
1
-0
/
+3
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
1
-2
/
+2
*
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-26
1
-97
/
+82
*
Fix typo.
Amit Kapila
2020-02-06
1
-1
/
+1
*
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-14
1
-20
/
+93
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
1
-1
/
+1
*
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-06
1
-3
/
+6
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
2
-13
/
+156
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
2
-0
/
+82
*
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-03
1
-0
/
+8
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
3
-10
/
+9
*
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
1
-21
/
+18
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
1
-2
/
+5
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
1
-3
/
+9
*
Avoid combinatorial explosion in add_child_rel_equivalences().
Tom Lane
2019-06-13
1
-13
/
+36
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
30
-647
/
+647
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
3
-4
/
+5
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
2
-30
/
+107
*
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-09
1
-0
/
+4
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
2
-2
/
+2
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
2
-46
/
+81
*
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-19
1
-1
/
+1
*
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-09
1
-0
/
+66
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
1
-9
/
+4
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
1
-0
/
+2
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
8
-91
/
+560
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
2
-15
/
+11
*
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
1
-2
/
+8
*
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-02
1
-32
/
+55
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
1
-1
/
+2
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
1
-2
/
+2
*
Compute root->qual_security_level in a less random place.
Tom Lane
2019-03-31
2
-11
/
+10
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
1
-44
/
+25
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
7
-570
/
+759
[next]