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
/
path
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
1
-2
/
+3
*
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
2
-1
/
+52
*
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
1
-1
/
+2
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-2
/
+1
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
1
-3
/
+1
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
3
-14
/
+11
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
1
-16
/
+18
*
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-27
1
-11
/
+39
*
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
1
-0
/
+27
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
1
-1
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
5
-132
/
+145
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
1
-4
/
+18
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
1
-1
/
+2
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
2
-8
/
+8
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
1
-4
/
+280
*
Fix comments with "a expression"
Andrew Dunstan
2022-03-31
1
-1
/
+1
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
1
-29
/
+0
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
3
-28
/
+920
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
1
-1
/
+2
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
1
-3
/
+5
*
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-21
1
-0
/
+6
*
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
1
-1
/
+1
*
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-12
1
-1
/
+68
*
Update copyright for 2022
Bruce Momjian
2022-01-07
9
-9
/
+9
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
1
-14
/
+1
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
1
-4
/
+34
*
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-08
1
-8
/
+23
*
Add missing word to comment in joinrels.c.
Etsuro Fujita
2021-10-07
1
-3
/
+3
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
1
-1
/
+2
*
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
1
-17
/
+18
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
2
-2
/
+2
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
1
-0
/
+1
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
1
-5
/
+2
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
3
-67
/
+67
*
Fix typo in comment
David Rowley
2021-07-06
1
-2
/
+2
*
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-24
1
-2
/
+3
*
Fix planner's use of Result Cache with unique joins
David Rowley
2021-05-22
1
-0
/
+31
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
1
-1
/
+1
*
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
2
-23
/
+25
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
1
-43
/
+212
*
Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.
Tom Lane
2021-04-14
1
-5
/
+5
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
1
-7
/
+36
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
3
-0
/
+366
*
Revert b6002a796
David Rowley
2021-04-01
3
-366
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
3
-0
/
+366
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
2
-2
/
+2
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-0
/
+1
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
2
-1
/
+3
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
1
-18
/
+22
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
1
-2
/
+0
[prev]
[next]