postgresql/src/backend
Peter Eisentraut ce1215d9b0 Add support for unit "B" to pg_size_bytes()
This makes it consistent with the units support in GUC.

Reviewed-by: David Rowley <dgrowleyml@gmail.com>
Reviewed-by: Dean Rasheed <dean.a.rasheed@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/0106914a-9eb5-22be-40d8-652cc88c827d%40enterprisedb.com
2023-03-07 20:31:16 +01:00
..
access Revise pg_pwrite_zeros() 2023-03-06 13:21:33 +09:00
archive Redesign archive modules 2023-02-17 14:26:42 +09:00
backup Reword overly-optimistic comment about backup checksum verification. 2023-03-06 10:35:15 -05:00
bootstrap Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog SQL JSON path enhanced numeric literals 2023-03-05 15:19:58 +01:00
commands Make get_extension_schema() available 2023-03-07 14:18:20 +09:00
executor Fix some more cases of missed GENERATED-column updates. 2023-03-06 18:31:27 -05:00
foreign Update copyright for 2023 2023-01-02 15:00:37 -05:00
jit Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Don't leak descriptors into subprograms. 2023-03-03 10:43:33 +13:00
main Mark options as deprecated in usage output 2023-03-02 14:36:37 +01:00
nodes Require empty Bitmapsets to be represented as NULL. 2023-03-02 11:47:26 -05:00
optimizer Remove local optimizations of empty Bitmapsets into null pointers. 2023-03-02 12:01:47 -05:00
parser Remove bms_first_member(). 2023-03-02 11:34:29 -05:00
partitioning Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
postmaster Add PROCESS_MAIN to VACUUM 2023-03-06 16:41:05 +09:00
regex Refactor to introduce pg_locale_deterministic(). 2023-02-23 11:17:41 -08:00
replication Fill EState.es_rteperminfos more systematically. 2023-03-06 13:10:57 -05:00
rewrite Remove local optimizations of empty Bitmapsets into null pointers. 2023-03-02 12:01:47 -05:00
snowball Update copyright for 2023 2023-01-02 15:00:37 -05:00
statistics Fix incorrect format placeholders 2023-02-24 08:02:48 +01:00
storage Fix assert failures in parallel SERIALIZABLE READ ONLY. 2023-03-06 15:07:15 +13:00
tcop Speedup and increase usability of set proc title functions 2023-02-20 16:18:27 +13:00
tsearch Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
utils Add support for unit "B" to pg_size_bytes() 2023-03-07 20:31:16 +01:00
.gitignore
Makefile Redesign archive modules 2023-02-17 14:26:42 +09:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build meson: Prevent installation of test files during main install 2023-03-03 07:45:52 +01:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00