postgresql/src/backend/access
Alvaro Herrera 799e220346 Log all statements from a sample of transactions
This is useful to obtain a view of the different transaction types in an
application, regardless of the durations of the statements each runs.

Author: Adrien Nayrat
Reviewed-by: Masahiko Sawada, Hayato Kuroda, Andres Freund
2019-04-03 18:43:59 -03:00
..
brin Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
common Generated columns 2019-03-30 08:15:57 +01:00
gin Generate less WAL during GiST, GIN and SP-GiST index build. 2019-04-03 17:03:15 +03:00
gist Generate less WAL during GiST, GIN and SP-GiST index build. 2019-04-03 17:03:15 +03:00
hash Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
heap Correctly initialize newly added struct member 2019-04-03 09:58:47 -03:00
index Compute XID horizon for page level index vacuum on primary. 2019-03-26 16:52:54 -07:00
nbtree Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
rmgrdesc Generate less WAL during GiST, GIN and SP-GiST index build. 2019-04-03 17:03:15 +03:00
spgist Generate less WAL during GiST, GIN and SP-GiST index build. 2019-04-03 17:03:15 +03:00
table tableam: bitmap table scan. 2019-03-31 18:37:57 -07:00
tablesample tableam: sample scan. 2019-03-31 18:37:57 -07:00
transam Log all statements from a sample of transactions 2019-04-03 18:43:59 -03:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00