OSDN Git Service

Fix typo
[pg-rex/syncrep.git] / contrib / pgstattuple /
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-02 Robert HaasBasic foreign table support.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-02 Tom LaneEnsure that contrib/pgstattuple functions respond to...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-28 Bruce MomjianBlank line Makefile cleanups.
2009-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-01-06 Tatsuo IshiiRemove outdated Japanese README files per discussion.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneSuppress compiler warning induced by recent header...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-21 Tom LaneAdjust pgstatindex() to give correct answers for indexe...
2008-01-14 Tom LaneFix pgstat_heap() to not be broken by syncscans startin...
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-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