summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
AgeCommit message (Expand)Author
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-07Update 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-02Update 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-09Improve 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
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-06pg_size_pretty: Format negative values similar to positive ones.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-25rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-13Add use of asprintf()Peter Eisentraut
2013-07-22Silence compiler warning on an unused variableAlvaro Herrera
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-04Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner