Commit Graph

441 Commits (432bb9e04da4d4a1799b1fe7c723b975cb070c43)

Author SHA1 Message Date
Andres Freund 432bb9e04d Basic JIT provider and error handling infrastructure. 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Peter Eisentraut 2fb1abaeb0 Rename enable_partition_wise_join to enable_partitionwise_join 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Robert Haas 611fe7d479 Update postgresql.conf.sample comment for bgwriter_lru_maxpages 8 years ago
Robert Haas 79f2d63713 Update postgresql.conf.sample to match pg_settings classificaitons. 8 years ago
Robert Haas ebc189e122 Fix typo. 8 years ago
Robert Haas e5253fdc4f Add parallel_leader_participation GUC. 8 years ago
Robert Haas f49842d1ee Basic partition-wise join functionality. 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Tom Lane 3cf17c9d47 Remove mention of password_encryption = plain in postgresql.conf.sample. 8 years ago
Heikki Linnakangas c0a15e07cd Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers. 8 years ago
Tatsuo Ishii 393d47ed0f Add missing comment in postgresql.conf. 8 years ago
Tatsuo Ishii 8b015dd723 Add missing comment in postgresql.conf. 8 years ago
Tatsuo Ishii 9fe63092b5 Add missing comment in postgresql.conf. 8 years ago
Peter Eisentraut e11e24b1ed Formatting improvements in config file samples 8 years ago
Magnus Hagander 34fc616738 Change hot_standby default value to 'on' 8 years ago
Heikki Linnakangas b977780a9b Also fix comment in sample postgresql.conf file, for "scram-sha-256". 9 years ago
Fujii Masao ff7bce1743 Add max_sync_workers_per_subscription to postgresql.conf.sample. 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Peter Eisentraut 3371e4d9b1 Change default of log_directory to 'log' 9 years ago
Robert Haas 2b87dd8d7a Improve postgresql.conf.sample comments about parallel workers. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Magnus Hagander f6d6d2920d Change default values for backup and replication parameters 9 years ago
Tom Lane de41869b64 Allow SSL configuration to be updated at SIGHUP. 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Tom Lane dbdfd114f3 Bring some clarity to the defaults for the xxx_flush_after parameters. 9 years ago
Bruce Momjian 586a46c22c Properly indent postgresql.conf comments to align 9 years ago
Bruce Momjian 10c064ce4d Consistently mention 'SELECT pg_reload_conf()' in config files 9 years ago
Robert Haas 7d3235ba42 By default, set log_line_prefix = '%m [%p] '. 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago
Simon Riggs c3c0d7bd70 Raise max setting of checkpoint_timeout to 1d 9 years ago
Tom Lane 79a8474309 Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. 9 years ago
Robert Haas d1f822e585 Clarify resource utilization of parallel query. 9 years ago
Peter Eisentraut 397bf6eed8 Fix typos 9 years ago
Tom Lane 75be66464c Invent min_parallel_relation_size GUC to replace a hard-wired constant. 9 years ago
Andres Freund 4bc0f165cb Change default of backend_flush_after GUC to 0 (disabled). 9 years ago
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology. 9 years ago
Robert Haas 1e77949e67 Note that max_worker_processes requires restart. 9 years ago
Robert Haas 372ff7cae2 Fix wrong word. 10 years ago
Robert Haas a31212b429 Change postgresql.conf.sample to say that fsync=off will corrupt data. 10 years ago