Skip to content
Snippets Groups Projects
  1. Jul 08, 1999
  2. Jul 04, 1999
  3. Jul 03, 1999
  4. Jul 01, 1999
  5. Jun 29, 1999
  6. Jun 27, 1999
  7. Jun 25, 1999
  8. Jun 24, 1999
  9. Jun 23, 1999
  10. Jun 18, 1999
  11. Jun 17, 1999
  12. Jun 16, 1999
  13. Jun 10, 1999
  14. Jun 07, 1999
    • Bruce Momjian's avatar
      > Here is a small patch that should only affect win32 building · 8864ee0b
      Bruce Momjian authored
      > (native win32, not cygnus).
      > It does the following:
      > Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and
      > HAVE_STRDUP. This is required to build at all.
      > Bumps the version number on libpq.dll from 6.4 to 6.5.
      > Required for install programs to work.
      > Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in
      > the client-side libpiq directory.
      >
      > All these files are only used when building on native win32,
      > so it should be safe I think.
      >
      > Again, really sorry to throw this in so late, but I would
      > hate to do the same thing as with 6.4 (which required 6.4.1
      > to at all compile on Win32).
      >
      > Thanks,
      >
      >   //Magnus
      8864ee0b
  15. Jun 05, 1999
    • Tom Lane's avatar
      Remove redeclarations of default parameter values from · e7253d89
      Tom Lane authored
      PgDatabase::DisplayTuples and PgDatabase::PrintTuples.  This is incorrect
      according to strict interpretation of the C++ spec, and some compilers
      will reject it.  Also silence g++ warning about unused parameter.
      e7253d89
    • Marc G. Fournier's avatar
      · 840306af
      Marc G. Fournier authored
      ecpg.patch (wrong makefile expansion in some cases)
      
              the ecpg Makefiles use a variable DESTDIR which is never defined
              except by debian/rules makefile, in which case the ecpg makefiles
              expand wrong pathnames. If we want to support a DESTDIR root it
              must be done consistently in all the makefiles, not just in ecpg.
      
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      840306af
  16. Jun 01, 1999
  17. May 30, 1999
  18. May 28, 1999
  19. May 27, 1999
  20. May 26, 1999
  21. May 25, 1999
  22. May 23, 1999
    • Bruce Momjian's avatar
      Here it is. Remove or rename the current interfaces/libpq++ and untar · b14c99d8
      Bruce Momjian authored
      this file in interfaces/
      
      It will all need to be checked in.  I used the char *rcsid[] method for
      cvs ids so it can be strings | grep'd to find version numbers.  The new
      version for the library is 3.0.
      
      Run configure from src/ to create the Makefile and it should be good to
      go.
      
      I did minimal documentation references in the README, I'll see if I can
      get something to Tom Lockhart rather quickly.
      
      Vince.
      b14c99d8
  23. May 21, 1999
  24. May 19, 1999
  25. May 18, 1999
Loading