projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653443e
)
relnote: add ARM64 spinlock item
author
Bruce Momjian
<bruce@momjian.us>
Tue, 10 May 2022 20:47:48 +0000
(16:47 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 10 May 2022 20:47:48 +0000
(16:47 -0400)
Reported-by: Jonathan Katz
Discussion: per private email
doc/src/sgml/release-15.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-15.sgml
b/doc/src/sgml/release-15.sgml
index 8355bf482764b76cf34602dcaf21ef0d59b0b77d..c9ea7c9fedfd31255a98fd4cfbf3577cbb2c55ca 100644
(file)
--- a/
doc/src/sgml/release-15.sgml
+++ b/
doc/src/sgml/release-15.sgml
@@
-838,6
+838,17
@@
Author: David Rowley <drowley@postgresql.org>
<para>
Improve the performance of window functions that use row_number(), rank(), and count() (David Rowley)
</para>
+</listitem>
+
+<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+2022-04-06 [a82a5eee3] Use ISB as a spin-delay instruction on ARM64.
+-->
+
+<listitem>
+<para>
+Improve the performance of spinlocks on high-core-count ARM64 systems (Geoffrey Blake)
+</para>
</listitem>
</itemizedlist>