1. 01 3月, 2005 1 次提交
  2. 24 2月, 2005 1 次提交
  3. 22 2月, 2005 1 次提交
    • B
      Add support to port/snprintf.c for position parameter specification: · b4feafb6
      Bruce Momjian 提交于
      + # Determine if printf supports %1$ argument selection, e.g. %5$ selects
      + # the fifth argument after the printf print string.
      + # This is not in the C99 standard, but in the Single Unix Specification (SUS).
      + # It is used in our langauge translation strings.
      
      Nicolai Tufar with configure changes by Bruce.
      b4feafb6
  4. 18 1月, 2005 2 次提交
  5. 11 1月, 2005 1 次提交
  6. 07 1月, 2005 1 次提交
    • P
      · 75a59ad6
      PostgreSQL Daemon 提交于
      upgrade tags to rc4
      75a59ad6
  7. 02 1月, 2005 1 次提交
  8. 01 1月, 2005 1 次提交
    • P
      · 2ff50159
      PostgreSQL Daemon 提交于
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  9. 21 12月, 2004 2 次提交
  10. 17 12月, 2004 1 次提交
  11. 04 12月, 2004 1 次提交
    • P
      · f51964fa
      PostgreSQL Daemon 提交于
      tag configure for rc1 ..
      f51964fa
  12. 03 12月, 2004 1 次提交
  13. 02 12月, 2004 1 次提交
  14. 30 11月, 2004 1 次提交
    • T
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane 提交于
      reliably (ie, regardless of which libraries they depend on).  Also
      make sure that we don't select headers that obviously belong to the
      wrong one of the two libraries.  This was discussed back around 4-Sep
      but seems to have slipped through the cracks.  The header selection
      could be checked more closely, perhaps, but let's see if this is good
      enough.
      aef2d0d8
  15. 22 11月, 2004 1 次提交
    • P
      · 5776feab
      PostgreSQL Daemon 提交于
      update us to beta5
      5776feab
  16. 07 11月, 2004 1 次提交
  17. 02 11月, 2004 1 次提交
  18. 25 10月, 2004 1 次提交
    • P
      · 346aff04
      PostgreSQL Daemon 提交于
      make sure we tag configure.in as beta4 as well ...
      346aff04
  19. 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
  20. 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
  21. 06 10月, 2004 1 次提交
    • 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
  22. 01 10月, 2004 1 次提交
  23. 27 9月, 2004 1 次提交
    • P
      · 93371ed3
      PostgreSQL Daemon 提交于
      update for beta3, and update Copyright date to 2004
      93371ed3
  24. 18 9月, 2004 1 次提交
  25. 10 9月, 2004 1 次提交
  26. 02 9月, 2004 1 次提交
  27. 31 8月, 2004 1 次提交
    • P
      · 25aba1ca
      PostgreSQL Daemon 提交于
      tag configure beta2
      25aba1ca
  28. 09 8月, 2004 1 次提交
    • P
      · 708de813
      PostgreSQL Daemon 提交于
      tag her configure 8.0.0beta1 ...
      708de813
  29. 08 8月, 2004 1 次提交
  30. 05 8月, 2004 1 次提交
  31. 01 8月, 2004 1 次提交
  32. 21 7月, 2004 1 次提交
  33. 18 7月, 2004 1 次提交
  34. 15 7月, 2004 1 次提交
  35. 10 7月, 2004 1 次提交
  36. 25 6月, 2004 1 次提交
  37. 16 6月, 2004 2 次提交