postgresql/src/backend/catalog
Amit Kapila d973747281 Revert "Track statistics for spilling of changes from ReorderBuffer".
The stats with this commit was available only for WALSenders, however,
users might want to see for backends doing logical decoding via SQL API.
Then, users might want to reset and access these stats across server
restart which was not possible with the current patch.

List of commits reverted:

caa3c4242c   Don't call elog() while holding spinlock.
e641b2a995   Doc: Update the documentation for spilled transaction
statistics.
5883f5fe27   Fix unportable printf format introduced in commit 9290ad198.
9290ad198b   Track statistics for spilling of changes from ReorderBuffer.

Additionaly, remove the release notes entry for this feature.

Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com
2020-07-13 08:53:23 +05:30
..
.gitignore Remove separate files for the initial contents of pg_(sh)description 2020-01-19 13:54:58 +02:00
Catalog.pm Clarify coding in Catalog::AddDefaultValues. 2020-02-15 15:13:44 -05:00
Makefile Split out CreateCast into src/backend/catalog/pg_cast.c 2020-03-10 11:28:23 -03:00
aclchk.c Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
catalog.c Invent "trusted" extensions, and remove the pg_pltemplate catalog. 2020-01-29 18:42:43 -05:00
dependency.c Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
genbki.pl Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
heap.c Don't create pg_type entries for sequences or toast tables. 2020-07-07 15:43:22 -04:00
index.c code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
indexing.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
information_schema.sql Add current substring regular expression syntax 2020-06-29 11:05:00 +02:00
namespace.c code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
objectaccess.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
objectaddress.c Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
partition.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_aggregate.c Refactor ObjectAddress field assignments in more places 2020-07-01 17:03:50 +09:00
pg_cast.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
pg_collation.c Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
pg_constraint.c Refactor ObjectAddress field assignments in more places 2020-07-01 17:03:50 +09:00
pg_conversion.c Unify drop-by-OID functions 2020-06-09 09:39:46 +02:00
pg_db_role_setting.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_depend.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
pg_enum.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_inherits.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_largeobject.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_namespace.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_operator.c Refactor ObjectAddress field assignments in more places 2020-07-01 17:03:50 +09:00
pg_proc.c Refactor ObjectAddress field assignments in more places 2020-07-01 17:03:50 +09:00
pg_publication.c Fix relcache reference leak 2020-04-11 09:44:14 +02:00
pg_range.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_shdepend.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
pg_subscription.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
pg_type.c Refactor ObjectAddress field assignments for type dependencies 2020-06-29 09:56:52 +09:00
sql_feature_packages.txt Cleanup in SQL features files 2020-03-28 08:46:18 +01:00
sql_features.txt Support FETCH FIRST WITH TIES 2020-04-07 16:22:13 -04:00
storage.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
system_views.sql Revert "Track statistics for spilling of changes from ReorderBuffer". 2020-07-13 08:53:23 +05:30
toasting.c code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00