Commit Graph

441 Commits (432bb9e04da4d4a1799b1fe7c723b975cb070c43)

Author SHA1 Message Date
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 15 years ago
Tom Lane aceedd88f6 Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible 15 years ago
Tom Lane e76c1a0f4d Replace max_standby_delay with two parameters, max_standby_archive_delay and 15 years ago
Itagaki Takahiro 41f302b52a Add new GUC categories corresponding to sections in docs, and move 15 years ago
Tom Lane f9ed327f76 Clean up some awkward, inaccurate, and inefficient processing around 16 years ago
Tom Lane f0488bd57c Rename the parameter recovery_connections to hot_standby, to reduce possible 16 years ago
Heikki Linnakangas 9b8a73326e Introduce wal_level GUC to explicitly control if information needed for 16 years ago
Robert Haas 481cb5d9b5 Rename standby_keep_segments to wal_keep_segments. 16 years ago
Robert Haas 5b89ef384c Add an 'enable_material' GUC. 16 years ago
Heikki Linnakangas e57cd7f0a1 Change the logic to decide when to delete old WAL segments, so that it 16 years ago
Bruce Momjian a358423d8f Add comma missing from postgresql.conf comment. 16 years ago
Bruce Momjian 96189dbe66 Document in postgresql.conf that the max_standby_delay default is 30 16 years ago
Simon Riggs 6407fa996a Add vacuum_defer_cleanup_age to postgresql.conf.sample. 16 years ago
Magnus Hagander 413d34be4e Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Bruce Momjian 813135d8c9 Move log_error_verbosity GUC setting to "What to log" section, and 16 years ago
Simon Riggs 296578feb4 Revoke augmentation of WAL records for btree delete, per discussion. 16 years ago
Simon Riggs 6d2bc0a6cf Augment WAL records for btree delete with GetOldestXmin() to reduce 16 years ago
Tom Lane d879697cd2 Remove the default_do_language parameter, instead making DO use a hardwired 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Tom Lane ab61df9e52 Remove regex_flavor GUC, so that regular expressions are always "advanced" 16 years ago
Tom Lane 289e2905c8 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 16 years ago
Tom Lane 8c5463a511 Increase the maximum value of extra_float_digits to 3, and have pg_dump 16 years ago
Tom Lane eeb6cb143a Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 16 years ago
Tom Lane 8bed238c87 Try to make silent_mode behave somewhat reasonably. 16 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 16 years ago
Tom Lane f5bc74192d Make GEQO's planning deterministic by having it start from a predictable 16 years ago
Peter Eisentraut f39df967e9 Add log_line_prefix placeholder %e to contain the current SQL state 16 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Bruce Momjian 555b46e25c More GUC units doc updates. 17 years ago
Bruce Momjian 80df9c49af Add unit documentation for various postgresql.conf settings. 17 years ago
Bruce Momjian 72e2315c34 Properly align equals signs in new postgresql.conf units comments. 17 years ago
Bruce Momjian 802e414d62 Document in postgresql.conf that the default units for 17 years ago
Bruce Momjian 4ae4d23433 Display postgresql.conf unit options in an easier-to-understand, 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Tom Lane 445ce15702 Create a third option named "partition" for constraint_exclusion, and make it 17 years ago
Magnus Hagander f6c916ee98 Remove comments that say restart is required for changing of Kerberos 17 years ago
Tom Lane 65e3ea7641 Increase the default value of default_statistics_target from 10 to 100, 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 17 years ago
Magnus Hagander 5b8eb2b4b9 Make the temporary directory for pgstat files configurable by the GUC 17 years ago
Heikki Linnakangas 995fb74202 Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. 17 years ago
Bruce Momjian 70da495d84 Fix spelling mistake in postgresql.conf. 18 years ago