]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/dbsize.c
Add pg_table_size() and pg_indexes_size() to provide more user-friendly
[postgresql] / src / backend / utils / adt / dbsize.c
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-29 Tom LaneRelax permissions checks on dbsize functions, per discu...
2007-08-27 Tom LaneRestrict pg_relation_size to relation owner, pg_databas...
2007-03-11 Alvaro HerreraFix a race condition that caused pg_database_size(...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-06 Tom LaneGet rid of some unnecessary dependencies on DataDir...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-29 Alvaro HerreraFix confusion between relfilenode and Oid.
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-08-02 Tom LaneUse ReadDir() not readdir() so as to have some modicum...
2005-08-02 Tom LaneUn-Windows-ify newlines.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions: