1. 25 Oct, 2000 13 commits
  2. 24 Oct, 2000 24 commits
  3. 23 Oct, 2000 3 commits
    • Tom Lane's avatar
      If a field is incompressible ('compressed' data is actually larger than · dea7d541
      Tom Lane authored
      source, due to addition of header overhead), store it as plain data
      rather than pseudo-compressed data.  This saves a few microseconds when
      reading it out, but much more importantly guarantees that the toaster
      won't actually expand tuples that contain incompressible data.  That's
      essential to avoid 'Tuple too big' failures with large objects.
      dea7d541
    • Bruce Momjian's avatar
      Update TODO list. · 62bc33df
      Bruce Momjian authored
      62bc33df
    • Peter Eisentraut's avatar
      Polish shared library build to reduce number of special hacks. In · 7b021ce1
      Peter Eisentraut authored
      particular, allow linking with arbitrary commands rather than only $(AR) or
      $(LD), and treat C++ without hacks.
      
      Add option to disable shared libraries.  This takes the place of the
      BSD_SHLIB variable.  The regression test driver ignores the plpgsql test
      if there are no shared libraries available.
      7b021ce1