summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
AgeCommit message (Expand)Author
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
2013-03-03Add a materialized view relations.Kevin Grittner
2013-02-21Move relpath() to libpgcommonAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-17Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-01-19Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-29Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane
2011-04-25Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane