Skip to content
Snippets Groups Projects
  1. Apr 25, 1999
  2. Apr 20, 1999
  3. Apr 16, 1999
  4. Feb 14, 1999
  5. Jan 23, 1999
  6. Jan 11, 1999
    • Marc G. Fournier's avatar
      · 3b3ffc8d
      Marc G. Fournier authored
      From: Magnus Hagander <mha@sollentuna.net>
      
      Here is a first patch to cleanup the backend side of libpq.
      This patch removes all external dependencies on the "Pfin" and "Pfout" that
      are declared in pqcomm.h. These variables are also changed to "static" to
      make sure.
      Almost all the change is in the handler of the "copy" command - most other
      areas of the backend already used the correct functions.
      This change will make the way for cleanup of the internal stuff there - now
      that all the functions accessing the file descriptors are confined to a
      single directory.
      3b3ffc8d
  7. Jan 01, 1999
  8. Sep 01, 1998
  9. Aug 31, 1998
  10. Aug 25, 1998
    • Marc G. Fournier's avatar
      · 7414d619
      Marc G. Fournier authored
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      
      > tprintf.patch
      >
      >       tprintf.patch
      >
      >       adds functions and macros which implement a conditional trace package
      >       with the ability to change flags and numeric options of running
      >       backends at runtime.
      >       Options/flags can be specified in the command line and/or read from
      >       the file pg_options in the data directory.
      7414d619
  11. Jul 08, 1998
  12. Jun 27, 1998
  13. Jun 15, 1998
  14. May 19, 1998
  15. Feb 26, 1998
  16. Feb 11, 1998
  17. Jan 25, 1998
  18. Jan 07, 1998
  19. Jan 05, 1998
  20. Nov 09, 1997
  21. Sep 08, 1997
  22. Sep 07, 1997
  23. Aug 13, 1997
  24. Jul 24, 1997
  25. Mar 18, 1997
  26. 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
  27. Feb 14, 1997
  28. Nov 14, 1996
  29. Nov 10, 1996
  30. Nov 08, 1996
  31. Nov 06, 1996
  32. Oct 31, 1996
  33. Oct 13, 1996
  34. Aug 14, 1996
  35. Jul 22, 1996
  36. 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
Loading