aboutsummaryrefslogtreecommitdiff
path: root/contrib/pageinspect
Commit message (Expand)AuthorAge
* Redesign pageinspect function printing infomask bitsMichael Paquier2019-09-19
* Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier2019-09-12
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Only allow heap in a number of contrib modules.Andres Freund2019-04-01
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Make FSM test portable.Amit Kapila2019-02-04
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix tuple_data_split() to not open a relation without any lock.Tom Lane2018-10-01
* Make error message of pageinspect more consistent for raw page inputsMichael Paquier2018-07-29
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-09
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas2018-01-26
* Fix new test case to not be endian-dependent.Tom Lane2018-01-04
* Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* pageinspect: Add page_checksum functionPeter Eisentraut2017-03-17
* pageinspect: Add test for page_header functionPeter Eisentraut2017-03-17
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Add relkind checks to certain contrib modulesStephen Frost2017-03-09
* Fix incorrect typecast.Robert Haas2017-02-22
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-09
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* pageinspect: More type-sanity surgery on the new hash index code.Robert Haas2017-02-03
* In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.Tom Lane2017-02-03
* pageinspect: Remove platform-dependent values from hash tests.Robert Haas2017-02-03