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
/
include
/
optimizer
Age
Commit message (
Expand
)
Author
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-20
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-21
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-03
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-11-30
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
Fix typo in comment.
Fujii Masao
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-23
Remove unnecessary #include.
Tom Lane
2020-11-03
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-10-28
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-28
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-05
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
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
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-03-31
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
[next]