summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
AgeCommit message (Expand)Author
2007-08-29Relax permissions checks on dbsize functions, per discussion. Revert out allTom Lane
2007-08-27Restrict pg_relation_size to relation owner, pg_database_size to DB owner,Tom Lane
2007-03-11Fix a race condition that caused pg_database_size() and pg_tablespace_size()Alvaro Herrera
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-06Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-29Message correctionsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-29Fix confusion between relfilenode and Oid.Alvaro Herrera
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-08-02Use ReadDir() not readdir() so as to have some modicum of error checking.Tom Lane
2005-08-02Un-Windows-ify newlines.Tom Lane
2005-07-29Move dbsize functions into the backend. New functions:Bruce Momjian