]> granicus.if.org Git - postgresql/history - contrib/pgstattuple
Fix division by zero in _bt_vacuum_needs_cleanup()
[postgresql] / contrib / pgstattuple /
2019-04-01 Andres FreundOnly allow heap in a number of contrib modules.
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-02-20 Amit KapilaDoc: Update the documentation for FSM behavior for...
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-05-09 Alvaro Herrerapgstatindex, pageinspect: handle partitioned indexes
2018-05-09 Alvaro Herrerapgstatindex: HASH -> hash
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-03-22 Tom LaneSync up our various ways of estimating pg_class.reltuples.
2018-03-15 Peter EisentrautFix more format truncation issues
2018-03-13 Tom LaneWhen updating reltuples after ANALYZE, just extrapolate...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-09-18 Tom LaneMinor code-cleanliness improvements for btree.
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-08-10 Robert Haaspgstatindex: Insert some casts to prevent overflow.
2017-08-04 Robert Haashash: Increase the number of possible overflow bitmaps...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-14 Tom LaneClean up manipulations of hash indexes' hasho_flag...
2017-04-12 Robert HaasFix pgstattuple's handling of unused hash pages.
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-03-30 Simon RiggsDefault monitoring roles
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-22 Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-10 Stephen Frostpgstattuple: Fix typo partitiond -> partitioned
2017-03-09 Stephen FrostAdd relkind checks to certain contrib modules
2017-02-03 Robert Haaspgstattuple: Add pgstathashindex.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-28 Robert Haaspgstattuple: Don't take heavyweight locks when examinin...
2016-09-30 Stephen FrostRemove superuser checks in pgstattuple
2016-06-14 Tom LaneMinor fixes in contrib installation scripts.
2016-06-10 Robert HaasUpdate pgstattuple extension for parallel query.
2016-05-02 Heikki LinnakangasRemove unused macros.
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-02-18 Tom LaneFix multiple bugs in contrib/pgstattuple's pgstatindex...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-14 Fujii MasaoPrevent pgstattuple() from reporting BRIN as unknown...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-13 Andres FreundAdd pgstattuple_approx() to the pgstattuple extension.
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-06-30 Noah MischDon't prematurely free the BufferAccessStrategy in...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-07-25 Robert Haaspgstattuple: Use SnapshotDirty, not SnapshotNow.
2013-07-18 Fujii MasaoFix pgstattuple functions to use regclass-type as the...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2012-12-05 Heikki LinnakangasAdd pgstatginindex() function to get the size of the...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-13 Robert Haaspgstattuple: Use a BufferAccessStrategy object to avoid...
2012-03-13 Robert Haaspgstattuple: Add new error case for spgist indexes.
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-10-06 Robert HaasMake pgstatindex respond to cancel interrupts.
2011-08-25 Tom LaneAdd a regression test for pgstattuple.
2011-08-25 Tom LaneFix pgstatindex() to give consistent results for empty...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
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...
next