summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
AgeCommit message (Expand)Author
2021-07-09Add missing Int64GetDatum macro in dbsize.cDavid 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
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
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
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-17Prevent possible compiler warnings.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-01-23Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian