1. 02 7月, 2004 5 次提交
    • J
      Attached is a 1 line bug fix for dbmirror that was submitted. · cd4fd672
      Joe Conway 提交于
      It fixes a bug where some transactions could be dropped when writing
      mirrored SQL statements to files.
      -- Steven Singer
      cd4fd672
    • T
      More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish · 25ee160a
      Tom Lane 提交于
      for cleaning up.  It seems possible that the memory contexts SPI_finish
      would try to touch are already gone; and there's no need for SPI itself
      to delete them, since the containing contexts will surely be going away
      anyway at transaction end.
      25ee160a
    • J
      plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's · 1732cb0d
      Joe Conway 提交于
      plperlNG. Review and minor cleanup/improvements by Joe Conway.
      
      Summary of new functionality:
      - Shared data space and namespace. There is a new global variable %_SHARED
        that functions can use to store and save data between invocations of a
        function, or between different functions. Also, all trusted plperl function
        now share a common Safe container (this is an optimization, also), which
        they can use for storing non-lexical variables, functions, etc.
      - Triggers are now supported
      - Records can now be returned (as a hash reference)
      - Sets of records can now be returned (as a reference to an array of hash
        references).
      - New function spi_exec_query() provided for performing db functions or
        getting data from db.
      - Optimization for counting hash keys (Abhijit Menon-Sen)
      - Allow return of 'record' and 'setof record'
      1732cb0d
    • T
      Further review of xact.c state machine for nested transactions. Fix · b6197fe0
      Tom Lane 提交于
      problems with starting subtransactions inside already-failed transactions.
      Clean up some comments.
      b6197fe0
    • M
      Removed unused variable and added a typecast. · e15d0bb8
      Michael Meskes 提交于
      e15d0bb8
  2. 01 7月, 2004 3 次提交
  3. 30 6月, 2004 4 次提交
  4. 29 6月, 2004 1 次提交
  5. 28 6月, 2004 4 次提交
  6. 27 6月, 2004 3 次提交
  7. 26 6月, 2004 7 次提交
  8. 25 6月, 2004 13 次提交