Reported-by: jian he
Discussion: https://postgr.es/m/CACJufxHTJBqDmBC4iPgte_xd4aMgONRm680Ji5m5gCA8+YEmJg@mail.gmail.com
Co-authored-by: jian he
Backpatch-through: master
-Rename I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz)
+Rename I/O block read/write timing statistics columns of pg_stat_statements (Nazir Bilal Yavuz)
-Add local I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz)
+Add local I/O block read/write timing statistics columns of pg_stat_statements (Nazir Bilal Yavuz)
-Add optional fourth parameter to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov)
+Add optional fourth argument (minmax_only) to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov)
-This parameter defaults to "false".
+This argument defaults to "false".