index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
Age
Commit message (
Expand
)
Author
2021-01-13
Fix test failure with wal_level=minimal.
Heikki Linnakangas
2021-01-13
Fix portability issues in the new gist pageinspect test.
Heikki Linnakangas
2021-01-13
Add functions to 'pageinspect' to inspect GiST indexes.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-04
Remove unused parameter
Peter Eisentraut
2020-06-29
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-03-17
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-08
Add an explicit test to catch changes in checksumming calculations.
Tom Lane
2020-03-08
pageinspect: Fix types used for bt_metap() columns.
Peter Geoghegan
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-29
Teach pageinspect about nbtree deduplication.
Peter Geoghegan
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-09-19
Redesign pageinspect function printing infomask bits
Michael Paquier
2019-09-12
Add to pageinspect function to make t_infomask/t_infomask2 human-readable
Michael Paquier
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-04-01
Only allow heap in a number of contrib modules.
Andres Freund
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-02-04
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-01-28
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-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
[next]