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
/
include
/
optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
2
-1
/
+5
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
1
-1
/
+2
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
1
-6
/
+6
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
2
-2
/
+1
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
4
-10
/
+3
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
5
-4
/
+13
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
1
-0
/
+5
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
1
-0
/
+3
*
Update copyright for 2023
Bruce Momjian
2023-01-02
27
-27
/
+27
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
1
-0
/
+1
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-0
/
+2
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
2
-11
/
+1
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
6
-9
/
+9
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
1
-4
/
+4
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
2
-2
/
+2
*
Fix incorrect tests for SRFs in relation_can_be_sorted_early().
Tom Lane
2022-08-03
1
-5
/
+0
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
1
-1
/
+3
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
2
-3
/
+7
*
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-15
1
-1
/
+1
*
Remove no-longer-used parameter for create_groupingsets_path().
Tom Lane
2022-07-01
1
-2
/
+1
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
1
-0
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-3
/
+3
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
3
-10
/
+11
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
1
-1
/
+3
*
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-04-06
1
-0
/
+1
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
1
-1
/
+0
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
2
-1
/
+10
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
2
-1
/
+2
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
2
-0
/
+3
*
Update copyright for 2022
Bruce Momjian
2022-01-07
27
-27
/
+27
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
2
-4
/
+4
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
1
-0
/
+2
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
1
-2
/
+0
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
1
-0
/
+2
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
1
-0
/
+1
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
2
-8
/
+8
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
1
-1
/
+2
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
1
-0
/
+2
*
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
1
-4
/
+3
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
2
-1
/
+8
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
1
-0
/
+2
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
2
-0
/
+8
*
Revert b6002a796
David Rowley
2021-04-01
2
-8
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
2
-0
/
+8
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
3
-4
/
+20
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-0
/
+1
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
2
-3
/
+1
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
1
-0
/
+1
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
1
-1
/
+2
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
2
-0
/
+7
[next]