]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/dbsize.c
Move relpath() to libpgcommon
[postgresql] / src / backend / utils / adt / dbsize.c
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-14 Robert Haaspg_size_pretty(numeric)
2012-01-19 Heikki LinnakangasMake pg_relation_size() and friends return NULL if...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-29 Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-25 Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-17 Robert HaasPrevent possible compiler warnings.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-23 Tom LaneInsert CHECK_FOR_INTERRUPTS calls into loops in dbsize...
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: