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

Commita676d7f

Browse files
committed
More 8.2 release item reordering.
1 parentcf90c54 commita676d7f

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.440 2006/09/19 02:08:30 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.441 2006/09/19 02:25:13 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -340,117 +340,117 @@ For new features, add links to the documentation sections.
340340

341341
<listitem>
342342
<para>
343-
Reduce locking requirements of sequential scans (Qingqing
344-
Zhou)
343+
Increase default values for <envar>shared_buffers</> and
344+
<envar>max_fsm_pages</>(Andrew)
345345
</para>
346346
</listitem>
347347

348348
<listitem>
349349
<para>
350-
Improve subtransaction performance (Alvaro, Itagaki Takahiro,
351-
Tom)
350+
Improve sorting speed and reduce memory usage (Simon, Tom)
352351
</para>
353352
</listitem>
354353

355354
<listitem>
356355
<para>
357-
Improvelocking performanceby breaking locks into sections
358-
(Tom)
356+
Improvesubtransaction performance(Alvaro, Itagaki Takahiro,
357+
Tom)
359358
</para>
359+
</listitem>
360360

361+
<listitem>
361362
<para>
362-
This allows locking to be more fine-grained, reducing
363-
contention.
363+
Improve <command>COPY</> performance (Alon Goldshuv, Tom)
364364
</para>
365365
</listitem>
366366

367367
<listitem>
368368
<para>
369-
Allow the planner to re-order<literal>OUTER JOIN</>s when
370-
possible (Tom)
369+
Add<literal>FILLFACTOR</> to table and index creation
370+
(ITAGAKI Takahiro)
371371
</para>
372372

373373
<para>
374-
This makes a considerable difference for queries involving
375-
multiple outer joins.
374+
This adds extra free space to each heap or index page,
375+
allowing improved performance as the database grows. This
376+
is particularly valuable to maintain <command>CLUSTER</>ing.
376377
</para>
377378
</listitem>
378379

379380
<listitem>
380381
<para>
381-
Improve planning of joins to inherited tables and <literal>UNION
382-
ALL</> views (Tom)
382+
Improve locking performance by breaking locks into sections
383+
(Tom)
384+
</para>
385+
386+
<para>
387+
This allows locking to be more fine-grained, reducing
388+
contention.
383389
</para>
384390
</listitem>
385391

386392
<listitem>
387393
<para>
388-
Increase default values for <envar>shared_buffers</> and
389-
<envar>max_fsm_pages</>(Andrew)
394+
Reduce locking requirements of sequential scans (Qingqing
395+
Zhou)
390396
</para>
391397
</listitem>
392398

393399
<listitem>
394400
<para>
395-
Improve the optimizer statistics used by <literal>LIKE</>,
396-
<literal>ILIKE</>, and regular expression operations(Tom)
401+
Reduce locking required for database creation and destruction
402+
(Tom)
397403
</para>
398404
</listitem>
399405

400406
<listitem>
401407
<para>
402-
Allowconstraint exclusion tobe applied to inherited
403-
<command>UPDATE</>/<command>DELETE</> queries (Tom)
408+
Allowthe planner tore-order <literal>OUTER JOIN</>s when
409+
possible (Tom)
404410
</para>
405411

406412
<para>
407-
<command>SELECT</> already honored constraint exclusion.
413+
This makes a considerable difference for queries involving
414+
multiple outer joins.
408415
</para>
409416
</listitem>
410417

411418
<listitem>
412419
<para>
413-
Improve sorting speed and reduce memory usage (Simon, Tom)
420+
Improve the optimizer statistics used by <literal>LIKE</>,
421+
<literal>ILIKE</>, and regular expression operations (Tom)
414422
</para>
415423
</listitem>
416424

417425
<listitem>
418426
<para>
419-
<function>MIN()</>/<function>MAX()</> can now use indexes
420-
in more cases (Tom)
427+
Improve planning of joins to inherited tables and <literal>UNION
428+
ALL</> views (Tom)
421429
</para>
422430
</listitem>
423431

424432
<listitem>
425433
<para>
426-
Improve concurrency for database creation and destruction
427-
(Tom)
434+
Allow constraint exclusion to be applied to inherited
435+
<command>UPDATE</>/<command>DELETE</> queries(Tom)
428436
</para>
429-
</listitem>
430437

431-
<listitem>
432438
<para>
433-
Speed up vacuuming of btree indexes (Heikki Linnakangas,
434-
Tom)
439+
<command>SELECT</> already honored constraint exclusion.
435440
</para>
436441
</listitem>
437442

438443
<listitem>
439444
<para>
440-
Improve <command>COPY</> performance (Alon Goldshuv, Tom)
445+
<function>MIN()</>/<function>MAX()</> can now use indexes
446+
in more cases (Tom)
441447
</para>
442448
</listitem>
443449

444450
<listitem>
445451
<para>
446-
Add <literal>FILLFACTOR</> to table and index creation
447-
(ITAGAKI Takahiro)
448-
</para>
449-
450-
<para>
451-
This adds extra free space to each heap or index page,
452-
allowing improved performance as the database grows. This
453-
is particularly valuable to maintain <command>CLUSTER</>ing.
452+
Speed up vacuuming of btree indexes (Heikki Linnakangas,
453+
Tom)
454454
</para>
455455
</listitem>
456456

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp