Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8cbfaba

Browse files
committed
Added covering indexes to release notes
1 parent52ccd00 commit8cbfaba

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎doc/src/sgml/release-pro-9.5.sgml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,27 @@
2727
</para>
2828
</listitem>
2929
<listitem>
30+
Covering indexes.
31+
</listitem>
32+
<listitem>
3033
<para>
3134
Use portable implementation of the internationalization functions
3235
(libicu) instead of system specific.
3336
</para>
3437
</listitem>
3538
<listitem>
3639
<para>
37-
Contrib module pg_trgm supports substring searches (Arthur Zakirov).
40+
Contrib module pg_trgm supports substring searches.
3841
</para>
3942
</listitem>
4043
<listitem>
4144
<para>
42-
Save-restore execution plan extension (Yury Zhuravlev)
45+
Save-restore execution plan extension.
4346
</para>
4447
</listitem>
4548
<listitem>
4649
<para>
47-
Dump/restore database statistics (Dmitry Ivanov)
50+
Dump/restore database statistics.
4851
</para>
4952
</listitem>
5053
<listitem>
@@ -100,7 +103,10 @@
100103

101104
<listitem>
102105
<para>
103-
<!-- to be filled -->
106+
Covering indexes. Now CREATE INDEX supports optional INCLUDING
107+
clause, which allows to include additional columns, which would
108+
not affect sort order or uniqueness, but allow speed up some
109+
queries using index only scans.
104110
</para>
105111

106112
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp