1. 17 Dec, 2008 1 commit
    • Bruce Momjian's avatar
      The attached patch contains a couple of fixes in the existing probes and · 5a90bc1f
      Bruce Momjian authored
      includes a few new ones.
      
      - Fixed compilation errors on OS X for probes that use typedefs
      - Fixed a number of probes to pass ForkNumber per the relation forks
      patch
      - The new probes are those that were taken out from the previous
      submitted patch and required simple fixes. Will submit the other probes
      that may require more discussion in a separate patch.
      
      Robert Lor
      5a90bc1f
  2. 16 Dec, 2008 5 commits
  3. 15 Dec, 2008 11 commits
  4. 14 Dec, 2008 2 commits
  5. 13 Dec, 2008 3 commits
    • Tom Lane's avatar
      Increase the default value of default_statistics_target from 10 to 100, · 65e3ea76
      Tom Lane authored
      and its maximum value from 1000 to 10000.  ALTER TABLE SET STATISTICS
      similarly now allows a value up to 10000.  Per discussion.
      65e3ea76
    • Tom Lane's avatar
      Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless · b69bde77
      Tom Lane authored
      in 8.3, too, but I'm not back-patching this change since it would break any
      extension modules that might be calling that function.
      b69bde77
    • Tom Lane's avatar
      Fix failure to ensure that a snapshot is available to datatype input functions · c98a9237
      Tom Lane authored
      when they are invoked by the parser.  We had been setting up a snapshot at
      plan time but really it needs to be done earlier, before parse analysis.
      Per report from Dmitry Koterov.
      
      Also fix two related problems discovered while poking at this one:
      exec_bind_message called datatype input functions without establishing a
      snapshot, and SET CONSTRAINTS IMMEDIATE could call trigger functions without
      establishing a snapshot.
      
      Backpatch to 8.2.  The underlying problem goes much further back, but it is
      masked in 8.1 and before because we didn't attempt to invoke domain check
      constraints within datatype input.  It would only be exposed if a C-language
      datatype input function used the snapshot; which evidently none do, or we'd
      have heard complaints sooner.  Since this code has changed a lot over time,
      a back-patch is hardly risk-free, and so I'm disinclined to patch further
      than absolutely necessary.
      c98a9237
  6. 12 Dec, 2008 2 commits
  7. 11 Dec, 2008 4 commits
  8. 10 Dec, 2008 2 commits
  9. 09 Dec, 2008 3 commits
  10. 08 Dec, 2008 4 commits
  11. 07 Dec, 2008 2 commits
  12. 06 Dec, 2008 1 commit