]> granicus.if.org Git - postgresql/history - contrib/pageinspect
Create a selectivity estimation function for the text search @@ operator.
[postgresql] / contrib / pageinspect /
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.