1. 18 Oct, 2007 2 commits
  2. 11 Oct, 2007 3 commits
  3. 10 Oct, 2007 2 commits
  4. 05 Oct, 2007 1 commit
  5. 04 Oct, 2007 3 commits
  6. 03 Oct, 2007 3 commits
  7. 24 Sep, 2007 1 commit
    • Tom Lane's avatar
      Simplify and rename some GUC variables, per various recent discussions: · 48f7e643
      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
  8. 16 Sep, 2007 1 commit
  9. 14 Sep, 2007 2 commits
  10. 11 Sep, 2007 1 commit
  11. 03 May, 2007 1 commit
  12. 20 Apr, 2007 2 commits
    • Tom Lane's avatar
      Fix markup. · 23c8b0cc
      Tom Lane authored
      Security: CVE-2007-2138
      23c8b0cc
    • Tom Lane's avatar
      Support explicit placement of the temporary-table schema within search_path. · aa27977f
      Tom Lane authored
      This is needed to allow a security-definer function to set a truly secure
      value of search_path.  Without it, a malicious user can use temporary objects
      to execute code with the privileges of the security-definer function.  Even
      pushing the temp schema to the back of the search path is not quite good
      enough, because a function or operator at the back of the path might still
      capture control from one nearer the front due to having a more exact datatype
      match.  Hence, disable searching the temp schema altogether for functions and
      operators.
      
      Security: CVE-2007-2138
      aa27977f
  13. 19 Apr, 2007 2 commits
  14. 07 Feb, 2007 1 commit
  15. 02 Feb, 2007 1 commit
  16. 01 Feb, 2007 4 commits
  17. 31 Jan, 2007 1 commit
    • Bruce Momjian's avatar
      Update documentation on may/can/might: · a134ee33
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      
      Also update two error messages mentioned in the documenation to match.
      a134ee33
  18. 06 Jan, 2007 1 commit
  19. 05 Jan, 2007 2 commits
  20. 02 Dec, 2006 1 commit
  21. 25 Nov, 2006 2 commits
  22. 24 Nov, 2006 1 commit
  23. 23 Nov, 2006 1 commit
  24. 13 Nov, 2006 1 commit