summaryrefslogtreecommitdiff
path: root/contrib/dbsize/dbsize.c
AgeCommit message (Expand)Author
2005-07-29Move dbsize functions into the backend. New functions:Bruce Momjian
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-09-28Code review for recent dbsize changes. Fix some thinkos, enforce codingTom Lane
2004-09-02Remove line specifying Andreas as author.Bruce Momjian
2004-09-02The current implementation of dbsize doesn't handle tables inBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-12dbsize modification to support tablespacesBruce Momjian
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-04-02Fix contrib/dbsize for schema-qualified table names.Tom Lane
2002-02-22I've written on like that a while ago:Bruce Momjian