Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/docs/7x/ref_guide/config_params/guc-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,16 @@ By default, connection log messages only show the IP address of the connecting h
| ----------- | ------- | --------------------------- |
| Boolean | off | coordinator, system, reload |

<a id="log_lock_waits"></a>

## log_lock_waits

Controls whether a log message is produced when a session waits longer than [deadlock_timeout](#deadlock_timeout) to acquire a lock. Enabling this parameter is useful for determining if lock waits are causing performance problems. Only superusers and users with the appropriate `SET` privilege can change this setting.

| Value Range | Default | Set Classifications |
| ----------- | ------- | ---------------------------------------- |
| Boolean | off | coordinator, session, reload, superuser |

<a id="log_min_duration_statement"></a>

## log_min_duration_statement
Expand Down