summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
AgeCommit message (Expand)Author
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-15Downgrade error in object_aclmask_ext() to internalPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-09Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley
2021-07-09Use a lookup table for units in pg_size_pretty and pg_size_bytesDavid Rowley
2021-07-09Fix incorrect return value in pg_size_pretty(bigint)David Rowley
2021-06-12Ensure pg_filenode_relation(0, 0) returns NULL.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-15Fix compiler warningDavid Rowley
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-30Default monitoring rolesSimon Riggs
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-16Suppress -Wunused-result warning for strtol().Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-02-20Further fixing to make pg_size_bytes() portable.Dean Rasheed
2016-02-20Fix pg_size_bytes() to be more portable.Dean Rasheed
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed