]> granicus.if.org Git - postgresql/history - contrib/pageinspect
Fix division by zero in _bt_vacuum_needs_cleanup()
[postgresql] / contrib / pageinspect /
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-02-04 Amit KapilaMake FSM test portable.
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
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-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-01 Tom LaneFix tuple_data_split() to not open a relation without...
2018-07-29 Michael PaquierMake error message of pageinspect more consistent for...
2018-05-20 Tom Laneprintf("%lf") is not portable, so omit the "l".
2018-05-09 Alvaro Herrerapgstatindex, pageinspect: handle partitioned indexes
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-09 Tom LaneFurther cleanup of client dependencies on src/include...
2018-04-05 Teodor SigaevFix handling of non-upgraded B-tree metapages
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-01-26 Robert Haaspageinspect: Fix use of wrong memory context by hash_pa...
2018-01-04 Tom LaneFix new test case to not be endian-dependent.
2018-01-04 Tom LaneFix incorrect computations of length of null bitmap...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
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-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-14 Tom LaneClean up manipulations of hash indexes' hasho_flag...
2017-04-07 Alvaro HerreraReduce the number of pallocs() in BRIN
2017-04-05 Robert HaasFix pageinspect failures on hash indexes.
2017-04-05 Peter Eisentrautpageinspect: Add bt_page_items function with bytea...
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-17 Peter Eisentrautpageinspect: Add page_checksum function
2017-03-17 Peter Eisentrautpageinspect: Add test for page_header function
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-09 Stephen FrostAdd relkind checks to certain contrib modules
2017-02-22 Robert HaasFix incorrect typecast.
2017-02-09 Robert Haaspageinspect: Fix hash_bitmap_info not to read the under...
2017-02-07 Robert HaasCache hash index's metapage in rel->rd_amcache.
2017-02-03 Robert Haaspageinspect: More type-sanity surgery on the new hash...
2017-02-03 Tom LaneIn pageinspect/hashfuncs.c, avoid crashes on alignment...
2017-02-03 Robert Haaspageinspect: Remove platform-dependent values from...
2017-02-03 Tom LaneFix a bunch more portability bugs in commit 08bf6e529.
2017-02-03 Robert Haaspageinspect: Try to fix some bugs in previous commit.
2017-02-02 Robert Haaspageinspect: Support hash indexes.
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-11-04 Tom LaneFix gin_leafpage_items().
2016-11-04 Peter Eisentrautpageinspect: Fix unaligned struct access in GIN functions
2016-11-02 Peter Eisentrautpageinspect: Make page test more portable
2016-11-02 Tom LaneFix portability bug in gin_page_opaque_info().
2016-11-02 Peter Eisentrautpageinspect: Make btree test more portable
2016-11-01 Peter Eisentrautpageinspect: Add tests
2016-10-26 Heikki LinnakangasFix typo in comment.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasUpdate pageinspect extension for parallel query.
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
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-08 Peter EisentrautReplace printf format %i by %d
2016-04-08 Peter EisentrautFix printf format
2016-03-28 Alvaro HerreraAdd missing checks to some of pageinspect's BRIN functions
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-25 Teodor SigaevAdd forgotten file in commit d6061f83a166b015657fda8623...
2015-11-25 Teodor SigaevImprove pageinspect module
2015-08-13 Alvaro HerreraUse materialize SRF mode in brin_page_items
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-03-10 Alvaro HerreraMove BRIN page type to page's last two bytes
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-02 Alvaro Herrerapageinspect/BRIN: minor tweaks
2014-11-21 Heikki LinnakangasAdd pageinspect functions for inspecting GIN indexes.
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-22 Tom LaneCheck block number against the correct fork in get_raw_...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-03-03 Robert Haaspageinspect: Use new pg_lsn datatype.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-07-18 Fujii MasaoFix typo in update scripts for some contrib modules.
2013-05-24 Heikki LinnakangasRemove pageinspect--1.0.sql
2013-03-18 Simon RiggsAdd pageinspect--1.0--1.sql for checksum changes
2013-03-18 Simon RiggsAdd pageinspect--1.1.sql for checksum changes
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Tom LaneTake buffer lock while inspecting btree index pages...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Alvaro HerreraFix assorted compilation failures in contrib
next