Skip to content
Snippets Groups Projects
  1. Dec 17, 1998
  2. Oct 31, 1998
  3. Oct 10, 1998
  4. Oct 09, 1998
  5. Aug 30, 1998
  6. Jun 16, 1998
    • Bruce Momjian's avatar
      Here are two patches to fix up the c++ (and c) support in the · 916cb384
      Bruce Momjian authored
      configuration system.  The idea is to make the configure arguments
      that specify compilers to be compatible with the other --with
      options.  The main point, though, is that the c++ support is on by
      default, but can easily be disabled by the --without-CXX option
      for those few(?) that don't want it.
      
      Brook Milligan
      916cb384
  7. Jun 08, 1998
  8. Jun 01, 1998
  9. May 13, 1998
  10. May 12, 1998
  11. Apr 17, 1998
    • Marc G. Fournier's avatar
      From: Brook Milligan <brook@trillium.NMSU.Edu> · 89731922
      Marc G. Fournier authored
      Here is a pair of patches that (I hope) finish the configuration
      issues with tcl/tk and make the recognition of the two packages
      completely parallel in organization.  This should make future changes
      easier to maintain.
      
      Hope to see this in 6.2.2.
      89731922
  12. Apr 07, 1998
  13. Apr 05, 1998
    • Bruce Momjian's avatar
      Here are 3 patches (all relative to the src directory) to help with · 05102c75
      Bruce Momjian authored
      the configuration of v6.3.1.  I have replaced the queries for
      include/lib directories with --with configuration options.  I have
      also included a list of potential tcl/tk include directories directly
      in the CPPFLAGS variable.  As new versions are needed, these should
      be added to the list in reverse numerical order (libraries are in
      a separate list near the end).  This greatly simplifies the later
      checks if --with-tcl is set.  I hope this solution works for
      everyone.
      
      I also added a check to disable the perl support if postgres was
      not already installed (as per the instructions in the directory).
      By the way, why must there be an installed pgsql to compile perl
      support? This seems odd, at best.
      
      Finally, I changed the Makefile in the libpgtcl interface to place
      the shared libraries at the end of the list of files, not at the
      beginning.  With NetBSD at least, libraries are linked in order,
      so the original sequence does not work.
      
      Brook Milligan
      05102c75
  14. Mar 25, 1998
  15. Mar 23, 1998
  16. Feb 22, 1998
  17. Feb 01, 1998
  18. Oct 16, 1997
  19. Oct 15, 1997
  20. Oct 02, 1997
  21. Sep 14, 1997
  22. Jul 30, 1997
  23. Jul 29, 1997
  24. Jul 28, 1997
  25. Jul 16, 1997
  26. Jul 15, 1997
  27. Jul 14, 1997
  28. Jul 13, 1997
  29. Jun 25, 1997
  30. Jun 07, 1997
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · 34fa6c6b
      Marc G. Fournier authored
      Subject: [PATCHES] Patch for INSTAL file.
      
      The following patch does the following:
      
        - In step 6, recommend doing a database backup if you are upgrading
          from any version of the release, rather than ones before a specific
          date.
      
        - Added step 22a on regular maintainence.
      34fa6c6b
  31. Jun 06, 1997
  32. Jun 03, 1997
  33. Jun 02, 1997
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · e234687c
      Marc G. Fournier authored
      Subject: [PATCHES] INSTALL patch
      
      This patch makes the following changes to the INSTALL instructions:
        - Before step 1, describe disk space requirements.
        - Step 1 now defines a "tested" platform.
        - Add step 3a on checking for disk space.
        - Added new step 27 asking for feedback.
      e234687c
  34. May 26, 1997
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · 8ab1271f
      Marc G. Fournier authored
      Subject: [PATCHES] INSTALL changes
      
      This patch modifies the INSTALL file.  The changes are:
        - SPARC/Linux-ELF was added to the list of supported platforms.
          The special notes for it at the bottom of the file were removed.
        - Changed "database server" to "RDBMS database server".
        - Modified step 6 so that when you restore your database the
          tables will be owned by the original owners instead of the
          postgresql superuser.
        - Modified step 19 on diagnosing the regression tests for the
          SPARC Linux platform with a beta release.
        - Other minor changes.
      8ab1271f
  35. May 17, 1997
Loading