Commit Graph

441 Commits (432bb9e04da4d4a1799b1fe7c723b975cb070c43)

Author SHA1 Message Date
Peter Eisentraut ef3267523d SSL: Add configuration option to prefer server cipher order 12 years ago
Jeff Davis 7cc0ba9f17 Add missing entry for session_preload_libraries in sample config. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Robert Haas 0ac5e5a7e1 Allow dynamic allocation of shared memory segments. 12 years ago
Bruce Momjian 6648775028 Update postgres.conf.sample for effective_cache_size's new default 12 years ago
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Fujii Masao bab54e383d Support TB (terabyte) memory unit in GUC variables. 12 years ago
Peter Eisentraut 97a11fd0e3 postgresql.conf.sample: Improve whitespace 12 years ago
Tom Lane d43837d030 Add lock_timeout configuration parameter. 13 years ago
Magnus Hagander bba486f372 Base the default SSL ciphers on DEFAULT instead of ALL 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Bruce Momjian e74727440c Add pg_settings units display for "commit_delay" (ms). 13 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 13 years ago
Peter Eisentraut 6bf1e7668d Small punctuation editing of postgresql.conf.sample 14 years ago
Tom Lane 309c64745e Rename track_iotiming GUC to track_io_timing. 14 years ago
Robert Haas ea6a2d8d47 Rename synchronous_commit='write' to 'remote_write'. 14 years ago
Robert Haas 40b9b95769 New GUC, track_iotiming, to track I/O timings. 14 years ago
Peter Eisentraut a445cb92ef Add parameters for controlling locations of server-side SSL files 14 years ago
Bruce Momjian 890a9992ce Reduce tab outdent of "error handling" GUC comments in postgresql.conf, 14 years ago
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows 14 years ago
Bruce Momjian e26d5fcd94 Mark GUC external_pid_file's default as '' in postgresql.conf, rather 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Tom Lane 1a00c0ef53 Remove the custom_variable_classes parameter. 14 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
Peter Eisentraut 42ad992fdc Add archive_command example 14 years ago
Robert Haas 48bc57657d Tweak postgresql.conf.sample's comments on listen_addresess. 14 years ago
Tom Lane cff75130b5 Remove wal_sender_delay GUC, because it's no longer useful. 14 years ago
Simon Riggs 4bd8ed31b7 Introduce sending servers as new category for replication params 14 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 14 years ago
Tom Lane 60a81ad133 Reclassify replication-related GUC variables as "master" and "standby". 14 years ago
Heikki Linnakangas f7ea6beaf4 Remove silent_mode. You get the same functionality with "pg_ctl -l 14 years ago
Tom Lane 1453cd8f82 Adjust documentation with respect to "unknown" timezone setting. 15 years ago
Robert Haas 240067b3b0 Merge synchronous_replication setting into synchronous_commit. 15 years ago
Heikki Linnakangas 754baa21f7 Automatically terminate replication connections that are idle for more 15 years ago
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago
Heikki Linnakangas be6668d6ef Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL 15 years ago
Simon Riggs bca8b7f16a Hot Standby feedback for avoidance of cleanup conflicts on standby. 15 years ago
Robert Haas 6a77e9385e Rename max_predicate_locks_per_transaction. 15 years ago
Heikki Linnakangas b186523fd9 Send status updates back from standby server to master, indicating how far 15 years ago
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Tom Lane 0f73aae13d Allow the wal_buffers setting to be auto-tuned to a reasonable value. 15 years ago
Tom Lane 576477e73c Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Bruce Momjian f7dbddac69 Single-word clarification in postgresql.conf log_truncate_on_rotation 15 years ago
Robert Haas 2ce003973d Add "(change requires restart)" note to some postgresql.conf parameters. 15 years ago
Robert Haas e0226a9bf2 In postgresql.conf.sample, use on/off rather than true/false. 15 years ago
Robert Haas ce68df468a Add options to force quoting of all identifiers. 15 years ago
Robert Haas 5ffaa9005c Add restart_after_crash GUC. 15 years ago
Robert Haas 0839f312e9 Change the default value of standard_conforming_strings to on. 15 years ago