Skip to content
Snippets Groups Projects
  1. May 22, 2003
  2. May 20, 2003
  3. May 19, 2003
  4. May 18, 2003
  5. May 17, 2003
  6. May 16, 2003
  7. May 15, 2003
  8. May 14, 2003
  9. May 13, 2003
  10. May 12, 2003
    • Tom Lane's avatar
      Avoid unnecessary copying of parameter values in BIND. This allows · b0283271
      Tom Lane authored
      efficient insertion of large bytea values through the BIND interface.
      b0283271
    • Tom Lane's avatar
      Apply fixes for problems with dropped columns whose types have also been · d97c9b36
      Tom Lane authored
      dropped.  The simplest fix for INSERT/UPDATE cases turns out to be for
      preptlist.c to insert NULLs of a known-good type (I used INT4) rather
      than making them match the deleted column's type.  Since the representation
      of NULL is actually datatype-independent, this should work fine.
      I also re-reverted the patch to disable the use_physical_tlist optimization
      in the presence of dropped columns.  It still doesn't look worth the
      trouble to be smarter, if there are no other bugs to fix.
      Added a regression test to catch future problems in this area.
      d97c9b36
  11. May 11, 2003
Loading