1. 23 9月, 2004 1 次提交
    • T
      Adjust ExecMakeTableFunctionResult to produce a single all-nulls row · bebaf706
      Tom Lane 提交于
      when a function that returns a single tuple (not a setof tuple) returns
      NULL.  This seems to be the most consistent behavior.  It would have
      taken a bit less code to make it return an empty table (zero rows) but
      ISTM a non-SETOF function ought always return exactly one row.  Per
      bug report from Ivan-Sun1.
      bebaf706
  2. 22 9月, 2004 3 次提交
  3. 21 9月, 2004 6 次提交
  4. 20 9月, 2004 7 次提交
  5. 19 9月, 2004 1 次提交
  6. 18 9月, 2004 10 次提交
  7. 17 9月, 2004 8 次提交
  8. 16 9月, 2004 2 次提交
  9. 15 9月, 2004 1 次提交
  10. 14 9月, 2004 1 次提交
    • B
      Mark as done: · 1459d8c4
      Bruce Momjian 提交于
      < * Point-in-time data recovery using backup and write-ahead log,
      < * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
      > * -Point-in-time data recovery using backup and write-ahead log
      > * -Create native Win32 port
      470c470
      <     o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
      > 	o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
      1459d8c4