aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-27
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-21
* Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.Tom Lane2021-04-13
* Fix typoMagnus Hagander2021-04-09
* Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane2021-03-18
* Remove outdated reference to RAID spindles.Thomas Munro2021-02-22
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-12
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Update description of parameter password_encryptionPeter Eisentraut2020-06-10
* Formatting and punctuation improvements in postgresql.conf.samplePeter Eisentraut2020-06-07
* Fix some mentions to memory units in postgresql.conf.sampleMichael Paquier2020-05-28
* Clear some style deviations.Noah Misch2020-05-21
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Add maintenance_io_concurrency to postgresql.conf.sample.Thomas Munro2020-04-02
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Fix compiler warning on CygwinPeter Eisentraut2020-03-24
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-15
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao2020-03-09
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier2020-02-07
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-26