postgresql/src/backend
Alexander Korotkov bc3c8db8ae Display length and bounds histograms in pg_stats
Values corresponding to STATISTIC_KIND_RANGE_LENGTH_HISTOGRAM and
STATISTIC_KIND_BOUNDS_HISTOGRAM were not exposed to pg_stats when these
slot kinds were introduced in 918eee0c49.

This commit adds the missing fields to pg_stats.

Catversion is bumped.

Discussion: https://postgr.es/m/flat/b67d8b57-9357-7e82-a2e7-f6ce6eaeec67@postgrespro.ru
Author: Egor Rogov, Soumyadeep Chakraborty
Reviewed-by: Tomas Vondra, Justin Pryzby, Jian He
2023-11-27 01:32:17 +02:00
..
access Fix brin.c indentation issues introduced by c1ec02be1d 2023-11-26 21:35:32 +01:00
archive
backup Change how a base backup decides which files have checksums. 2023-11-14 10:51:05 -05:00
bootstrap Remove distprep 2023-11-06 15:18:04 +01:00
catalog Display length and bounds histograms in pg_stats 2023-11-27 01:32:17 +02:00
commands C comment: fix typos with unnecessary apostrophes 2023-11-22 23:41:15 -05:00
executor Reuse BrinDesc and BrinRevmap in brininsert 2023-11-25 20:27:28 +01:00
foreign Expand some more uses of "deleg" to "delegation" or "delegated". 2023-05-21 10:55:18 -04:00
jit Make ResourceOwners more easily extensible. 2023-11-08 13:30:50 +02:00
lib Make binaryheap available to frontend code. 2023-09-18 12:18:33 -07:00
libpq Fix timing-dependent failure in GSSAPI data transmission. 2023-11-23 13:30:18 -05:00
main
nodes Remove distprep 2023-11-06 15:18:04 +01:00
optimizer Ensure we preprocess expressions before checking their volatility. 2023-11-16 10:05:14 -05:00
parser Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2023-11-26 16:40:24 -05:00
partitioning Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
po Translation updates 2023-08-07 12:39:30 +02:00
port Remove distprep 2023-11-06 15:18:04 +01:00
postmaster Use ResourceOwner to track WaitEventSets. 2023-11-23 13:31:36 +02:00
regex Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
replication Fix the initial sync tables with no columns. 2023-11-22 11:44:14 +05:30
rewrite Add TupleDescGetDefault() 2023-09-27 18:52:40 +01:00
snowball Remove distprep 2023-11-06 15:18:04 +01:00
statistics Retire MemoryContextResetAndDeleteChildren() macro. 2023-11-15 13:42:30 -06:00
storage Use ResourceOwner to track WaitEventSets. 2023-11-23 13:31:36 +02:00
tcop Retire MemoryContextResetAndDeleteChildren() macro. 2023-11-15 13:42:30 -06:00
tsearch Limit to_tsvector_byid's initial array allocation to something sane. 2023-09-25 11:50:28 -04:00
utils Use SECS_PER_HOUR macro in tzparser.c, instead of constants 2023-11-24 22:36:23 -05:00
.gitignore
common.mk
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
meson.build Add win32ver data to meson-built postgres.exe. 2023-06-12 07:40:38 -07:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00