summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
Commit message (Expand)AuthorAgeFilesLines
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-043-211/+181
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-263-64/+337
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-263-50/+71
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-141-1/+3
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-124-0/+365