1. 07 5月, 2005 1 次提交
  2. 06 5月, 2005 11 次提交
  3. 05 5月, 2005 7 次提交
  4. 04 5月, 2005 4 次提交
  5. 03 5月, 2005 4 次提交
  6. 02 5月, 2005 3 次提交
  7. 01 5月, 2005 6 次提交
  8. 30 4月, 2005 4 次提交
    • N
      GCC 4.0 includes a new warning option, -Wformat-literal, that emits · 47458f8c
      Neil Conway 提交于
      a warning when a variable is used as a format string for printf()
      and similar functions (if the variable is derived from untrusted
      data, it could include unexpected formatting sequences). This
      emits too many warnings to be enabled by default, but it does
      flag a few dubious constructs in the Postgres tree. This patch
      fixes up the obvious variants: functions that are passed a variable
      format string but no additional arguments.
      
      Most of these are harmless (e.g. the ruleutils stuff), but there
      is at least one actual bug here: if you create a trigger named
      "%sfoo", pg_dump will read uninitialized memory and fail to dump
      the trigger correctly.
      47458f8c
    • B
      Fix BCC to not define compiler location. · 16d4418b
      Bruce Momjian 提交于
      16d4418b
    • B
      Update FAQ. · 23cf3986
      Bruce Momjian 提交于
      23cf3986
    • B
      Update replication FAQ. · ef1b4fbb
      Bruce Momjian 提交于
      Christopher Browne
      ef1b4fbb