aboutsummaryrefslogtreecommitdiff
path: root/contrib/pageinspect/btreefuncs.c
Commit message (Expand)AuthorAge
* Remove unused macros.Heikki Linnakangas2016-05-02
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-30
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-31
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Code review for btreefuncs additions: restrict to superusers to avoidTom Lane2007-08-26
* Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom Lane2007-07-15
* Silence a rather odd compiler warning. In passing, make this file'sTom Lane2007-07-15
* Add database page inspection /contrib module.Bruce Momjian2007-05-17