Modifications : etc/postgresql/9.1 -> etc/postgresql/9.4
[lhc/ateliers.git] / etc / postgresql / 9.4 / main / postgresql.conf
1 #archive_command = '' # command to use to archive a logfile segment
2 #archive_mode = off # allows archiving to be done
3 #archive_timeout = 0 # force a logfile segment switch after this
4 #array_nulls = on
5 #authentication_timeout = 1min # 1s-600s
6 #autovacuum = on # Enable autovacuum subprocess? 'on'
7 #autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze
8 #autovacuum_analyze_threshold = 50 # min number of row updates before
9 #autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum
10 #autovacuum_max_workers = 3 # max number of autovacuum subprocesses
11 #autovacuum_naptime = 1min # time between autovacuum runs
12 #autovacuum_vacuum_cost_delay = 20ms # default vacuum cost delay for
13 #autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for
14 #autovacuum_vacuum_scale_factor = 0.2 # fraction of table size before vacuum
15 #autovacuum_vacuum_threshold = 50 # min number of row updates before
16 #backslash_quote = safe_encoding # on, off, or safe_encoding
17 #bgwriter_delay = 200ms # 10-10000ms between rounds
18 #bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round
19 #bgwriter_lru_multiplier = 2.0 # 0-10.0 multipler on buffers scanned/round
20 bonjour = off # advertise server via Bonjour
21 #bonjour_name = '' # defaults to the computer name
22 #bytea_output = 'hex' # hex, escape
23 #check_function_bodies = on
24 #checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
25 #checkpoint_segments = 3 # in logfile segments, min 1, 16MB each
26 #checkpoint_timeout = 5min # range 30s-1h
27 #checkpoint_warning = 30s # 0 disables
28 #client_encoding = sql_ascii # actually, defaults to database
29 #client_min_messages = notice # values in order of decreasing detail:
30 #commit_delay = 0 # range 0-100000, in microseconds
31 #commit_siblings = 5 # range 1-1000
32 #constraint_exclusion = partition # on, off, or partition
33 #cpu_index_tuple_cost = 0.005 # same scale as above
34 #cpu_operator_cost = 0.0025 # same scale as above
35 #cpu_tuple_cost = 0.01 # same scale as above
36 #cursor_tuple_fraction = 0.1 # range 0.0-1.0
37 #custom_variable_classes = '' # list of custom variable class names
38 data_directory = '/home/postgresql/data/9.4' # use data in another directory
39 datestyle = 'iso, dmy'
40 #db_user_namespace = off
41 #deadlock_timeout = 1s
42 #debug_pretty_print = on
43 #debug_print_parse = off
44 #debug_print_plan = off
45 #debug_print_rewritten = off
46 #default_statistics_target = 100 # range 1-10000
47 #default_tablespace = '' # a tablespace name, '' uses the default
48 default_text_search_config = 'pg_catalog.french'
49 #default_transaction_deferrable = off
50 #default_transaction_isolation = 'read committed'
51 #default_transaction_read_only = off
52 #default_with_oids = off
53 #dynamic_library_path = '$libdir'
54 #effective_cache_size = 128MB
55 #enable_bitmapscan = on
56 #enable_hashagg = on
57 #enable_hashjoin = on
58 #enable_indexscan = on
59 #enable_material = on
60 #enable_mergejoin = on
61 #enable_nestloop = on
62 #enable_seqscan = on
63 #enable_sort = on
64 #enable_tidscan = on
65 #escape_string_warning = on
66 #exit_on_error = off # terminate session on any error?
67 #external_pid_file = '/run/postgresql/9.4-main.pid' # write an extra PID file
68 #extra_float_digits = 0 # min -15, max 3
69 #from_collapse_limit = 8
70 #fsync = on # turns forced synchronization on or off
71 #full_page_writes = on # recover from partial page writes
72 #geqo = on
73 #geqo_effort = 5 # range 1-10
74 #geqo_generations = 0 # selects default based on effort
75 #geqo_pool_size = 0 # selects default based on effort
76 #geqo_seed = 0.0 # range 0.0-1.0
77 #geqo_selection_bias = 2.0 # range 1.5-2.0
78 #geqo_threshold = 12
79 hba_file = '/etc/postgresql/9.4/main/pg_hba.conf' # host-based authentication file
80 #hot_standby = off # "on" allows queries during recovery
81 #hot_standby_feedback = off # send info from standby to prevent
82 ident_file = '/etc/postgresql/9.4/main/pg_ident.conf' # ident configuration file
83 #intervalstyle = 'postgres'
84 #join_collapse_limit = 8 # 1 disables collapsing of explicit
85 #krb_caseins_users = off
86 #krb_server_keyfile = ''
87 #krb_srvname = 'postgres' # (Kerberos only)
88 lc_messages = 'fr_FR.utf8' # locale for system error message
89 lc_monetary = 'fr_FR.utf8' # locale for monetary formatting
90 lc_numeric = 'fr_FR.utf8' # locale for number formatting
91 lc_time = 'fr_FR.utf8' # locale for time formatting
92 listen_addresses = '127.0.0.1' # what IP address(es) to listen on;
93 #lo_compat_privileges = off
94 #local_preload_libraries = ''
95 #log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and
96 #log_checkpoints = off
97 #log_connections = off
98 log_destination = 'stderr'
99 #log_directory = 'pg_log' # directory where log files are written,
100 #log_disconnections = off
101 #log_duration = off
102 #log_error_verbosity = default # terse, default, or verbose messages
103 #log_executor_stats = off
104 #log_file_mode = 0600 # creation mode for log files,
105 #log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern,
106 #log_hostname = off
107 log_line_prefix = '%t ' # special values:
108 #log_lock_waits = off # log lock waits >= deadlock_timeout
109 #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
110 #log_min_error_statement = error # values in order of decreasing detail:
111 #log_min_messages = warning # values in order of decreasing detail:
112 #log_parser_stats = off
113 #log_planner_stats = off
114 #log_rotation_age = 1d # Automatic rotation of logfiles will
115 #log_rotation_size = 10MB # Automatic rotation of logfiles will
116 #log_statement = 'none' # none, ddl, mod, all
117 #log_statement_stats = off
118 #log_temp_files = -1 # log temporary files equal or larger
119 #log_timezone = '(defaults to server environment setting)'
120 #log_truncate_on_rotation = off # If on, an existing log file with the
121 #logging_collector = off # Enable capturing of stderr and csvlog
122 #maintenance_work_mem = 16MB # min 1MB
123 max_connections = 100 # (change requires restart)
124 #max_files_per_process = 1000 # min 25
125 #max_locks_per_transaction = 64 # min 10
126 #max_pred_locks_per_transaction = 64 # min 10
127 #max_prepared_transactions = 0 # zero disables the feature
128 #max_stack_depth = 2MB # min 100kB
129 #max_standby_archive_delay = 30s # max delay before canceling queries
130 #max_standby_streaming_delay = 30s # max delay before canceling queries
131 #max_wal_senders = 0 # max number of walsender processes
132 password_encryption = on
133 port = 5432 # (change requires restart)
134 #quote_all_identifiers = off
135 #random_page_cost = 4.0
136 #replication_timeout = 60s # in milliseconds; 0 disables
137 #restart_after_crash = on # reinitialize after backend crash?
138 #search_path = '"$user",public' # schema names
139 #seq_page_cost = 1.0 # measured on an arbitrary scale
140 #session_replication_role = 'origin'
141 shared_buffers = 128MB # min 128kB
142 #shared_preload_libraries = '' # (change requires restart)
143 #silent_mode = off # Run server silently.
144 #sql_inheritance = on
145 ssl = on # (change requires restart)
146 ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
147 ssl_renegotiation_limit = 512MB # amount of data between renegotiations
148 #standard_conforming_strings = on
149 #statement_timeout = 0 # in milliseconds, 0 is disabled
150 #stats_temp_directory = 'pg_stat_tmp'
151 #superuser_reserved_connections = 3 # (change requires restart)
152 #synchronize_seqscans = on
153 #synchronous_commit = on # synchronization level; on, off, or local
154 #synchronous_standby_names = '' # standby servers that provide sync rep
155 #tcp_keepalives_count = 0 # TCP_KEEPCNT;
156 #tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
157 #tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds;
158 #temp_buffers = 8MB # min 800kB
159 #temp_tablespaces = '' # a list of tablespace names, '' uses
160 #timezone = '(defaults to server environment setting)'
161 #timezone_abbreviations = 'Default' # Select the set of available time zone
162 #track_activities = on
163 #track_activity_query_size = 1024 # (change requires restart)
164 #track_counts = on
165 #track_functions = none # none, pl, all
166 #transform_null_equals = off
167 unix_socket_directories = '/run/postgresql' # (change requires restart)
168 unix_socket_group = 'postgres-data' # (change requires restart)
169 unix_socket_permissions = 0770 # begin with 0 to use octal notation
170 #update_process_title = on
171 #vacuum_cost_delay = 0ms # 0-100 milliseconds
172 #vacuum_cost_limit = 200 # 1-10000 credits
173 #vacuum_cost_page_dirty = 20 # 0-10000 credits
174 #vacuum_cost_page_hit = 1 # 0-10000 credits
175 #vacuum_cost_page_miss = 10 # 0-10000 credits
176 #vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed
177 #vacuum_freeze_min_age = 50000000
178 #vacuum_freeze_table_age = 150000000
179 #wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers
180 #wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
181 #wal_level = minimal # minimal, archive, or hot_standby
182 #wal_receiver_status_interval = 10s # send replies at least this often
183 #wal_sender_delay = 1s # walsender cycle time, 1-10000 milliseconds
184 #wal_sync_method = fsync # the default is the first option
185 #wal_writer_delay = 200ms # 1-10000 milliseconds
186 #work_mem = 1MB # min 64kB
187 #xmlbinary = 'base64'
188 #xmloption = 'content'