index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
Age
Commit message (
Expand
)
Author
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-01
Fix tuple_data_split() to not open a relation without any lock.
Tom Lane
2018-07-29
Make error message of pageinspect more consistent for raw page inputs
Michael Paquier
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-09
pgstatindex, pageinspect: handle partitioned indexes
Alvaro Herrera
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-05
Fix handling of non-upgraded B-tree metapages
Teodor Sigaev
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-01-26
pageinspect: Fix use of wrong memory context by hash_page_items.
Robert Haas
2018-01-04
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-03
Update copyright for 2018
Bruce Momjian
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-05
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-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-17
pageinspect: Add page_checksum function
Peter Eisentraut
2017-03-17
pageinspect: Add test for page_header function
Peter Eisentraut
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-09
Add relkind checks to certain contrib modules
Stephen Frost
2017-02-22
Fix incorrect typecast.
Robert Haas
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-03
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
Fix a bunch more portability bugs in commit 08bf6e529.
Tom Lane
2017-02-03
pageinspect: Try to fix some bugs in previous commit.
Robert Haas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-04
Fix gin_leafpage_items().
Tom Lane
2016-11-04
pageinspect: Fix unaligned struct access in GIN functions
Peter Eisentraut
2016-11-02
pageinspect: Make page test more portable
Peter Eisentraut
2016-11-02
Fix portability bug in gin_page_opaque_info().
Tom Lane
2016-11-02
pageinspect: Make btree test more portable
Peter Eisentraut
2016-11-01
pageinspect: Add tests
Peter Eisentraut
[next]