summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-01Fix tuple_data_split() to not open a relation without any lock.Tom Lane
2018-07-29Make error message of pageinspect more consistent for raw page inputsMichael Paquier
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-01-26pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas
2018-01-04Fix new test case to not be endian-dependent.Tom Lane
2018-01-04Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
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