1. 31 5月, 2001 5 次提交
  2. 30 5月, 2001 15 次提交
  3. 29 5月, 2001 2 次提交
    • T
      Make text <=> char conversion functions convert zero character to and · 8a3b80de
      Tom Lane 提交于
      from an empty text string.  This makes them consistent with the de facto
      behavior of type char's I/O conversion functions, and avoids generating
      text values with embedded nulls, which confuse many text operators.
      8a3b80de
    • T
      Cause plpgsql's PERFORM to behave according to its documentation, · a056f14b
      Tom Lane 提交于
      which says that PERFORM will execute any SELECT query and discard the
      result.  The former implementation would in fact raise an error if the
      result contained more than one row or more than one column.
      
      Also, change plpgsql's error-logging mechanism to emit the additional
      messages about error location at NOTICE rather than DEBUG level.  This
      allows them to be seen by the client without having to dig into the
      postmaster log file (which may be nonexistent or inaccessible by the
      client).
      a056f14b
  4. 28 5月, 2001 14 次提交
  5. 27 5月, 2001 2 次提交
  6. 26 5月, 2001 1 次提交
  7. 25 5月, 2001 1 次提交