1. 18 7月, 2004 3 次提交
  2. 17 7月, 2004 3 次提交
    • B
      Add: · 62754194
      Bruce Momjian 提交于
      > 	o Enforce rules for setting combinations
      62754194
    • T
      Invent ResourceOwner mechanism as per my recent proposal, and use it to · fe548629
      Tom Lane 提交于
      keep track of portal-related resources separately from transaction-related
      resources.  This allows cursors to work in a somewhat sane fashion with
      nested transactions.  For now, cursor behavior is non-subtransactional,
      that is a cursor's state does not roll back if you abort a subtransaction
      that fetched from the cursor.  We might want to change that later.
      fe548629
    • B
      Here is a patch required to build plperl with win32. The issues were: · f4c069ca
      Bruce Momjian 提交于
      * perl_useshrplib gets set to "yes" and not to "true". I assume it's set
      to "true" on unix, so I left both.
      * Need to translate backslashes into slashes
      * The linker config coming out of perl was for MSVC and not for mingw
      
      Magnus Hagander
      f4c069ca
  3. 16 7月, 2004 1 次提交
  4. 15 7月, 2004 5 次提交
  5. 14 7月, 2004 1 次提交
  6. 13 7月, 2004 14 次提交
  7. 12 7月, 2004 13 次提交