1. 31 5月, 2006 3 次提交
  2. 30 5月, 2006 16 次提交
  3. 29 5月, 2006 6 次提交
  4. 28 5月, 2006 7 次提交
  5. 27 5月, 2006 6 次提交
    • A
      · 51b40f03
      Andrew Dunstan 提交于
      Looks like the new plpython regression test fails on older pythons. See if this works.
      51b40f03
    • B
      Use E'' strings internally only when standard_conforming_strings = · 7a846ecc
      Bruce Momjian 提交于
      'off'. This allows pg_dump output with standard_conforming_strings =
      'on' to generate proper strings that can be loaded into other databases
      without the backslash doubling we typically do.  I have added the
      dumping of the standard_conforming_strings value to pg_dump.
      
      I also added standard backslash handling for plpgsql.
      7a846ecc
    • T
      Further hacking on performance of COPY OUT. It seems that fwrite()'s · 4d63e267
      Tom Lane 提交于
      per-call overhead is quite significant, at least on Linux: whatever
      it's doing is more than just shoving the bytes into a buffer.  Buffering
      the data so we can call fwrite() just once per row seems to be a win.
      4d63e267
    • T
      Support binary COPY through psql. Also improve detection of write errors · 223ae695
      Tom Lane 提交于
      during COPY OUT.  Andreas Pflug, some editorialization by moi.
      223ae695
    • A
      · 0a269db9
      Andrew Dunstan 提交于
      Add table_name and table_schema to plpython trigger data, plus docs and regression test.
      0a269db9
    • A
      · 777f72cd
      Andrew Dunstan 提交于
      Add table_name and table_schema to plperl trigger data. relname is
      kept but now deprecated. Patch from Adam Sjøgren. Add regression test to
      show plperl trigger data (Andrew).
      TBD: apply similar changes to plpgsql, plpython and pltcl.
      777f72cd
  6. 26 5月, 2006 2 次提交