| 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-07-29 | Make error message of pageinspect more consistent for raw page inputs | Michael Paquier |
| 2018-05-09 | pgstatindex, pageinspect: handle partitioned indexes | Alvaro Herrera |
| 2018-04-09 | Further cleanup of client dependencies on src/include/catalog headers. | 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-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
| 2017-03-17 | pageinspect: Add page_checksum function | Peter Eisentraut |
| 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-03 | In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines. | Tom Lane |
| 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-04-20 | Revert no-op changes to BufferGetPage() | Kevin Grittner |
| 2016-04-08 | Modify BufferGetPage() to prepare for "snapshot too old" feature | Kevin Grittner |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-07-22 | Check block number against the correct fork in get_raw_page(). | Tom Lane |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
| 2014-03-03 | pageinspect: Use new pg_lsn datatype. | Robert Haas |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-03-18 | Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
| 2012-06-24 | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-07-04 | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-08 | Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. | Tom Lane |
| 2009-03-31 | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
| 2007-05-17 | Add database page inspection /contrib module. | Bruce Momjian |