summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-14Clean up manipulations of hash indexes' hasho_flag field.Tom Lane
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-17pageinspect: Add page_checksum functionPeter Eisentraut
2017-03-17pageinspect: Add test for page_header functionPeter Eisentraut
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-02-22Fix incorrect typecast.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-03pageinspect: More type-sanity surgery on the new hash index code.Robert Haas
2017-02-03In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.Tom Lane
2017-02-03pageinspect: Remove platform-dependent values from hash tests.Robert Haas
2017-02-03Fix a bunch more portability bugs in commit 08bf6e529.Tom Lane
2017-02-03pageinspect: Try to fix some bugs in previous commit.Robert Haas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-04Fix gin_leafpage_items().Tom Lane
2016-11-04pageinspect: Fix unaligned struct access in GIN functionsPeter Eisentraut
2016-11-02pageinspect: Make page test more portablePeter Eisentraut
2016-11-02Fix portability bug in gin_page_opaque_info().Tom Lane
2016-11-02pageinspect: Make btree test more portablePeter Eisentraut
2016-11-01pageinspect: Add testsPeter Eisentraut
2016-10-26Fix typo in comment.Heikki Linnakangas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Update pageinspect extension for parallel query.Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-05-02Remove unused macros.Heikki Linnakangas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Fix printf formatPeter Eisentraut
2016-03-28Add missing checks to some of pageinspect's BRIN functionsAlvaro Herrera
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-25Add forgotten file in commit d6061f83a166b015657fda8623c704fcb86930e9Teodor Sigaev
2015-11-25Improve pageinspect moduleTeodor Sigaev
2015-08-13Use materialize SRF mode in brin_page_itemsAlvaro Herrera
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian