index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
Commit message (
Expand
)
Author
Age
*
Redesign pageinspect function printing infomask bits
Michael Paquier
2019-09-19
*
Add to pageinspect function to make t_infomask/t_infomask2 human-readable
Michael Paquier
2019-09-12
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Only allow heap in a number of contrib modules.
Andres Freund
2019-04-01
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Make FSM test portable.
Amit Kapila
2019-02-04
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix tuple_data_split() to not open a relation without any lock.
Tom Lane
2018-10-01
*
Make error message of pageinspect more consistent for raw page inputs
Michael Paquier
2018-07-29
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
pgstatindex, pageinspect: handle partitioned indexes
Alvaro Herrera
2018-05-09
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Fix handling of non-upgraded B-tree metapages
Teodor Sigaev
2018-04-05
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
pageinspect: Fix use of wrong memory context by hash_page_items.
Robert Haas
2018-01-26
*
Fix new test case to not be endian-dependent.
Tom Lane
2018-01-04
*
Fix incorrect computations of length of null bitmap in pageinspect.
Tom Lane
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
pageinspect: Add page_checksum function
Peter Eisentraut
2017-03-17
*
pageinspect: Add test for page_header function
Peter Eisentraut
2017-03-17
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Add relkind checks to certain contrib modules
Stephen Frost
2017-03-09
*
Fix incorrect typecast.
Robert Haas
2017-02-22
*
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
pageinspect: More type-sanity surgery on the new hash index code.
Robert Haas
2017-02-03
*
In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.
Tom Lane
2017-02-03
*
pageinspect: Remove platform-dependent values from hash tests.
Robert Haas
2017-02-03
[next]