index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
Commit message (
Expand
)
Author
Age
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
*
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-15
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
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-20
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
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-21
*
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Fix typo in comment.
Fujii Masao
2020-11-30
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Remove unnecessary #include.
Tom Lane
2020-11-23
[next]