summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/dbsize.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Use fork names instead of numbers in the file names for additionalHeikki Linnakangas2008-10-061-30/+1
* Add relation fork support to pg_relation_size() function. You can now passHeikki Linnakangas2008-10-031-36/+39
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-2/+3
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+2
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-311-2/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-10/+8
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+4
* Relax permissions checks on dbsize functions, per discussion. Revert out allTom Lane2007-08-291-36/+21
* Restrict pg_relation_size to relation owner, pg_database_size to DB owner,Tom Lane2007-08-271-1/+37
* Fix a race condition that caused pg_database_size() and pg_tablespace_size()Alvaro Herrera2007-03-111-8/+17
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-061-31/+18
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Message correctionsPeter Eisentraut2005-10-291-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-71/+71
* Fix confusion between relfilenode and Oid.Alvaro Herrera2005-09-291-123/+78
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-30/+28
* Use ReadDir() not readdir() so as to have some modicum of error checking.Tom Lane2005-08-021-8/+9
* Un-Windows-ify newlines.Tom Lane2005-08-021-461/+461
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-291-0/+461