1. 07 11月, 2004 1 次提交
  2. 02 11月, 2004 1 次提交
  3. 25 10月, 2004 1 次提交
    • P
      · 346aff04
      PostgreSQL Daemon 提交于
      make sure we tag configure.in as beta4 as well ...
      346aff04
  4. 24 10月, 2004 1 次提交
    • T
      If we're going to test for switch validity by observing whether the · 9b3fc492
      Tom Lane 提交于
      compiler emits any warnings, the test program had better be 100%
      correct, not only 90% correct.  The recent addition of -Wold-style-definition
      broke thread-safety detection on every platform that has that switch,
      because the test program used an old-style definition.
      9b3fc492
  5. 20 10月, 2004 1 次提交
    • N
      When using GCC, change the default CFLAGS to: · 857e210e
      Neil Conway 提交于
        -O2 -Wall -Wmissing-prototypes -Wpointer-arith
      
      Check whether the version of GCC we are using supports any of:
      
        -Wdeclaration-after-statement
        -Wendif-labels
        -Wold-style-definition
      
      And add the supported flags to CFLAGS.
      857e210e
  6. 15 10月, 2004 1 次提交
    • B
      > This lets you do something like: · 4d94e99b
      Bruce Momjian 提交于
      >
      >    ./configure LDFLAGS=-static-libgcc LDFLAGS_SL=-static-libgcc
      >
      > to produce binaries that do not depend on libgcc_s.so at all.
      
      Oliver Jowett
      4d94e99b
  7. 12 10月, 2004 1 次提交
    • T
      Another try at making plpython autoconfiguration work correctly. Use a · 669ca7af
      Tom Lane 提交于
      -L spec rather than assuming libpython is in the standard search path
      (this returns to the way 7.4 did it).  But check the distutils output
      to see if it looks like Python has built a shared library, and if so
      link with that instead of the probably-not-shared library found in
      configdir.
      669ca7af
  8. 11 10月, 2004 1 次提交
  9. 06 10月, 2004 2 次提交
    • B
      Here is a patch to fix win32 ssl builds. Summary of changes: · 902ca3e2
      Bruce Momjian 提交于
      * Links with -leay32 and -lssleay32 instead of crypto and ssl. On win32,
      "crypto and ssl" is only used for static linking.
      
      * Initializes SSL in the backend and not just in the postmaster. We
      cannot pass the SSL context from the postmaster through the parameter
      file, because it contains function pointers.
      
      * Split one error check in be-secure.c. Previously we could not tell
      which of three calls actually failed. The previous code also returned
      incorrect error messages if SSL_accept() failed - that function needs to
      use SSL_get_error() on the return value, can't just use the error queue.
      
      * Since the win32 implementation uses non-blocking sockets "behind the
      scenes" in order to deliver signals correctly, implements a version of
      SSL_accept() that can handle this. Also, add a wait function in case
      SSL_read or SSL_write() needs more data.
      
      Magnus Hagander
      902ca3e2
    • B
      Allow plpython to build on Win32. · 54313932
      Bruce Momjian 提交于
      Magnus Hagander
      54313932
  10. 01 10月, 2004 1 次提交
  11. 27 9月, 2004 1 次提交
    • P
      · 93371ed3
      PostgreSQL Daemon 提交于
      update for beta3, and update Copyright date to 2004
      93371ed3
  12. 18 9月, 2004 1 次提交
  13. 17 9月, 2004 1 次提交
  14. 11 9月, 2004 2 次提交
  15. 10 9月, 2004 1 次提交
  16. 09 9月, 2004 1 次提交
  17. 03 9月, 2004 1 次提交
  18. 02 9月, 2004 1 次提交
  19. 31 8月, 2004 1 次提交
    • P
      · 25aba1ca
      PostgreSQL Daemon 提交于
      tag configure beta2
      25aba1ca
  20. 17 8月, 2004 3 次提交
  21. 09 8月, 2004 1 次提交
    • P
      · 708de813
      PostgreSQL Daemon 提交于
      tag her configure 8.0.0beta1 ...
      708de813
  22. 08 8月, 2004 1 次提交
  23. 05 8月, 2004 1 次提交
  24. 01 8月, 2004 1 次提交
  25. 21 7月, 2004 1 次提交
  26. 15 7月, 2004 1 次提交
  27. 10 7月, 2004 1 次提交
  28. 25 6月, 2004 1 次提交
  29. 16 6月, 2004 2 次提交
  30. 08 6月, 2004 2 次提交
  31. 29 5月, 2004 1 次提交
  32. 27 5月, 2004 1 次提交
  33. 22 5月, 2004 2 次提交