Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-05-19 | Fix issues in pg_stat_wal. | Fujii Masao | 14.0 |
| 2021-04-06 | Fix typo in pgstat.c. | Fujii Masao | 14.0 |
| 2021-04-02 | Fix pgstat_report_replslot() to use proper data types for its arguments. | Fujii Masao | 14.0 |
| 2021-03-24 | Rename wait event WalrcvExit to WalReceiverExit. | Fujii Masao | 14.0 |
| 2021-03-23 | Change the type of WalReceiverWaitStart wait event from Client to IPC. | Fujii Masao | 14.0 |
| 2021-03-09 | Track total amounts of times spent writing and syncing WAL data to disk. | Fujii Masao | 14.0 |
| 2020-12-02 | Track total number of WAL records, FPIs and bytes generated in the cluster. | Fujii Masao | 14.0 |
| 2020-10-02 | Add pg_stat_wal statistics view. | Fujii Masao | 14.0 |