1. 14 6月, 2012 1 次提交
    • T
      Stamp library minor versions for 9.3. · 357c5493
      Tom Lane 提交于
      This includes fixing the MSVC copy of ecpg/preproc's version info, which
      seems to have been overlooked repeatedly.  Can't we fix that so there are
      not two copies??
      357c5493
  2. 08 4月, 2012 1 次提交
  3. 02 1月, 2012 1 次提交
  4. 02 1月, 2011 1 次提交
  5. 21 9月, 2010 1 次提交
  6. 13 7月, 2010 1 次提交
  7. 03 1月, 2010 1 次提交
  8. 07 8月, 2009 1 次提交
  9. 13 7月, 2009 1 次提交
  10. 02 1月, 2009 1 次提交
  11. 07 4月, 2008 1 次提交
    • P
      Implement a few changes to how shared libraries and dynamically loadable · 46e76373
      Peter Eisentraut 提交于
      modules are built.  Foremost, it creates a solid distinction between these two
      types of targets based on what had already been implemented and duplicated in
      ad hoc ways before.  Specifically,
      
      - Dynamically loadable modules no longer get a soname.  The numbers previously
      set in the makefiles were dummy numbers anyway, and the presence of a soname
      upset a few packaging tools, so it is nicer not to have one.
      
      - The cumbersome detour taken on installation (build a libfoo.so.0.0.0 and
      then override the rule to install foo.so instead) is removed.
      
      - Lots of duplicated code simplified.
      46e76373
  12. 26 2月, 2008 1 次提交
  13. 14 2月, 2008 1 次提交
  14. 02 1月, 2008 1 次提交
  15. 05 10月, 2007 2 次提交
  16. 04 10月, 2007 1 次提交
  17. 03 10月, 2007 2 次提交
  18. 28 9月, 2007 1 次提交
  19. 21 1月, 2007 1 次提交
  20. 06 1月, 2007 1 次提交
  21. 29 8月, 2006 1 次提交
  22. 10 12月, 2005 1 次提交
  23. 09 12月, 2005 1 次提交
  24. 06 12月, 2005 1 次提交
  25. 15 3月, 2005 1 次提交
  26. 12 3月, 2005 1 次提交
    • B
      Add fprintf() custom version to libpgport. · caad817d
      Bruce Momjian 提交于
      Document use of macros for pg_printf functions.
      
      Bump major versions of all interfaces to handle movement of get_progname
      from libpq to libpgport in 8.0, and probably other libpgport changes in 8.1.
      caad817d
  27. 18 1月, 2005 1 次提交
  28. 05 10月, 2004 1 次提交
  29. 13 7月, 2004 1 次提交
    • T
      Cause libpq and ecpg libraries to be built as proper shared libraries · 9df30869
      Tom Lane 提交于
      (.dylib format) on Mac OS X, while not messing up loadable modules for
      the backend (which are the same kind of animal as a shared library on
      every other platform, but not here).  Also get the naming convention
      to match OS X practice, viz libFOO.version.so not libFOO.so.version.
      In support of that last, refactor code in Makefile.shlib to make it
      easier to have platform-specific shlib naming conventions.
      This patch is loosely based on the Fink project's current postgresql.patch.
      Tested by yours truly on OS X 10.3.4; does anyone have 10.2.* to check
      it on?
      9df30869
  30. 27 5月, 2004 1 次提交
  31. 24 5月, 2004 1 次提交
  32. 07 5月, 2004 1 次提交
  33. 30 4月, 2004 1 次提交
  34. 24 4月, 2004 1 次提交
  35. 25 2月, 2004 1 次提交
  36. 30 11月, 2003 2 次提交
  37. 04 10月, 2003 1 次提交