]> granicus.if.org Git - postgresql/history - contrib/pageinspect
Set per-function GUC settings during validating the function.
[postgresql] / contrib / pageinspect /
2010-04-02 Magnus HaganderFix minor typos in comments.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-08 Tom LaneFix contrib/pageinspect to not create an ABI breakage...
2009-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
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...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Tom LaneFix some missed copyright updates.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
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-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.