]> granicus.if.org Git - postgresql/commit
Log all statements from a sample of transactions
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 3 Apr 2019 21:43:59 +0000 (18:43 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 3 Apr 2019 21:43:59 +0000 (18:43 -0300)
commit799e220346f1387e823a4dbdc3b1c8c3cdc5c3e0
tree3530d9162d2069475148fdb0db5218b1e1c02b4b
parentd8c0bd9fefa9c70a3f5613fba672fa92f08ea940
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
doc/src/sgml/config.sgml
src/backend/access/transam/xact.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/access/xact.h
src/include/utils/guc.h