]> granicus.if.org Git - postgresql/history - contrib/pageinspect/btreefuncs.c
Remove unused macros.
[postgresql] / contrib / pageinspect / btreefuncs.c
2016-05-02 Heikki LinnakangasRemove unused macros.
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-07 Peter EisentrautAdd more use of psprintf()
2012-11-30 Tom LaneTake buffer lock while inspecting btree index pages...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
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-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-08-26 Tom LaneCode review for btreefuncs additions: restrict to super...
2007-07-15 Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15 Tom LaneSilence a rather odd compiler warning. In passing...
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.