summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap/pg_freespacemap.sql.in
Commit message (Expand)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-26/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Properly mark pg_freespace() function as strict. Also updateTom Lane2009-06-101-2/+2
* Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas2008-10-021-5/+5
* Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas2008-09-301-1/+1
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-33/+15
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-131-0/+2
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-3/+0
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-1/+1
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-041-3/+13
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-261-8/+24
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-261-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-121-0/+19