
Charmed PostgreSQL VM
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 345 | 09 Nov 2023 | |
latest/stable | 239 | 09 Feb 2022 | |
latest/stable | 226 | 01 Apr 2021 | |
14/stable | 553 | 04 Feb 2025 | |
14/stable | 552 | 04 Feb 2025 | |
14/candidate | 553 | 28 Jan 2025 | |
14/candidate | 552 | 28 Jan 2025 | |
14/beta | 553 | 28 Jan 2025 | |
14/beta | 552 | 28 Jan 2025 | |
14/edge | 590 | 29 Mar 2025 | |
14/edge | 589 | 29 Mar 2025 | |
16/beta | 577 | 19 Mar 2025 | |
16/beta | 578 | 19 Mar 2025 | |
16/edge | 584 | 26 Mar 2025 | |
16/edge | 583 | 26 Mar 2025 |
juju deploy postgresql --channel 14/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
connection_authentication_timeout | int
Default: 60
Sets the maximum allowed time to complete client authentication. Allowed values are: from 1 to 600.
-
connection_statement_timeout | int
Sets the maximum allowed duration of any statement. Allowed values are: from 0 to 2147483647.
-
cpu_parallel_leader_participation | boolean
Default: True
Controls whether Gather and Gather Merge also run subplans.
-
durability_synchronous_commit | string
Default: on
Sets the current transactions synchronization level. This charm allows only the “on”, “remote_apply” and “remote_write” values to avoid data loss if the primary crashes and there are replicas.
-
experimental_max_connections | int
[EXPERIMENTAL] Force set max_connections.
-
instance_default_text_search_config | string
Default: pg_catalog.simple
Selects the text search configuration that is used by those variants of the text search functions that do not have an explicit argument specifying it. Allowed values start with “pg_catalog.” followed by a language name, like “pg_catalog.english”.
-
instance_max_locks_per_transaction | int
Default: 64
Specifies the maximum amount of memory to be used by maintenance operations, such as "VACUUM", "CREATE INDEX", and "ALTER TABLE ADD FOREIGN KEY". If this value is specified without units, it is taken as kilobytes. Allowed values are: from 64 to 2147483647.
-
instance_password_encryption | string
Default: scram-sha-256
Determines the algorithm to use to encrypt the password. Allowed values are: “md5” and “scram-sha-256”.
-
instance_synchronize_seqscans | boolean
Default: True
Enable synchronized sequential scans.
-
logging_client_min_messages | string
Default: notice
Sets the message levels that are sent to the client. Allowed values are one of 'debug5', 'debug4', 'debug3', 'debug2', 'debug1', 'log', 'notice', 'warning' or 'error'. Each level includes all the levels that follow it. The later the level, the fewer messages are sent.
-
logging_log_connections | boolean
Default: True
Logs each successful connection.
-
logging_log_disconnections | boolean
Default: True
Logs end of a session, including duration.
-
logging_log_lock_waits | boolean
Logs long lock waits.
-
logging_log_min_duration_statement | int
Default: -1
Sets the minimum running time (milliseconds) above which statements will be logged. Allowed values are: from -1 to 2147483647 (-1 disables logging statement durations).
-
logging_track_functions | string
Default: none
Collects function-level statistics on database activity. Allowed values are one of 'none', 'pl', 'all'. Enables tracking of function call counts and time used. Specify pl to track only procedural-language functions
-
memory_maintenance_work_mem | int
Default: 65536
Sets the maximum memory (KB) to be used for maintenance operations. Allowed values are: from 1024 to 2147483647.
-
memory_max_prepared_transactions | int
Sets the maximum number of simultaneously prepared transactions. Allowed values are: from 0 to 262143.
-
memory_temp_buffers | int
Default: 1024
Sets the maximum number of temporary buffers (8 kB) used by each session. Allowed values are: from 100 to 1073741823.
-
memory_work_mem | int
Default: 4096
Sets the maximum memory (KB) to be used for query workspaces. Allowed values are: from 64 to 2147483647.
-
optimizer_constraint_exclusion | string
Default: partition
Enables the planner to use constraints to optimize queries. Allowed values are: “on”, “off” and “partition”.
-
optimizer_cpu_index_tuple_cost | float
Default: 0.005
Sets the planner's estimate of the cost of processing each index entry during an index scan. Allowed values are: from 0 to 1.80E+308.
-
optimizer_cpu_operator_cost | float
Default: 0.0025
Sets the planner's estimate of the cost of processing each operator or function call. Allowed values are: from 0 to 1.80E+308.
-
optimizer_cpu_tuple_cost | float
Default: 0.01
Sets the planner's estimate of the cost of processing each tuple (row). Allowed values are: from 0 to 1.80E+308.
-
optimizer_cursor_tuple_fraction | float
Default: 0.1
Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved. Allowed values are: from 0 to 1.
-
optimizer_default_statistics_target | int
Default: 100
Sets the default statistics target. Allowed values are: from 1 to 10000.
-
optimizer_enable_async_append | boolean
Default: True
Enables the planner's use of async append plans.
-
optimizer_enable_bitmapscan | boolean
Default: True
Enables the planner's use of bitmap-scan plans.
-
optimizer_enable_gathermerge | boolean
Default: True
Enables the planner's use of gather merge plans.
-
optimizer_enable_hashagg | boolean
Default: True
Enables the planner's use of hashed aggregation plans.
-
optimizer_enable_hashjoin | boolean
Default: True
Enables the planner's use of hash join plans.
-
optimizer_enable_incremental_sort | boolean
Default: True
Enables the planner's use of incremental sort steps.
-
optimizer_enable_indexonlyscan | boolean
Default: True
Enables the planner's use of index-only-scan plans.
-
optimizer_enable_indexscan | boolean
Default: True
Enables the planner's use of index-scan plans.
-
optimizer_enable_material | boolean
Default: True
Enables the planner's use of materialization.
-
optimizer_enable_memoize | boolean
Default: True
Enables the planner's use of memoization.
-
optimizer_enable_mergejoin | boolean
Default: True
Enables the planner's use of merge join plans.
-
optimizer_enable_nestloop | boolean
Default: True
Enables the planner's use of nested-loop join plans.
-
optimizer_enable_parallel_append | boolean
Default: True
Enables the planner's use of parallel append plans.
-
optimizer_enable_parallel_hash | boolean
Default: True
Enables the planner's use of parallel hash plans.
-
optimizer_enable_partition_pruning | boolean
Default: True
Enables plan-time and execution-time partition pruning.
-
optimizer_enable_partitionwise_aggregate | boolean
Enables partitionwise aggregation and grouping.
-
optimizer_enable_partitionwise_join | boolean
Enables partitionwise join.
-
optimizer_enable_seqscan | boolean
Default: True
Enables the planner's use of sequential-scan plans.
-
optimizer_enable_sort | boolean
Default: True
Enables the planner's use of explicit sort steps.
-
optimizer_enable_tidscan | boolean
Default: True
Enables the planner's use of TID scan plans.
-
optimizer_from_collapse_limit | int
Default: 8
Sets the FROM-list size beyond which subqueries are not collapsed. Allowed values are: from 1 to 2147483647.
-
optimizer_geqo | boolean
Default: True
Enables genetic query optimization.
-
optimizer_geqo_effort | int
Default: 5
GEQO: effort is used to set the default for other GEQO parameters. Allowed values are: from 1 to 10.
-
optimizer_geqo_generations | int
GEQO: number of iterations of the algorithm. Allowed values are: from 0 to 2147483647.
-
optimizer_geqo_pool_size | int
GEQO: number of individuals in the population. Allowed values are: from 0 to 2147483647.
-
optimizer_geqo_seed | float
GEQO: seed for random path selection. Allowed values are: from 0 to 1.
-
optimizer_geqo_selection_bias | float
Default: 2.0
GEQO: selective pressure within the population. Allowed values are: from 1.5 to 2.
-
optimizer_geqo_threshold | int
Default: 12
Sets the threshold of FROM items beyond which GEQO is used. Allowed values are: from 2 to 2147483647.
-
optimizer_jit | boolean
Default: True
Allow JIT compilation.
-
optimizer_jit_above_cost | float
Default: 100000.0
Perform JIT compilation if query is more expensive. Allowed values are: from -1 to 1.80E+308.
-
optimizer_jit_inline_above_cost | float
Default: 500000.0
Perform JIT inlining if query is more expensive. Allowed values are: from -1 to 1.80E+308.
-
optimizer_jit_optimize_above_cost | float
Default: 500000.0
Optimize JIT-compiled functions if query is more expensive. Allowed values are: from -1 to 1.80E+308.
-
optimizer_join_collapse_limit | int
Default: 8
Sets the FROM-list size beyond which JOIN constructs are not flattened. Allowed values are: from 1 to 2147483647.
-
optimizer_min_parallel_index_scan_size | int
Default: 64
Sets the minimum amount of index data for a parallel scan. Allowed values are: from 0 to 715827882.
-
optimizer_min_parallel_table_scan_size | int
Default: 1024
Sets the minimum amount of table data for a parallel scan. Allowed values are: from 0 to 715827882.
-
optimizer_parallel_setup_cost | float
Default: 1000.0
Sets the planner's estimate of the cost of starting up worker processes for parallel query. Allowed values are: from 0 to 1.80E+308.
-
optimizer_parallel_tuple_cost | float
Default: 0.1
Sets the planner's estimate of the cost of passing each tuple (row) from worker to leader backend. Allowed values are: from 0 to 1.80E+308.
-
plugin_address_standardizer_data_us_enable | boolean
Enable address_standardizer_data_us extension
-
plugin_address_standardizer_enable | boolean
Enable address_standardizer extension
-
plugin_audit_enable | boolean
Default: True
Enable pgAudit extension
-
plugin_bloom_enable | boolean
Enable bloom extension
-
plugin_bool_plperl_enable | boolean
Enable bool_plperl extension
-
plugin_btree_gin_enable | boolean
Enable btree_gin extension
-
plugin_btree_gist_enable | boolean
Enable btree_gist extension
-
plugin_citext_enable | boolean
Enable citext extension
-
plugin_cube_enable | boolean
Enable cube extension
-
plugin_debversion_enable | boolean
Enable debversion extension
-
plugin_dict_int_enable | boolean
Enable dict_int extension
-
plugin_dict_xsyn_enable | boolean
Enable dict_xsyn extension
-
plugin_earthdistance_enable | boolean
Enable earthdistance extension
-
plugin_fuzzystrmatch_enable | boolean
Enable fuzzystrmatch extension
-
plugin_hll_enable | boolean
Enable hll extension
-
plugin_hstore_enable | boolean
Enable hstore extension
-
plugin_hypopg_enable | boolean
Enable hypopg extension
-
plugin_icu_ext_enable | boolean
Enable icu_ext extension
-
plugin_intarray_enable | boolean
Enable intarray extension
-
plugin_ip4r_enable | boolean
Enable ip4r extension
-
plugin_isn_enable | boolean
Enable isn extension
-
plugin_jsonb_plperl_enable | boolean
Enable jsonb_plperl extension
-
plugin_lo_enable | boolean
Enable lo extension
-
plugin_ltree_enable | boolean
Enable ltree extension
-
plugin_old_snapshot_enable | boolean
Enable old_snapshot extension
-
plugin_orafce_enable | boolean
Enable orafce extension
-
plugin_pg_freespacemap_enable | boolean
Enable pg_freespacemap extension
-
plugin_pg_similarity_enable | boolean
Enable pg_similarity extension
-
plugin_pg_trgm_enable | boolean
Enable pg_trgm extension
-
plugin_pg_visibility_enable | boolean
Enable pg_visibility extension
-
plugin_pgrowlocks_enable | boolean
Enable pgrowlocks extension
-
plugin_pgstattuple_enable | boolean
Enable pgstattuple extension
-
plugin_plperl_enable | boolean
Enable plperl extension
-
plugin_plpython3u_enable | boolean
Enable PL/Python extension
-
plugin_pltcl_enable | boolean
Enable pltcl extension
-
plugin_postgis_enable | boolean
Enable postgis extension
-
plugin_postgis_raster_enable | boolean
Enable postgis_raster extension
-
plugin_postgis_tiger_geocoder_enable | boolean
Enable postgis_tiger_geocoder extension
-
plugin_postgis_topology_enable | boolean
Enable postgis_topology extension
-
plugin_prefix_enable | boolean
Enable prefix extension
-
plugin_rdkit_enable | boolean
Enable rdkit extension
-
plugin_seg_enable | boolean
Enable seg extension
-
plugin_spi_enable | boolean
Enable spi extension
-
plugin_tablefunc_enable | boolean
Enable tablefunc extension
-
plugin_tcn_enable | boolean
Enable tcn extension
-
plugin_tds_fdw_enable | boolean
Enable tds_fdw extension
-
plugin_timescaledb_enable | boolean
Enable timescaledb extension
-
plugin_tsm_system_rows_enable | boolean
Enable tsm_system_rows extension
-
plugin_tsm_system_time_enable | boolean
Enable tsm_system_time extension
-
plugin_unaccent_enable | boolean
Enable unaccent extension
-
plugin_uuid_ossp_enable | boolean
Enable uuid_ossp extension
-
plugin_vector_enable | boolean
Enable pgvector extension
-
profile | string
Default: production
Profile representing the scope of deployment, and used to tune resource allocation. Allowed values are: “production” and “testing”. Production will tune postgresql for maximum performance while testing will tune for minimal running performance.
-
profile_limit_memory | int
Amount of memory in Megabytes to limit PostgreSQL and associated process to. If unset, this will be decided according to the default memory limit in the selected profile. Only comes into effect when the
production
profile is selected. -
request_array_nulls | boolean
Default: True
Enable input of NULL elements in arrays.
-
request_backslash_quote | string
Default: safe_encoding
Sets whether "'" is allowed in string literals. Allowed values are "safe_encoding" and "on" and "off". Safe_encoding is allow only if client encoding does not allow ASCII \ within a multibyte character.
-
request_date_style | string
Default: ISO, MDY
Sets the display format for date and time values. Allowed formats are explained in https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-DATESTYLE.
-
request_deadlock_timeout | int
Default: 1000
Sets the time to wait on a lock before checking for deadlock. Allowed values are: from 1 to 2147483647.
-
request_default_transaction_deferrable | boolean
Sets the default deferrable status of new transactions.
-
request_default_transaction_isolation | string
Default: read committed
Sets the transaction isolation level of each new transaction. Allowed values are one of 'serializable', 'repeatable read', 'read committed', 'read uncommitted'. Read commited or read uncommited is a statement can only see rows committed before it began. Repeatable read is all statements of the current transaction can only see rows committed before the first query or data-modification statement was executed in this transaction. Serializable is all statements of the current transaction can only see rows committed before the first query or data-modification statement was executed in this transaction.
-
request_default_transaction_read_only | boolean
Sets the default read-only status of new transactions.
-
request_escape_string_warning | boolean
Default: True
Warn about backslash escapes in ordinary string literals.
-
request_lock_timeout | int
Sets the maximum allowed duration of any wait for a lock. Allowed values are: from 0 to 2147483647.
-
request_standard_conforming_strings | boolean
Default: True
Causes ... strings to treat backslashes literally.
-
request_time_zone | string
Default: UTC
Sets the time zone for displaying and interpreting time stamps. Allowed values are the ones from IANA time zone data, a time zone abbreviation like PST and POSIX-style time zone specifications.
-
request_track_activity_query_size | int
Default: 1024
Sets the size reserved for pg_stat_activity.query, in bytes. Allowed values are: from 100 to 1048576.
-
request_transform_null_equals | boolean
Treats "expr=NULL" as "expr IS NULL"
-
request_xmlbinary | string
Default: base64
Sets how binary values are to be encoded in XML. Allowed values are one of 'base64', 'hex'.
-
request_xmloption | string
Default: content
Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments. Allowed values are one of 'content', 'document'.
-
response_bytea_output | string
Default: hex
Sets the output format for bytes. Allowed values are: “escape” and “hex”.
-
response_exit_on_error | boolean
Terminate session on any error.
-
response_extra_float_digits | int
Default: 1
Sets the number of digits displayed for floating-point values. Allowed values are: from -15 to 3.
-
response_gin_fuzzy_search_limit | int
Sets the maximum allowed result for exact search by GIN. Allowed values are: from 0 to 2147483647.
-
response_lc_monetary | string
Default: C
Sets the locale for formatting monetary amounts. Allowed values are the locales available in the unit.
-
response_lc_numeric | string
Default: C
Sets the locale for formatting numbers. Allowed values are the locales available in the unit.
-
response_lc_time | string
Default: C
Sets the locale for formatting date and time values. Allowed values are the locales available in the unit.
-
session_idle_in_transaction_session_timeout | int
Sets the maximum allowed idle time between queries, when in a transaction. Allowed values are: from 0 to 2147483647.
-
storage_bgwriter_lru_maxpages | int
Default: 100
Background writer maximum number of LRU pages to flush per round. Allowed values are: from 0 to 1073741823.
-
storage_bgwriter_lru_multiplier | float
Default: 2.0
Multiple of the average buffer usage to free per round. Allowed values are: from 0 to 10.
-
storage_default_table_access_method | string
Default: heap
Sets the default table access method for new tables. These entries can be created using the CREATE ACCESS METHOD SQL command.
-
storage_gin_pending_list_limit | int
Default: 4096
Sets the maximum size of the pending list for GIN index. Allowed values are: from 64 to 2147483647.
-
storage_old_snapshot_threshold | int
Default: -1
Time before a snapshot is too old to read pages changed after the snapshot was taken. Allowed values are: from -1 to 86400.
-
synchronous_node_count | string
Default: all
Sets the number of synchronous nodes to be maintained in the cluster. Should be either "all", "majority" or a positive integer value.
-
vacuum_autovacuum_analyze_scale_factor | float
Default: 0.1
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default, 0.1, means 10% of table size. Allowed values are: from 0 to 100.
-
vacuum_autovacuum_analyze_threshold | int
Default: 50
Sets the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. Allowed values are: from 0 to 2147483647.
-
vacuum_autovacuum_freeze_max_age | int
Default: 200000000
Maximum age (in transactions) before triggering autovacuum on a table to prevent transaction ID wraparound. Allowed values are: from 100000 to 2000000000.
-
vacuum_autovacuum_naptime | int
Default: 60
Time to sleep between autovacuum runs. Allowed values are: from 1 to 2147483.
-
vacuum_autovacuum_vacuum_cost_delay | float
Default: 2.0
Sets cost delay value (milliseconds) that will be used in automatic VACUUM operations. Allowed values are: from -1 to 100 (-1 tells PostgreSQL to use the regular vacuum_cost_delay value).
-
vacuum_autovacuum_vacuum_cost_limit | int
Default: -1
Vacuum cost amount available before napping, for autovacuum. Allowed values are: from -1 to 10000.
-
vacuum_autovacuum_vacuum_insert_scale_factor | float
Default: 0.2
Number of tuple inserts prior to vacuum as a fraction of reltuples. Allowed values are: from 0 to 100.
-
vacuum_autovacuum_vacuum_insert_threshold | int
Default: 1000
Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums. Allowed values are: from -1 to 2147483647.
-
vacuum_autovacuum_vacuum_scale_factor | float
Default: 0.2
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default, 0.2, means 20% of table size. Allowed values are: from 0 to 100.
-
vacuum_autovacuum_vacuum_threshold | int
Default: 50
Minimum number of tuple updates or deletes prior to vacuum. Allowed values are: from 0 to 2147483647.
-
vacuum_vacuum_cost_delay | float
Vacuum cost delay in milliseconds. Allowed values are: from 0 to 100.
-
vacuum_vacuum_cost_limit | int
Default: 200
Vacuum cost amount available before napping. Allowed values are: from 1 to 10000.
-
vacuum_vacuum_cost_page_dirty | int
Default: 20
Vacuum cost for a page dirtied by vacuum. Allowed values are: from 0 to 10000.
-
vacuum_vacuum_cost_page_hit | int
Default: 1
Vacuum cost for a page found in the buffer cache. Allowed values are: from 0 to 10000.
-
vacuum_vacuum_cost_page_miss | int
Default: 2
Vacuum cost for a page not found in the buffer cache. Allowed values are: from 0 to 10000.
-
vacuum_vacuum_failsafe_age | int
Default: 1600000000
Age at which VACUUM should trigger failsafe to avoid a wraparound outage. Allowed values are: from 0 to 2100000000.
-
vacuum_vacuum_freeze_min_age | int
Default: 50000000
Minimum age at which VACUUM should freeze a table row. Allowed values are: from 0 to 1000000000.
-
vacuum_vacuum_freeze_table_age | int
Default: 150000000
Age (in transactions) at which VACUUM should scan whole table to freeze tuples. Allowed values are: from 0 to 2000000000.
-
vacuum_vacuum_multixact_failsafe_age | int
Default: 1600000000
Multixact age at which VACUUM should trigger failsafe to avoid a wraparound outage. Allowed values are: from 0 to 2100000000.
-
vacuum_vacuum_multixact_freeze_min_age | int
Default: 5000000
Minimum age at which VACUUM should freeze a MultiXactId in a table row. Allowed values are: from 0 to 1000000000.
-
vacuum_vacuum_multixact_freeze_table_age | int
Default: 150000000
Multixact age at which VACUUM should scan whole table to freeze tuples. Allowed values are: from 0 to 2000000000.