1. 07 1月, 2007 1 次提交
  2. 29 4月, 2006 1 次提交
  3. 05 1月, 2006 2 次提交
  4. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  5. 16 5月, 2003 1 次提交
    • B
      Allow Win32 to compile under MinGW. Major changes are: · 12c94238
      Bruce Momjian 提交于
              Win32 port is now called 'win32' rather than 'win'
              add -lwsock32 on Win32
              make gethostname() be only used when kerberos4 is enabled
              use /port/getopt.c
              new /port/opendir.c routines
              disable GUC unix_socket_group on Win32
              convert some keywords.c symbols to KEYWORD_P to prevent conflict
              create new FCNTL_NONBLOCK macro to turn off socket blocking
              create new /include/port.h file that has /port prototypes, move
                out of c.h
              new /include/port/win32_include dir to hold missing include files
              work around ERROR being defined in Win32 includes
      12c94238
  6. 28 7月, 2002 1 次提交
  7. 20 7月, 2002 1 次提交
  8. 18 7月, 2002 1 次提交
  9. 16 7月, 2002 2 次提交
  10. 06 5月, 2002 1 次提交
  11. 05 5月, 2002 1 次提交
  12. 13 3月, 2002 1 次提交
    • P
      Move · f362dcec
      Peter Eisentraut 提交于
        src/GNUmakefile.in to src/Makefile
      and
        src/backend/port/Makefile.in to src/backend/port/Makefile
      
      All configure substitutions are now done in Makefile.global.
      f362dcec
  13. 05 3月, 2002 1 次提交
  14. 18 2月, 2002 1 次提交
  15. 21 12月, 2001 1 次提交
  16. 09 5月, 2001 1 次提交
  17. 11 12月, 2000 1 次提交
  18. 21 10月, 2000 1 次提交
  19. 10 10月, 2000 1 次提交
  20. 07 10月, 2000 1 次提交
    • B
      The beos port in the source tree doesn't even compile. and even · 7ea8403c
      Bruce Momjian 提交于
      after that dynamic loading isn't working and shared memory handling is
      broken.
      
              Attached with this message, there is a Zip file which contain :
      
              * beos.diff = patch file generated with difforig
              * beos = folder with beos support files which need to be moved in /
      src/backend/port
              * expected = foler with three file for message and precision
      difference in regression test
              * regression.diff = rule problem (need to kill the backend manualy)
              * dynloader = dynloader files (they are also in the pacth files,
      but there is so much modification that I have join full files)
      
              Everything works except a problem in 'rules' Is there some problems
      with rules in the current tree ? It used to works with last week tree.
      
      Cyril VELTER
      7ea8403c
  21. 01 9月, 2000 1 次提交
  22. 29 5月, 2000 1 次提交
  23. 19 5月, 2000 1 次提交
  24. 12 5月, 2000 1 次提交
  25. 16 12月, 1999 1 次提交
  26. 14 12月, 1999 1 次提交
  27. 10 12月, 1999 1 次提交
  28. 02 8月, 1998 1 次提交
    • 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
  29. 06 4月, 1998 1 次提交
    • B
      Hi, · 1e801a8f
      Bruce Momjian 提交于
      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
  30. 24 2月, 1998 1 次提交
    • M
      From: t-ishii@sra.co.jp · 96316211
      Marc G. Fournier 提交于
      Ok. I have decided to use:
      
      #if defined(sun) && if defined(sparc) && !defined(__svr4)
      
      instead of defined(sunos4).  interfaces/libpq/libpq-fe.h and
      include/c.h have been modified(see included patches).
      
      Another porblems I have found are:
      
      o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
      and place it under backend/port. necessary modifications have been
      also made to backend/port/Makefile.in, include/config.h.in and
      configure.in (see included patches).
      96316211
  31. 14 1月, 1998 1 次提交
  32. 13 1月, 1998 1 次提交
  33. 30 12月, 1997 1 次提交
  34. 20 12月, 1997 4 次提交
  35. 19 12月, 1997 1 次提交