summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Properly mark pg_freespace() function as strict. Also updateTom Lane2009-06-102-8/+5
* Remove useless (leftover?) extern declaration.Tom Lane2009-04-071-2/+1
* Make the blkno arguments bigints instead of int4s. A signed int4 is notHeikki Linnakangas2008-10-022-11/+9
* Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas2008-09-304-369/+25
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-33/+15
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-3/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-3/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-173/+0
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-8/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-64/+65
* uninstall script for pg_freespacemapTom Lane2006-09-302-1/+9
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-213-47/+47
* 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