Commit Graph

514 Commits (f900a79ecdc1864a6ead72c97c34a41012227eaf)

Author SHA1 Message Date
Thomas Munro f900a79ecd Default to wal_sync_method=fdatasync on FreeBSD. 5 years ago
Peter Geoghegan e19594c5c0 Reduce the default value of vacuum_cost_page_miss. 5 years ago
Fujii Masao 0650ff2303 Add GUC to log long wait times on recovery conflicts. 5 years ago
Tom Lane 9877374bef Add idle_session_timeout. 5 years ago
Tom Lane 860fe27ee1 Fix up usage of krb_server_keyfile GUC parameter. 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Tom Lane a676386b58 Remove operator_precedence_warning. 5 years ago
Fujii Masao 942305a363 Allow restore_command parameter to be changed with reload. 5 years ago
Michael Paquier b8fdee7d0c Add %P to log_line_prefix for parallel group leader 5 years ago
Thomas Munro 84b1c63ad4 Preallocate some DSM space at startup. 5 years ago
Peter Geoghegan d6c08e29e7 Add hash_mem_multiplier GUC. 5 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 5 years ago
Thomas Munro d2bddc2500 Add huge_page_size setting for use on Linux. 5 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 5 years ago
Peter Eisentraut e61225ffab Rename enable_incrementalsort for clarity 5 years ago
Peter Eisentraut c7eab0e97e Change default of password_encryption to scram-sha-256 5 years ago
Peter Eisentraut f4c88ce1a2 Formatting and punctuation improvements in postgresql.conf.sample 5 years ago
Michael Paquier 55ca50deb8 Fix some mentions to memory units in postgresql.conf.sample 5 years ago
Alvaro Herrera c655077639
Allow users to limit storage reserved by replication slots 6 years ago
Tomas Vondra d2d8a229bc Implement Incremental Sort 6 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Tom Lane 0b34e7d307 Improve user control over truncation of logged bind-parameter values. 6 years ago
Thomas Munro 37b3794dfc Add maintenance_io_concurrency to postgresql.conf.sample. 6 years ago
David Rowley b07642dbcd Trigger autovacuum based on number of INSERTs 6 years ago
Alvaro Herrera 1e6148032e
Allow walreceiver configuration to change on reload 6 years ago
Alvaro Herrera 092c6936de
Set wal_receiver_create_temp_slot PGC_POSTMASTER 6 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 6 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Peter Eisentraut 70a7b4776b Add backend type to csvlog and optionally log_line_prefix 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Peter Eisentraut 3297308278 walreceiver uses a temporary replication slot by default 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Peter Eisentraut b1abfec825 Update minimum SSL version 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 6 years ago
Tom Lane 6e42130568 Reject empty names and recursion in config-file include directives. 6 years ago
Andres Freund f7db0ac7d5 Add default_table_access_method to postgresql.conf.sample. 6 years ago
Tomas Vondra 75506195da Revert "Add log_statement_sample_rate parameter" 6 years ago
Thomas Munro e8fdcacc6c Improve comment in postgresql.conf.sample. 6 years ago
Etsuro Fujita 7d9eca59cf Fix typo. 6 years ago
Bruce Momjian fb9c475597 postgresql.conf.sample: add proper defaults for include actions 7 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 7 years ago
Alvaro Herrera d1f04b96b9 Tweak docs for log_statement_sample_rate 7 years ago
Alvaro Herrera 799e220346 Log all statements from a sample of transactions 7 years ago
Thomas Munro 475861b261 Add wal_recycle and wal_init_zero GUCs. 7 years ago
Tom Lane cbccac371c Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. 7 years ago
Tom Lane 52985e4fea Revert "Increase the default vacuum_cost_limit from 200 to 2000" 7 years ago
Tom Lane caf626b2cd Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 7 years ago
Andrew Dunstan bd09503e63 Increase the default vacuum_cost_limit from 200 to 2000 7 years ago