1. 06 Apr, 1998 1 commit
  2. 05 Apr, 1998 3 commits
    • Bruce Momjian's avatar
      this patch solve 2 problemes : · fdb37f07
      Bruce Momjian authored
      probleme number 1 :
      
      - configure can find the library readline , but don't
        find the header file . so in this case we don't use lib readline
        .
      
      probleme number 2 :
      
      - when you have postgres 6.2.1 and readline installed
        with the same prefix( and generally all your software ) .  you
        can compile the version 6.3 .  I use this prefix , when configure
        ask me for "Additional directories to search for include files"
        .
      
        ( because there a conflict in the header when you
          compile psql.c ) In this case, you must permut the sequence of
        directive -I .
      
      Erwan MAS
      fdb37f07
    • Bruce Momjian's avatar
      confiugre.in cleanup. · 9e45687d
      Bruce Momjian authored
      9e45687d
    • 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
  3. 03 Apr, 1998 1 commit
    • Bruce Momjian's avatar
      A couple of weeks ago I submitted a patch to fix configure --with-tcl. · 67550269
      Bruce Momjian authored
      However somebody else also applied a patch to the same part of
      configure to fix a different problem. So part of my patch was not
      applied or got reversed or ... whatever.
      
      The attached patch will restore configure --with-tcl to working
      order and should remove a lot of the messages complaining about
      tcl not working.
      
      Alvin
      67550269
  4. 01 Apr, 1998 1 commit
  5. 31 Mar, 1998 1 commit
    • Marc G. Fournier's avatar
      Pointed out by: Doug Winterburn <dlw@seavme.xroads.com> · 92c6bf97
      Marc G. Fournier authored
      2) Add "#define gettimeofday(a,b) gettimeofday(a) to src/include/config.h
              On the 88k SVR4, gettimeofday only has one argument.  This is
              checked for in a few other packages by configure, so there should
              be some examples of the configure test out there.
      92c6bf97
  6. 23 Mar, 1998 3 commits
  7. 21 Mar, 1998 1 commit
  8. 20 Mar, 1998 1 commit
  9. 15 Mar, 1998 2 commits
    • Marc G. Fournier's avatar
      Reply-To: Jordi MacDonald <jordi@spartanmedia.com> · bb7f173c
      Marc G. Fournier authored
      There is an error in the configure script when using
      --with-pgport= that will cause the compiled version of
      PostgreSQL to no longer allow connections to the
      new port and to treat shared memory improperly.
      
      What happens is that if the port is changed, the configure
      script defines DEF_PGPORT as "", which atoi() will return
      as 0, which makes the IPC_KEY value 0. This then causes
      semaphores to be allocated, but never released. Postgres
      eventually returns from semget() with
      "no space left on device". The source of this error could
      easily be overlooked in version 6.3 since it is possible
      to connect via UNIX domain sockets, and having DEF_PGPORT
      defined as "0" would not be noticed until TCP was used.
      bb7f173c
    • Marc G. Fournier's avatar
      From: t-ishii@sra.co.jp · 661ecf3c
      Marc G. Fournier authored
      Included are patches intended for allowing PostgreSQL to handle
      multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
      Mule internal code. With the MB patch you can use multi-byte character
      sets in regexp and LIKE. The encoding system chosen is determined at
      the compile time.
      
      To enable the MB extension, you need to define a variable "MB" in
      Makefile.global or in Makefile.custom. For further information please
      take a look at README.mb under doc directory.
      
      (Note that unlike "jp patch" I do not use modified GNU regexp any
      more. I changed Henry Spencer's regexp coming with PostgreSQL.)
      661ecf3c
  10. 02 Mar, 1998 2 commits
  11. 28 Feb, 1998 1 commit
  12. 26 Feb, 1998 1 commit
  13. 24 Feb, 1998 4 commits
  14. 22 Feb, 1998 1 commit
  15. 19 Feb, 1998 2 commits
  16. 17 Feb, 1998 1 commit
  17. 14 Feb, 1998 1 commit
  18. 13 Feb, 1998 1 commit
  19. 11 Feb, 1998 1 commit
  20. 05 Feb, 1998 1 commit
  21. 04 Feb, 1998 1 commit
  22. 03 Feb, 1998 5 commits
  23. 02 Feb, 1998 2 commits
  24. 01 Feb, 1998 1 commit
  25. 28 Jan, 1998 1 commit