1. 08 12月, 2006 2 次提交
  2. 07 12月, 2006 3 次提交
    • T
      Fix planning of SubLinks to ensure that Vars generated from transformation of · b307d7a6
      Tom Lane 提交于
      a sublink's test expression have the correct vartypmod, rather than defaulting
      to -1.  There's at least one place where this is important because we're
      expecting these Vars to be exactly equal() to those appearing in the subplan
      itself.  This is a pretty klugy solution --- it would likely be cleaner to
      change Param nodes to include a typmod field --- but we can't do that in the
      already-released 8.2 branch.
      Per bug report from Hubert Fongarnand.
      b307d7a6
    • N
      Add a txn_start column to pg_stat_activity. This makes it easier to · 886a02d1
      Neil Conway 提交于
      identify long-running transactions. Since we already need to record
      the transaction-start time (e.g. for now()), we don't need any
      additional system calls to report this information.
      
      Catversion bumped, initdb required.
      886a02d1
    • N
      Various improvements to the GUC description strings. Punctuate and · dd740e1f
      Neil Conway 提交于
      capitalize the strings like sentences. Remove unnecessarily
      specific descriptions of the units used by GUC variables, since
      we now allow any reasonable unit to be specified.
      dd740e1f
  3. 06 12月, 2006 6 次提交
  4. 05 12月, 2006 3 次提交
  5. 04 12月, 2006 3 次提交
  6. 03 12月, 2006 1 次提交
  7. 02 12月, 2006 15 次提交
  8. 01 12月, 2006 7 次提交