postgresql/src/backend
Alvaro Herrera bcdfa5f2e2
Rename SLRU elements in view pg_stat_slru
The new names are intended to match those in an upcoming patch that adds
a few GUCs to configure the SLRU buffer sizes.

Backwards compatibility concern: this changes the accepted names for
function pg_stat_slru_rest().  Since this function recognizes "any other
string" as a request to reset the entry for "other", this means that
calling it with the old names would silently reset "other" instead of
doing nothing or throwing an error.

Reviewed-by: Andrey M. Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/202402261616.dlriae7b6emv@alvherre.pgsql
2024-02-28 09:39:52 +01:00
..
access Rename SLRU elements in view pg_stat_slru 2024-02-28 09:39:52 +01:00
archive Update copyright for 2024 2024-01-03 20:49:05 -05:00
backup Fix incorrect format placeholder 2024-02-26 07:16:31 +01:00
bootstrap Make attstattarget nullable 2024-01-13 18:14:53 +01:00
catalog Remove unnecessary array object_classes[] in dependency.c 2024-02-27 15:18:17 +09:00
commands Rename SLRU elements in view pg_stat_slru 2024-02-28 09:39:52 +01:00
executor Delay build of Memoize hash table until executor run 2024-01-30 12:37:03 +13:00
foreign Update copyright for 2024 2024-01-03 20:49:05 -05:00
jit jit: Require at least LLVM 10. 2024-01-25 15:42:34 +13:00
lib Fix comments for the dshash_parameters struct. 2024-02-27 09:44:59 -06:00
libpq Update copyright for 2024 2024-01-03 20:49:05 -05:00
main Remove dummy_spinlock 2024-01-25 11:43:47 +01:00
nodes Remove custom Constraint node read/write implementations 2024-02-22 07:07:12 +01:00
optimizer Replace lateral references to removed rels in subqueries 2024-02-24 00:35:17 +02:00
parser Use C99-designated initializer syntax for more arrays 2024-02-28 08:42:36 +09:00
partitioning Minor corrections for partition pruning 2024-02-20 18:34:21 +13:00
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
port Close socket in case of errors in setting non-blocking 2024-01-17 11:24:11 +01:00
postmaster Add a new slot sync worker to synchronize logical slots. 2024-02-22 15:25:15 +05:30
regex Update copyright for 2024 2024-01-03 20:49:05 -05:00
replication Add helper functions for dshash tables with string keys. 2024-02-26 15:47:13 -06:00
rewrite Support identity columns in partitioned tables 2024-01-16 17:24:52 +01:00
snowball Add copyright notices to a few perl scripts that don't have them 2024-01-05 13:15:50 +00:00
statistics Update copyright for 2024 2024-01-03 20:49:05 -05:00
storage Rename SLRU elements in view pg_stat_slru 2024-02-28 09:39:52 +01:00
tcop Fix typo 2024-02-21 11:32:28 +01:00
tsearch Update copyright for 2024 2024-01-03 20:49:05 -05:00
utils Remove last NULL element in config_group_names[] 2024-02-28 12:51:35 +09:00
.gitignore
Makefile Cross-check lists of predefined LWLocks. 2024-01-09 11:05:19 -06:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00