index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dbsize
Age
Commit message (
Expand
)
Author
2005-07-29
Move dbsize functions into the backend. New functions:
Bruce Momjian
2005-07-04
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-06-19
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-05-27
Remove second argument from textToQualifiedNameList(), as it is no longer
Neil Conway
2005-02-26
Add routines to dbsize to return the index size and total relation size.
Bruce Momjian
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-09-28
Code review for recent dbsize changes. Fix some thinkos, enforce coding
Tom Lane
2004-09-08
Improve README with mention of new functions.
Bruce Momjian
2004-09-02
Remove line specifying Andreas as author.
Bruce Momjian
2004-09-02
The current implementation of dbsize doesn't handle tables in
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-20
> Please find enclose a submission to fix these problems.
Bruce Momjian
2004-08-12
dbsize modification to support tablespaces
Bruce Momjian
2004-02-23
Replace opendir/closedir calls throughout the backend with AllocateDir
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-08-29
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-09
has_table_privilege spawns scions has_database_privilege, has_function_privil...
Tom Lane
2002-07-20
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-06-23
Update dbsize documentation with:
Bruce Momjian
2002-05-20
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-04-02
Fix contrib/dbsize for schema-qualified table names.
Tom Lane
2002-02-22
I've written on like that a while ago:
Bruce Momjian