trackActivityQuerySize |
Integer |
Specifies the number of bytes reserved to track the currently executing command for each active session. |
[optional] |
timezone |
String |
PostgreSQL service timezone |
[optional] |
trackIoTiming |
TrackIoTimingEnum |
Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. |
[optional] |
pgStatMonitorPgsmEnableQueryPlan |
Boolean |
Enables or disables query plan monitoring |
[optional] |
maxFilesPerProcess |
Integer |
PostgreSQL maximum number of files that can be open per process |
[optional] |
pgStatMonitorPgsmMaxBuckets |
Integer |
Sets the maximum number of buckets |
[optional] |
wal |
WriteAheadLogWALSettings |
|
[optional] |
defaultToastCompression |
DefaultToastCompressionEnum |
Specifies the default TOAST compression method for values of compressible columns (the default is lz4). |
[optional] |
deadlockTimeout |
Integer |
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. |
[optional] |
idleInTransactionSessionTimeout |
Integer |
Time out sessions with open transactions after this number of milliseconds |
[optional] |
maxPredLocksPerTransaction |
Integer |
PostgreSQL maximum predicate locks per transaction |
[optional] |
maxReplicationSlots |
Integer |
PostgreSQL maximum replication slots |
[optional] |
autovacuum |
AutovacuumSettings |
|
[optional] |
maxParallelWorkersPerGather |
Integer |
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node |
[optional] |
pgPartmanBgwInterval |
Integer |
Sets the time interval to run pg_partman's scheduled tasks |
[optional] |
logLinePrefix |
LogLinePrefixEnum |
Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. |
[optional] |
logTempFiles |
Integer |
Log statements for each temporary file created larger than this number of kilobytes, -1 disables |
[optional] |
maxLocksPerTransaction |
Integer |
PostgreSQL maximum locks per transaction |
[optional] |
trackCommitTimestamp |
TrackCommitTimestampEnum |
Record commit time of transactions. |
[optional] |
trackFunctions |
TrackFunctionsEnum |
Enables tracking of function call counts and time used. |
[optional] |
maxStackDepth |
Integer |
Maximum depth of the stack in bytes |
[optional] |
maxParallelWorkers |
Integer |
Sets the maximum number of workers that the system can support for parallel queries |
[optional] |
pgPartmanBgwRole |
String |
Controls which role to use for pg_partman's scheduled background tasks. |
[optional] |
maxLogicalReplicationWorkers |
Integer |
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers) |
[optional] |
maxPreparedTransactions |
Integer |
PostgreSQL maximum prepared transactions |
[optional] |
maxWorkerProcesses |
Integer |
Sets the maximum number of background processes that the system can support |
[optional] |
pgStatStatementsTrack |
PgStatStatementsTrackEnum |
Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. |
[optional] |
tempFileLimit |
Integer |
PostgreSQL temporary file limit in KiB, -1 for unlimited |
[optional] |
logErrorVerbosity |
LogErrorVerbosityEnum |
Controls the amount of detail written in the server log for each message that is logged. |
[optional] |
logMinDurationStatement |
Integer |
Log statements that take more than this number of milliseconds to run, -1 disables |
[optional] |
maxStandbyStreamingDelay |
Integer |
Max standby streaming delay in milliseconds |
[optional] |
jit |
Boolean |
Controls system-wide use of Just-in-Time Compilation (JIT). |
[optional] |
maxStandbyArchiveDelay |
Integer |
Max standby archive delay in milliseconds |
[optional] |
bgWriter |
BackgroundBGWriterSettings |
|
[optional] |