Commits

DateSubjectAuthorReleases
2011-04-29 Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 8.4.9
2011-04-29 Rewrite pg_size_pretty() to avoid compiler bug. Tom Lane 9.0.5
2011-04-25 Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. Tom Lane 8.2.22
2011-04-25 Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. Tom Lane 8.3.16
2011-04-25 Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. Tom Lane 8.4.9
2011-04-25 Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. Tom Lane 9.0.5
2011-04-25 Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. Tom Lane 9.1.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-01-23 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that Tom Lane 8.1.20
2010-01-23 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that Tom Lane 8.2.16
2010-01-23 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that Tom Lane 8.3.10
2010-01-23 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that Tom Lane 8.4.3
2010-01-23 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that Tom Lane 9.0.0
2010-01-19 Add pg_table_size() and pg_indexes_size() to provide more user-friendly Tom Lane 9.0.0
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.1.12
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.2.8
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.3.2
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-08-29 Relax permissions checks on dbsize functions, per discussion. Revert out all Tom Lane 8.3.0
2007-08-27 Restrict pg_relation_size to relation owner, pg_database_size to DB owner, Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-11-06 Get rid of some unnecessary dependencies on DataDir: wherever possible, Tom Lane 8.2.0
2005-08-02 Use ReadDir() not readdir() so as to have some modicum of error checking. Tom Lane 8.1.0
2005-08-02 Un-Windows-ify newlines. Tom Lane 8.1.0