1. 10 10月, 1998 3 次提交
  2. 09 10月, 1998 2 次提交
  3. 07 10月, 1998 1 次提交
  4. 06 10月, 1998 2 次提交
  5. 05 10月, 1998 1 次提交
  6. 20 9月, 1998 1 次提交
  7. 12 9月, 1998 3 次提交
  8. 10 9月, 1998 3 次提交
  9. 02 9月, 1998 5 次提交
  10. 31 8月, 1998 1 次提交
    • M
      · 91178b8b
      Marc G. Fournier 提交于
      From: Tom Lane <tgl@sss.pgh.pa.us>
      
      We're carrying around a copy of install-sh in case the local system
      has no install script.  It's wasted baggage, because configure doesn't
      know it's there :-(.  (Apparently everyone who's used postgres lately
      already had an install script somewhere in their path.  I happened to
      try to run configure with a minimal PATH tonight, and it promptly
      gave up for lack of an install program.)  Here's the patch.
      91178b8b
  11. 30 8月, 1998 1 次提交
  12. 25 8月, 1998 1 次提交
    • B
      · a06ba33c
      Bruce Momjian 提交于
      int64 fix
      a06ba33c
  13. 24 8月, 1998 3 次提交
  14. 19 8月, 1998 1 次提交
    • M
      · 31de2c94
      Marc G. Fournier 提交于
      Fix for SNPRINTF test in configure
      
      From: Tom Lane <tgl@sss.pgh.pa.us>
      31de2c94
  15. 02 8月, 1998 2 次提交
    • B
      run autoconf · 34aecb35
      Bruce Momjian 提交于
      34aecb35
    • M
      · 0668aa88
      Marc G. Fournier 提交于
      Adrian Hall reported a problem to me that snprintf() doesn't exist in, at
      least, Solaris 2.5.1.  We use it in backend/utils/adt/int8.c.
      
      Add a check to configure so that we see if it exists or not, and, if not,
      compile in snprintf.c from backend/port, which was taken from, and falls under
      the same Berkeley license as us, the FreeBSD libc/stdio ...
      0668aa88
  16. 27 7月, 1998 1 次提交
    • M
      · f7f989c9
      Marc G. Fournier 提交于
      Missed a few files in the last round of commits from Tatsuo, as well
      as needed to run autoconf ...
      f7f989c9
  17. 19 7月, 1998 1 次提交
    • B
      My mailer munged the intro text in my last post. Here is the text · 0624f3dc
      Bruce Momjian 提交于
      in a more readable form.  -- I am submitting the following patches
      to the June 6, 1998 snapshot of PostgreSQL.  These patches implement
      a port of PostgreSQL to SCO UnixWare 7, and updates the Univel port
      (UnixWare 2.x).  The patched files, and the reason
       for the patch are:
      
      File            Reason for the patch ---------------
      ---------------------------------------------------------------
      src/backend/port/dynloader/unixware.c src/backend/port/dynloader/unixware.h
      src/include/port/unixware.h src/makefiles/Makefile.unixware
      src/template/unixware
      		Created for the UNIXWARE port.
      
      src/include/port/univel.h
      		Modifed this file to work with the changes made to
      		s_lock.[ch].
      
      src/backend/storage/buffer/s_lock.c src/include/storage/s_lock.h
      		Moved the UNIXWARE (and Univel) tas() function from
      		s_lock.c to s_lock.h.  The UnixWare compiler asm
      		construct is treated as a macro and needs to be in
      		the s_lock.h file.  I also reworked the tas()
      		function to correct some errors in the code.
      
      src/include/version.h.in
      		The use of the ## operator with quoted strings in
      		the VERSION macro caused problems with the UnixWare
      		C compiler.  I removed the ## operators since they
      		were not needed in this case.  The macro expands
      		into a sequence of quoted strings that will be
      		concatenated by any ANSI C compiler.
      
      src/config.guess
      		This script was modified to recognize SCO UnixWare
      		7.
      
      src/configure src/configure.in
      		The configure script was modified to recognize SCO
      		UnixWare 7.
      
      Billy G. Allie
      0624f3dc
  18. 14 7月, 1998 1 次提交
  19. 19 6月, 1998 1 次提交
  20. 18 6月, 1998 1 次提交
  21. 16 6月, 1998 2 次提交
    • B
      Hi, here are the patches to enhance existing MB handling. This time · cb7cbc16
      Bruce Momjian 提交于
      I have implemented a framework of encoding translation between the
      backend and the frontend. Also I have added a new variable setting
      command:
      
      SET CLIENT_ENCODING TO 'encoding';
      
      Other features include:
      	Latin1 support more 8 bit cleaness
      
      See doc/README.mb for more details. Note that the pacthes are
      against May 30 snapshot.
      
      Tatsuo Ishii
      cb7cbc16
    • B
      autoconf · b4672e29
      Bruce Momjian 提交于
      b4672e29
  22. 13 6月, 1998 1 次提交
  23. 02 6月, 1998 1 次提交
  24. 24 5月, 1998 1 次提交
    • M
      · b2d7c58c
      Marc G. Fournier 提交于
      1998-05-18  Karl Eichwalder  <ke@suse.de>
      
              * configure.in (AC_CHECK_LIB): check for ncurses; if this fails
              check for curses.
      b2d7c58c