|
1421 | 1421 | -->
|
1422 | 1422 |
|
1423 | 1423 | <para>
|
1424 |
| - Add view <link |
| 1424 | + Add system view <link |
1425 | 1425 | linkend="copy-progress-reporting"><structname>pg_stat_progress_copy</structname></link>
|
1426 | 1426 | to report <command>COPY</command> progress (Josef Šimánek,
|
1427 | 1427 | Matthias van de Meent)
|
|
1431 | 1431 | <listitem>
|
1432 | 1432 | <!--
|
1433 | 1433 | Author: Fujii Masao < [email protected]>
|
| 1434 | +2020-10-02 [8d9a93596] Add pg_stat_wal statistics view. |
| 1435 | +Author: Fujii Masao < [email protected]> |
| 1436 | +2020-12-02 [01469241b] Track total number of WAL records, FPIs and bytes genera |
| 1437 | +Author: Fujii Masao < [email protected]> |
| 1438 | +2021-03-09 [ff99918c6] Track total amounts of times spent writing and syncing W |
| 1439 | +--> |
| 1440 | + |
| 1441 | + <para> |
| 1442 | + Add system view <link |
| 1443 | + linkend="monitoring-pg-stat-wal-view"><structname>pg_stat_wal</structname></link> |
| 1444 | + which reports <acronym>WAL</acronym> activity (Masahiro Ikeda) |
| 1445 | + </para> |
| 1446 | + </listitem> |
| 1447 | + |
| 1448 | + <listitem> |
| 1449 | +<!-- |
| 1450 | +Author: Amit Kapila < [email protected]> |
| 1451 | +2020-10-08 [986816750] Track statistics for spilling of changes from ReorderBuf |
| 1452 | +Author: Amit Kapila < [email protected]> |
| 1453 | +2020-10-20 [03d51b776] Change the attribute name in pg_stat_replication_slots v |
| 1454 | +Author: Amit Kapila < [email protected]> |
| 1455 | +2020-10-29 [8e90ec558] Track statistics for streaming of changes from ReorderBu |
| 1456 | +Author: Amit Kapila < [email protected]> |
| 1457 | +2021-04-16 [f5fc2f5b2] Add information of total data processed to replication s |
| 1458 | +--> |
| 1459 | + |
| 1460 | + <para> |
| 1461 | + Add system view <link |
| 1462 | + linkend="monitoring-pg-stat-replication-slots-view"><structname>pg_stat_replication_slots</structname></link> |
| 1463 | + to report replication slot activity (Sawada Masahiko, Amit Kapila, |
| 1464 | + Vignesh C) |
| 1465 | + </para> |
| 1466 | + |
| 1467 | + <para> |
| 1468 | + The function <link |
| 1469 | + linkend="monitoring-stats-functions"><function>pg_stat_reset_replication_slot()</function></link> |
| 1470 | + resets slot statistics. |
| 1471 | + </para> |
| 1472 | + </listitem> |
| 1473 | + |
| 1474 | + <listitem> |
| 1475 | +<!-- |
| 1476 | +Author: Fujii Masao < [email protected]> |
1434 | 1477 | 2020-08-19 [3e98c0baf] Add pg_backend_memory_contexts system view.
|
1435 | 1478 | Author: Fujii Masao < [email protected]>
|
1436 | 1479 | 2020-08-26 [29dd6d8bc] Prevent non-superusers from reading pg_backend_memory_co
|
|
1500 | 1543 | <listitem>
|
1501 | 1544 | <!--
|
1502 | 1545 | Author: Fujii Masao < [email protected]>
|
1503 |
| -2020-10-02 [8d9a93596] Add pg_stat_wal statistics view. |
1504 |
| -Author: Fujii Masao < [email protected]> |
1505 |
| -2020-12-02 [01469241b] Track total number of WAL records, FPIs and bytes genera |
1506 |
| -Author: Fujii Masao < [email protected]> |
1507 |
| -2021-03-09 [ff99918c6] Track total amounts of times spent writing and syncing W |
1508 |
| ---> |
1509 |
| - |
1510 |
| - <para> |
1511 |
| - Add system view <link |
1512 |
| - linkend="monitoring-pg-stat-wal-view"><structname>pg_stat_wal</structname></link> |
1513 |
| - which reports <acronym>WAL</acronym> activity (Masahiro Ikeda) |
1514 |
| - </para> |
1515 |
| - </listitem> |
1516 |
| - |
1517 |
| - <listitem> |
1518 |
| -<!-- |
1519 |
| -Author: Amit Kapila < [email protected]> |
1520 |
| -2020-10-08 [986816750] Track statistics for spilling of changes from ReorderBuf |
1521 |
| -Author: Amit Kapila < [email protected]> |
1522 |
| -2020-10-20 [03d51b776] Change the attribute name in pg_stat_replication_slots v |
1523 |
| -Author: Amit Kapila < [email protected]> |
1524 |
| -2020-10-29 [8e90ec558] Track statistics for streaming of changes from ReorderBu |
1525 |
| -Author: Amit Kapila < [email protected]> |
1526 |
| -2021-04-16 [f5fc2f5b2] Add information of total data processed to replication s |
1527 |
| ---> |
1528 |
| - |
1529 |
| - <para> |
1530 |
| - Add system view <link |
1531 |
| - linkend="monitoring-pg-stat-replication-slots-view"><structname>pg_stat_replication_slots</structname></link> |
1532 |
| - to report replication slot activity (Sawada Masahiko, Amit Kapila, |
1533 |
| - Vignesh C) |
1534 |
| - </para> |
1535 |
| - |
1536 |
| - <para> |
1537 |
| - The function <link |
1538 |
| - linkend="monitoring-stats-functions"><function>pg_stat_reset_replication_slot()</function></link> |
1539 |
| - resets slot statistics. |
1540 |
| - </para> |
1541 |
| - </listitem> |
1542 |
| - |
1543 |
| - <listitem> |
1544 |
| -<!-- |
1545 |
| -Author: Fujii Masao < [email protected]> |
1546 | 1546 | 2021-03-15 [d75288fb2] Make archiver process an auxiliary process.
|
1547 | 1547 | -->
|
1548 | 1548 |
|
|
0 commit comments