aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/config.sgml
Commit message (Expand)AuthorAge
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-28
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Add enable_presorted_aggregate GUCDavid Rowley2022-12-20
* Better document logical replication parametersAlvaro Herrera2022-12-12
* doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier2022-12-05
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29
* Remove promote_trigger_file.Thomas Munro2022-11-29
* doc: Clarify unit of logging for log_temp_filesDaniel Gustafsson2022-11-28
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Disallow setting archive_library and archive_command at the same timePeter Eisentraut2022-11-15
* doc: Fix type of cursor_position in jsonlog tableMichael Paquier2022-10-25
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-19
* doc: clarify description for log_startup_progress_intervalBruce Momjian2022-10-05
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Doc: minor cleanups.Tom Lane2022-09-23
* Restore archive_command documentationPeter Eisentraut2022-09-22
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Small wording improvementsPeter Eisentraut2022-09-14
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-12
* doc: warn about security issues around log filesBruce Momjian2022-08-12
* doc: improve wal_level docs for the 'minimal' levelBruce Momjian2022-08-12
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-09
* Document the ability to specify TableAM for pgbenchAlexander Korotkov2022-07-20
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* doc: Clean up title case usePeter Eisentraut2022-06-22
* doc: Do s/int/integer/ to describe the type of some GUC parametersMichael Paquier2022-06-17
* doc: Reword description of roles able to view track_activities's infoMichael Paquier2022-05-30
* doc: Mention pg_read_all_stats in description of track_activitiesMichael Paquier2022-05-21
* doc: Properly punctuate "etc."Peter Eisentraut2022-05-19
* doc: Add links to tablesPeter Eisentraut2022-04-22
* Docs: wording improvement for compute_query_id = regressDavid Rowley2022-04-13
* docs: Note the recovery_min_apply_delay bloats pg_wal.Robert Haas2022-04-11
* Docs: Fix various mistakes and typosDavid Rowley2022-04-11
* pgstat: Update docs to match the shared memory stats reality.Andres Freund2022-04-07
* Fix recovery_prefetch docs.Thomas Munro2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* doc: Clarify when SSL actually means TLSDaniel Gustafsson2022-03-30
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier2022-03-12
* doc: Standardize capitalization of term "hot standby"/"Hot Standby"Michael Paquier2022-03-11
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Add compute_query_id = regressMichael Paquier2022-02-22
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25