]> granicus.if.org Git - postgresql/history - contrib/pgstattuple
Add CVS version labels to all install/uninstall scripts.
[postgresql] / contrib / pgstattuple /
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-10-22 Tom LaneBe careful to get share lock on each page before comput...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-08-26 Tom LaneRestrict pgstattuple functions to superusers. (This...
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-06-07 Magnus HaganderThe functions bt_metap, bt_page_stats and bt_page_items...
2007-05-17 Bruce MomjianAdd CVS comment for recent commit:
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-16 Alvaro HerreraFix uninitialized value in pgstatindex leading to inval...
2006-10-19 Tom LaneSimplify contrib Makefiles by removing unnecessary...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-04 Bruce MomjianUpdate Japanese readme for pgstattuple.
2006-09-04 Tom LaneClean up some leftover problems in pgstattuple: remove...
2006-09-02 Bruce MomjianAdd functions to /contrib/pgstattuple that show index...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-06 Bruce MomjianAdd index information to /contrib/pgstattuple:
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-01 Tom LaneRemove DROPs from contrib object creation scripts,...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix some minor portability issues, per Chris K-L.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-18 Tatsuo IshiiAdd GRANT EXECUTE ON FUNCTION
2002-09-04 Bruce Momjianpgindent run.
2002-09-04 Tatsuo IshiiRefrect changes made by Tom Lane
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-23 Tatsuo IshiiAdapt for SRF(Set Returning Function).
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-06 Bruce MomjianChange made to elog:
2001-12-20 Tatsuo IshiiReflect Tom's change
2001-12-19 Tom LaneFix pgstattuple to acquire a read lock on the target...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-01 Tatsuo IshiiAdd pgstattuple