]> granicus.if.org Git - postgresql/history - contrib/pg_freespacemap/pg_freespacemap.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / contrib / pg_freespacemap / pg_freespacemap.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-07 Tom LaneRemove useless (leftover?) extern declaration.
2008-10-02 Heikki LinnakangasMake the blkno arguments bigints instead of int4s....
2008-09-30 Heikki LinnakangasRewrite pg_freespacemap to match the new FSM implementa...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-04 Tom LaneCode review for contrib/pg_freespacemap. Add a storedp...
2006-04-26 Bruce MomjianSplit out pg_freespace views to one for relations and...
2006-04-26 Bruce MomjianAdjust /contrib/pg_freespace to show index free space...
2006-02-14 Tom LaneNeed a DLLIMPORT for MaxFSMPages, per buildfarm failure...
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...