Commit Graph

1071 Commits (06473f5a344df8c9594ead90a609b86f6724cff8)

Author SHA1 Message Date
Daniel Gustafsson e00bc6c922 doc: Add default value of createrole_self_grant 3 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 3 years ago
Thomas Munro 117d2604c2 Doc: Abstract AF_UNIX sockets don't work on Windows. 3 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 3 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 3 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 3 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 3 years ago
Tom Lane 5a3a95385b Track logrep apply workers' last start times to avoid useless waits. 3 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 3 years ago
Robert Haas 6c1d5ba486 Update docs and error message for superuser_reserved_connections. 3 years ago
Tom Lane 09d465c397 Doc: fix a few oddly-spelled SGML ID attributes. 3 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 3 years ago
Tom Lane 78ee60ed84 Doc: add XML ID attributes to <sectN> and <varlistentry> tags. 3 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
Peter Geoghegan 1de58df4fe Add page-level freezing to VACUUM. 3 years ago
Amit Kapila 5de94a041e Add 'logical_decoding_mode' GUC. 3 years ago
David Rowley 3226f47282 Add enable_presorted_aggregate GUC 3 years ago
Alvaro Herrera a8500750ca
Better document logical replication parameters 3 years ago
Michael Paquier 8a476fda5e doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Bruce Momjian 66bc9d2d3e doc: add transaction processing chapter with internals info 3 years ago
Thomas Munro cd4329d939 Remove promote_trigger_file. 3 years ago
Daniel Gustafsson 1f059a4408 doc: Clarify unit of logging for log_temp_files 3 years ago
Tom Lane 51b5834cd5 Provide options for postmaster to kill child processes with SIGABRT. 3 years ago
Peter Eisentraut d627ce3b70 Disallow setting archive_library and archive_command at the same time 3 years ago
Michael Paquier f186c7c885 doc: Fix type of cursor_position in jsonlog table 3 years ago
Michael Paquier 9668c4a661 Rework shutdown callback of archiver modules 3 years ago
Bruce Momjian 23f3989d92 doc: clarify description for log_startup_progress_interval 3 years ago
Tom Lane f4c7c410ee Revert "Optimize order of GROUP BY keys". 3 years ago
Tom Lane 5f1048881d Doc: minor cleanups. 3 years ago
Peter Eisentraut ba50834551 Restore archive_command documentation 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
Peter Eisentraut 111d954024 Small wording improvements 3 years ago
Bruce Momjian 115464bb5b doc: add section about heap-only tuples (HOT) 3 years ago
Bruce Momjian 50e088d6f2 doc: warn about security issues around log files 3 years ago
Bruce Momjian 4d807bbc4b doc: improve wal_level docs for the 'minimal' level 3 years ago
Michael Paquier 0b039e3a84 Fix some inconsistencies with GUC categories 3 years ago
Alexander Korotkov f77ff08335 Document the ability to specify TableAM for pgbench 3 years ago
Thomas Munro 94ebf8117c Default to dynamic_shared_memory_type=sysv on Solaris. 3 years ago
Peter Eisentraut 9f0b953457 doc: Clean up title case use 3 years ago
Michael Paquier 7bd4a9e990 doc: Do s/int/integer/ to describe the type of some GUC parameters 3 years ago
Michael Paquier b3fb16e8bb doc: Reword description of roles able to view track_activities's info 3 years ago
Michael Paquier ac1ae477f8 doc: Mention pg_read_all_stats in description of track_activities 3 years ago
Peter Eisentraut 648aa6734f doc: Properly punctuate "etc." 3 years ago
Peter Eisentraut 826be1ffb2 doc: Add links to tables 3 years ago
David Rowley a59746d311 Docs: wording improvement for compute_query_id = regress 3 years ago
Robert Haas ad385a494f docs: Note the recovery_min_apply_delay bloats pg_wal. 3 years ago
David Rowley bba3c35b29 Docs: Fix various mistakes and typos 3 years ago
Andres Freund b3abca6810 pgstat: Update docs to match the shared memory stats reality. 3 years ago
Thomas Munro dafae9707a Fix recovery_prefetch docs. 3 years ago