Commit Graph

605 Commits (2357c9223b710c91b0f05cbc56bd435baeac961f)

Author SHA1 Message Date
Amit Kapila 2357c9223b Rename standby_slot_names to synchronized_standby_slots. 1 year ago
Peter Eisentraut b6dbbaa302 Move new SLRU buffers GUCs to a better place in postgresql.conf.sample 1 year ago
Bruce Momjian 4712177a6c postgresql.conf: align variable comments, mostly new ones 1 year ago
Alexander Korotkov ff9f72c68f revert: Transform OR clauses to ANY expression 1 year ago
Alexander Korotkov 2af75e1174 Fix the value of or_to_any_transform_limit in postgresql.conf.sample 1 year ago
Alexander Korotkov 72bd38cc99 Transform OR clauses to ANY expression 1 year ago
Thomas Munro 98f320eb2e Increase default vacuum_buffer_usage_limit to 2MB. 1 year ago
Thomas Munro 210622c60e Provide vectored variant of ReadBuffer(). 1 year ago
Robert Haas d3ae2a24f2 Add allow_alter_system GUC. 1 year ago
Amit Kapila bf279ddd1c Introduce a new GUC 'standby_slot_names'. 1 year ago
Alvaro Herrera 53c2a97a92
Improve performance of subsystems on top of SLRU 1 year ago
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 1 year ago
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 1 year ago
Tom Lane 5c9f2f9398 Doc: improve a couple of comments in postgresql.conf.sample. 1 year ago
Alexander Korotkov 0452b461bc Explore alternative orderings of group-by pathkeys during optimization. 1 year ago
Tom Lane 3d185cfc09 Restore initdb's old behavior of always setting the lc_xxx GUCs. 1 year ago
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Alexander Korotkov 2cdf131c46 Use larger segment file names for pg_notify 2 years ago
Bruce Momjian 75e700db45 improve alignment of postgresql.conf comments 2 years ago
Daniel Gustafsson 7750fefdb2 Add GUC for temporarily disabling event triggers 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Nathan Bossart 884eee5bfb Remove db_user_namespace. 2 years ago
Peter Eisentraut 0ffbe6e591 Use lower case for icu_validation_level values 2 years ago
Peter Eisentraut dfe0169988 Punctuation improvement in postgresql.conf.sample 2 years ago
Nathan Bossart f4001a5537 Fix remaining references to gss_accept_deleg. 2 years ago
Jeff Davis 6de31ce446 Reduce icu_validation_level default to WARNING. 2 years ago
Michael Paquier 4d47eff99c Document values of stats_fetch_consistency in postgresql.conf.sample 2 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 2 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 2 years ago
Jeff Davis 1671f990dd Validate ICU locales. 2 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 2 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 2 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 2 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 2 years ago
Robert Haas e5b8a4c098 Add new GUC createrole_self_grant. 3 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
David Rowley 3226f47282 Add enable_presorted_aggregate GUC 3 years ago
Thomas Munro cd4329d939 Remove promote_trigger_file. 3 years ago
Tom Lane f4c7c410ee Revert "Optimize order of GROUP BY keys". 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
Michael Paquier 0b039e3a84 Fix some inconsistencies with GUC categories 3 years ago
Thomas Munro 94ebf8117c Default to dynamic_shared_memory_type=sysv on Solaris. 3 years ago
Andres Freund 98f897339b Fix stats_fetch_consistency default value indicated in postgresql.conf.sample. 3 years ago
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 3 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 3 years ago
Andres Freund 1db4e5a4ee pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE. 3 years ago