postgresql/src/backend/access
Michael Paquier 3be97b97ed Add flag values in WAL description to all heap records
Hexadecimal is consistently used as format to not bloat too much the
output but keep it readable.  This information is useful mainly for
debugging purposes with for example pg_waldump.

Author: Michael Paquier
Reviewed-by: Nathan Bossart, Dmitry Dolgov, Andres Freund, Álvaro
Herrera
Discussion: https://postgr.es/m/20180413034734.GE1552@paquier.xyz
2018-11-14 10:33:10 +09:00
..
brin Fail BRIN control functions during recovery explicitly 2018-06-14 12:51:32 -04:00
common Correctly set t_self for heap tuples in expand_tuple 2018-10-24 10:56:27 -04:00
gin Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 2018-11-06 13:25:24 -05:00
gist Add support for nearest-neighbor (KNN) searches to SP-GiST 2018-09-19 01:54:10 +03:00
hash Remove deprecated abstime, reltime, tinterval datatypes. 2018-10-11 11:59:15 -07:00
heap Use pg_pread() and pg_pwrite() for data files and WAL. 2018-11-07 09:51:50 +13:00
index Add support for nearest-neighbor (KNN) searches to SP-GiST 2018-09-19 01:54:10 +03:00
nbtree Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
rmgrdesc Add flag values in WAL description to all heap records 2018-11-14 10:33:10 +09:00
spgist Fix memory leak in repeated SPGIST index scans. 2018-10-31 17:05:03 -04:00
tablesample Rethink how to get float.h in old Windows API for isnan/isinf 2018-07-11 09:11:48 -04:00
transam Remove volatiles from {procarray,volatile}.c and fix memory ordering issue. 2018-11-10 16:11:57 -08:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00