Skip to content
Snippets Groups Projects
  1. Oct 13, 2005
  2. Sep 26, 2005
  3. Aug 29, 2005
  4. Jul 01, 2005
  5. Feb 24, 2005
  6. Feb 22, 2005
    • 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
  7. Jan 08, 2005
  8. Dec 16, 2004
  9. Dec 14, 2004
  10. Dec 02, 2004
  11. Nov 30, 2004
    • Tom Lane's avatar
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane authored
      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
  12. Oct 24, 2004
    • Tom Lane's avatar
      If we're going to test for switch validity by observing whether the · 9b3fc492
      Tom Lane authored
      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
  13. Oct 20, 2004
    • Neil Conway's avatar
      When using GCC, change the default CFLAGS to: · 857e210e
      Neil Conway authored
        -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
  14. Oct 11, 2004
    • Tom Lane's avatar
      Another try at making plpython autoconfiguration work correctly. Use a · 669ca7af
      Tom Lane authored
      -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
  15. Oct 10, 2004
  16. Oct 06, 2004
  17. Oct 04, 2004
  18. Sep 18, 2004
  19. Sep 17, 2004
  20. Sep 11, 2004
  21. Sep 08, 2004
  22. Sep 02, 2004
  23. Aug 17, 2004
  24. Aug 12, 2004
  25. Jul 30, 2004
  26. Jul 17, 2004
  27. Jun 08, 2004
  28. May 20, 2004
  29. Apr 26, 2004
    • Bruce Momjian's avatar
      Unconditionally define: · 30a06fe2
      Bruce Momjian authored
      	-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
      
      for all ports.  It can't hurt if they are not supported, but it makes
      our job easier for porting.
      
      Should fix Darwin compile and other platforms without mucking with the
      thread detection code.
      30a06fe2
  30. Apr 23, 2004
  31. Mar 20, 2004
  32. Feb 02, 2004
  33. Jan 19, 2004
  34. Dec 13, 2003
  35. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
Loading