1. 09 Oct, 2002 1 commit
    • Bruce Momjian's avatar
      Well, this patch makes Makefile for contrib/rserv use the · 0215dc9b
      Bruce Momjian authored
         contrib/contrib-global.mk library and _generally_ behave like
         Makefiles for other contrib modules.
         Besides it fixes Perl's interpolation of $libdir variable, which
         should be passed to backend instead. This patch is done against
         PostgreSQL 7.3b2
      
         Besides, I want to thank Peter Eisentraut for his very friendly and
         helpful attitude and politely ask him to check whether contrib
         modules actually continue to work after he implements another
         major change to their build process.
      
      Alexey Borzov
      0215dc9b
  2. 05 Sep, 2002 1 commit
    • Peter Eisentraut's avatar
      Assorted fixes for Cygwin: · 337da067
      Peter Eisentraut authored
      Eliminate the mysterious games that the Cygwin build plays with the linker
      flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
      Detect cygipc in configure, after the linker flags are set up, otherwise
      configure might not work at all.
      
      Make sure everything is covered by make clean.
      
      Fix the build of the new conversion procedure modules.
      
      Add new DLLIMPORT markers where required.
      
      Finally, the compiler complains if we use an explicit
      -I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
      still necessary.
      337da067
  3. 11 Mar, 2002 1 commit
    • Bruce Momjian's avatar
      Back out this for Peter: · 29731df4
      Bruce Momjian authored
      >       This simple patch fixes broken Makefile, broken ApplySnapshot and
      >       makes all utilities honour --verbose command line option.
      >
      >       --
      >       Yours, Alexey V. Borzov, Webmaster of RDW.ru
      >
      29731df4
  4. 06 Mar, 2002 1 commit
  5. 16 Sep, 2001 1 commit
    • Peter Eisentraut's avatar
      Install dynamically loadable modules into a private subdirectory · 264f8f2b
      Peter Eisentraut authored
      under libdir, for a cleaner separation in the installation layout
      and compatibility with binary packaging standards.  Point backend's
      default search location there.  The contrib modules are also
      installed in the said location, giving them the benefit of the
      default search path as well.  No changes in user interface
      nevertheless.
      264f8f2b
  6. 06 Sep, 2001 1 commit
  7. 18 Jun, 2001 1 commit
    • Bruce Momjian's avatar
      The attached patch enables the contrib subtree to build cleanly under · 558fae16
      Bruce Momjian authored
      Cygwin with the possible exception of mSQL-interface.  Since I don't
      have mSQL installed, I skipped this tool.
      
      Except for dealing with a missing getopt.h (oid2name) and HUGE (seg),
      the bulk of the patch uses the standard PostgreSQL approach to deal with
      Windows DLL issues.
      
      I tested the build aspect of this patch under Cygwin and Linux without
      any ill affects.  Note that I did not actually attempt to test the code
      for functionality.
      
      The procedure to apply the patch is as follows:
      
          $ # save the attachment as /tmp/contrib.patch
          $ # change directory to the top of the PostgreSQL source tree
          $ patch -p0 </tmp/contrib.patch
      
      Jason
      558fae16
  8. 20 Feb, 2001 1 commit
  9. 28 Dec, 2000 1 commit
  10. 21 Dec, 2000 1 commit
  11. 20 Dec, 2000 1 commit