1. 24 Feb, 2005 1 commit
  2. 22 Feb, 2005 1 commit
    • Bruce Momjian's avatar
      Add support to port/snprintf.c for position parameter specification: · b4feafb6
      Bruce Momjian authored
      + # 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
  3. 16 Dec, 2004 1 commit
  4. 04 Oct, 2004 1 commit
  5. 08 Sep, 2004 1 commit
  6. 07 Jun, 2004 1 commit
  7. 20 Mar, 2004 1 commit
  8. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  9. 23 Jul, 2003 1 commit
    • Tom Lane's avatar
      Have a go at fixing various outstanding portability issues in code that · df63503d
      Tom Lane authored
      was modified for IPv6.  Use a robust definition of struct sockaddr_storage,
      do a proper configure test to see if ss_len exists, don't assume that
      getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to
      return the protocol we ask for, etc.  This incorporates several outstanding
      patches from Kurt Roeckx, but I'm to blame for anything that doesn't
      work ...
      df63503d
  10. 23 Jun, 2003 1 commit
  11. 12 Jun, 2003 2 commits
  12. 22 May, 2003 1 commit
  13. 12 Apr, 2003 1 commit
  14. 06 Apr, 2003 1 commit
  15. 02 Apr, 2003 1 commit
  16. 28 Jan, 2003 1 commit
  17. 27 Jul, 2002 1 commit
  18. 30 Mar, 2002 1 commit
  19. 29 Mar, 2002 1 commit
  20. 23 Feb, 2002 1 commit
  21. 20 Dec, 2001 1 commit
  22. 07 Sep, 2001 1 commit
  23. 22 Jan, 2001 1 commit
    • Tom Lane's avatar
      Remove rangechecks on errno; just call strerror unconditionally. This · e9c936ff
      Tom Lane authored
      eliminates a raft of portability issues, including whether sys_nerr
      exists, whether the platform has any valid negative errnos, etc.  The
      downside is minimal: errno shouldn't ever contain an invalid value anyway,
      and if it does, reasonably modern versions of strerror will not choke.
      This rangecheck idea seemed good at the time, but it's clearly a net loss,
      and I apologize to all concerned for having ever put it in.
      e9c936ff
  24. 10 Jan, 2001 1 commit
  25. 09 Jan, 2001 1 commit
  26. 03 Nov, 2000 1 commit
  27. 02 Oct, 2000 2 commits
  28. 27 Sep, 2000 1 commit
  29. 11 Jun, 2000 1 commit
    • Peter Eisentraut's avatar
      Substituted new configure test for types of accept() · 06cd0f1a
      Peter Eisentraut authored
      Interfaced a lot of the custom tests to the config.cache, in the process
      made them separate macros and grouped them out into files. Made naming
      adjustments.
      
      Removed a couple of useless/unused configure tests.
      
      Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
      And it breaks equally often. :(
      06cd0f1a