Skip to content
Snippets Groups Projects
  1. Aug 19, 1997
  2. Aug 13, 1997
  3. Jul 24, 1997
  4. May 17, 1997
  5. Apr 17, 1997
    • Marc G. Fournier's avatar
      From: Raymond Toy <toy@rtp.ericsson.se> · 8834795e
      Marc G. Fournier authored
      Subject: [PATCHES] 970417:  two more patches for large objects
      
      Here are two more patches:
      
              1.  pg_getint doesn't properly set the status flag when
                  calling pqGetShort or pqGetLong.  This is required when
                  accessing large objects via libpq.  This, combined with
                  problem 1 above causes postgres to crash when postgres
                  tries to print out the message that the status was not
                  good.
      
              2.  ExceptionalCondition crashes when called with detail =
                  NULL.  This patch prevents dereferencing the NULL.
      8834795e
  6. Mar 26, 1997
  7. Mar 18, 1997
  8. Mar 12, 1997
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 5dde558c
      Marc G. Fournier authored
      Subject: [HACKERS] linux/alpha patches
      
      These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
      actually work unless you tweak the linker to put all the pointers in the
      first 32 bits of the address space, but it's at least a start.  It
      implements the test-and-set instruction in Alpha assembly, and also fixes
      a lot of pointer-to-integer conversions, which is probably good anyway.
      5dde558c
  9. Feb 14, 1997
  10. Dec 27, 1996
  11. Dec 14, 1996
  12. Nov 14, 1996
  13. Nov 11, 1996
  14. Nov 10, 1996
  15. Nov 09, 1996
  16. Nov 08, 1996
  17. Nov 06, 1996
  18. Nov 03, 1996
  19. Oct 31, 1996
  20. Oct 27, 1996
  21. Oct 13, 1996
  22. Aug 14, 1996
  23. Jul 22, 1996
  24. Jul 19, 1996
    • Marc G. Fournier's avatar
      Fixes: · 9bffaade
      Marc G. Fournier authored
      This is a patch to prevent an endless loop occuring in the Postgres backend
      when a 'warning' error condition generates another warning error contition
      in the handler code.
      
      Submitted by: Chris Dunlop, <chris@onthe.net.au>
      9bffaade
  25. Jul 16, 1996
  26. Jul 09, 1996
Loading