summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap
AgeCommit message (Expand)Author
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-30uninstall script for pg_freespacemapTom Lane
2006-09-21Fix free space map to correctly track the total amount of FSM space neededTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-04Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane
2006-04-26Split out pg_freespace views to one for relations and another for pages,Bruce Momjian
2006-04-26Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-14Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane
2006-02-12Add contrib/pg_freespacemap to display free space map information.Bruce Momjian