index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2020-10-19
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-18
Prevent overly large and NaN row estimates in relations
David Rowley
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-12
Fix estimates for ModifyTable paths without RETURNING.
Thomas Munro
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-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-15
Allow incremental sorts for windowing functions
David Rowley
2020-09-07
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-04
Remove some more useless assignments.
Tom Lane
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-25
Fixup some misusages of bms_num_members()
David Rowley
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-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-17
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-14
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-05
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-03
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-06-09
Spelling adjustments
Peter Eisentraut
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-05-31
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-22
Adjust indentation in src/backend/optimizer/README.
Etsuro Fujita
2020-05-18
Fix typos in README
Magnus Hagander
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
Remove unnecessary #include.
Etsuro Fujita
2020-05-01
Simplify cost_incremental_sort a bit
Tomas Vondra
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-22
Fix cost_incremental_sort for expressions with varno 0
Tomas Vondra
2020-04-16
Remove unneeded constraint dependency tracking
David Rowley
2020-04-08
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
[next]