Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

utils

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    * stats_start_collector goes away; we always start the collector process,
    unless prevented by a problem with setting up the stats UDP socket.
    
    * stats_reset_on_server_start goes away; it seems useless in view of the
    availability of pg_stat_reset().
    
    * stats_block_level and stats_row_level are merged into a single variable
    "track_counts", which controls all reports sent to the collector process.
    
    * stats_command_string is renamed to track_activities.
    
    * log_autovacuum is renamed to log_autovacuum_min_duration to better reflect
    its meaning.
    
    The log_autovacuum change is not a compatibility issue since it didn't exist
    before 8.3 anyway.  The other changes need to be release-noted.
    48f7e643
    History
    Name Last commit Last update
    ..