Skip to content
Snippets Groups Projects
  1. Nov 26, 2001
  2. Nov 05, 2001
  3. Oct 28, 2001
  4. Oct 25, 2001
  5. Mar 22, 2001
  6. Jan 24, 2001
  7. Jan 12, 2001
  8. Sep 29, 2000
  9. Aug 31, 2000
  10. Jul 02, 2000
  11. Jun 14, 2000
  12. Jun 02, 2000
  13. Apr 12, 2000
  14. Feb 27, 2000
  15. Jan 26, 2000
    • Bruce Momjian's avatar
      Add: · 5c25d602
      Bruce Momjian authored
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  16. Oct 25, 1999
    • Tom Lane's avatar
      Standardize on MAXPGPATH as the size of a file pathname buffer, · 51f62d50
      Tom Lane authored
      eliminating some wildly inconsistent coding in various parts of the
      system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
      convinced that there ought to be a configure-time test to set the
      value, go right ahead ... but I think it's a waste of time.
      51f62d50
  17. Jul 17, 1999
  18. May 25, 1999
  19. Feb 14, 1999
  20. Jan 18, 1999
  21. Jan 17, 1999
  22. Sep 01, 1998
  23. Aug 27, 1998
    • Marc G. Fournier's avatar
      · 602ac52d
      Marc G. Fournier authored
      From: Magnus Hagander <mha@edu.sollentuna.se>
      
      Ok. Here is a patch to make psql work on Win32 (as a console mode
      application, of course).
      It requires getopt.c to be in src/utils - works fine with the FreeBSD
      version of it.
      
      Also, the file win32.mak should go into src/bin/psql.
      602ac52d
  24. Apr 29, 1998
    • Marc G. Fournier's avatar
      From: Jeroen van Vianen <jeroenv@design.nl> · 51a1741c
      Marc G. Fournier authored
      Attached patch will add a version() function to Postges, e.g.
      
      template1=> select version();
      version
      ------------------------------------------------------------
      PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1
      (1 row)
      51a1741c
  25. Apr 06, 1998
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  26. Feb 27, 1998
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 296a942b
      Marc G. Fournier authored
      This patch will...
      
      1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile.
      
      2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from
         ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS...
      
      3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra
         steps taken care of by the 'ld' command anyways.
      296a942b
  27. Feb 26, 1998
  28. Sep 08, 1997
  29. Sep 07, 1997
  30. Aug 27, 1997
  31. Jul 28, 1997
  32. Feb 14, 1997
  33. Nov 28, 1996
  34. Nov 27, 1996
  35. Nov 26, 1996
  36. Nov 11, 1996
Loading