1. 21 Aug, 2007 1 commit
  2. 20 Jan, 2007 1 commit
  3. 22 Jun, 2006 1 commit
  4. 04 Feb, 2006 1 commit
  5. 09 Dec, 2005 1 commit
  6. 28 Nov, 2005 1 commit
  7. 13 Jan, 2005 1 commit
  8. 06 Oct, 2004 1 commit
    • Bruce Momjian's avatar
      please find attached an alternate submission which addresses open item · 513e89b4
      Bruce Momjian authored
      "make pgxs install by default". It is up to the committers to chose.
      
      (1) there is only one "install" target. no more "install-all-headers".
          it simplifies/changes several makefiles.
      
      (2) the documentation reflects the change.
      
      (3) a minor fix on pgxs to use a nicer patch without a double slash.
      
      Fabien Coelho
      513e89b4
  9. 20 Aug, 2004 1 commit
    • Bruce Momjian's avatar
      > Please find enclose a submission to fix these problems. · ee85595d
      Bruce Momjian authored
      >
      > The patch adds missing the "libpgport.a" file to the installation under
      > "install-all-headers". It is needed by some contribs. I install the
      > library in "pkglibdir", but I was wondering whether it should be "libdir"?
      > I was wondering also whether it would make sense to have a "libpgport.so"?
      >
      > It fixes various macros which are used by contrib makefiles, especially
      > libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
      > needed to
      >
      > It adds the ability to test and use PGXS with contribs, with "make
      > USE_PGXS=1". Without the macro, this is exactly as before, there should be
      > no difference, esp. wrt the vpath feature that seemed broken by previous
      > submission. So it should not harm anybody, and it is useful at least to me.
      >
      > It fixes some inconsistencies in various contrib makefiles
      > (useless override, ":=" instead of "=").
      
      Fabien COELHO
      ee85595d
  10. 30 Jul, 2004 1 commit
  11. 30 Apr, 2004 1 commit
  12. 26 Apr, 2004 1 commit
  13. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  14. 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
  15. 04 Sep, 2002 1 commit
  16. 30 Jul, 2002 1 commit
  17. 27 Jul, 2002 1 commit
  18. 18 Jul, 2002 1 commit
  19. 13 Mar, 2002 1 commit
    • Peter Eisentraut's avatar
      Move · f362dcec
      Peter Eisentraut authored
        src/GNUmakefile.in to src/Makefile
      and
        src/backend/port/Makefile.in to src/backend/port/Makefile
      
      All configure substitutions are now done in Makefile.global.
      f362dcec
  20. 10 Feb, 2001 1 commit
    • Tom Lane's avatar
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane authored
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  21. 30 Dec, 2000 1 commit
  22. 06 Nov, 2000 1 commit
    • Peter Eisentraut's avatar
      Fix GNU make detection. · 6f2f1690
      Peter Eisentraut authored
      (The test 'make --version' with FreeBSD make (and potentially others)
      would just reinvoke make on the same Makefile, resulting in an infinite
      loop.)
      6f2f1690
  23. 12 Jun, 2000 2 commits
  24. 18 Jan, 1997 1 commit
  25. 05 Jan, 1997 1 commit
  26. 02 Dec, 1996 1 commit
  27. 18 Nov, 1996 1 commit
  28. 13 Nov, 1996 1 commit
  29. 12 Nov, 1996 2 commits
  30. 06 Aug, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes: · ab57e09e
      Marc G. Fournier authored
      Also, I think that an extra source of noise in the diff of regress.out and
      expected.out is caused by not substituting the shared library file
      extension in the regression.input file (much like the paths and the
      usernames are sub'ed). This seems to be fixed with the following patches
      to regression.input and the Makefile... If I'm off base here, please tell!
      
      Submitted by:  Wayde Nie <niew@phoenix.cis.mcmaster.ca>
      ab57e09e
  31. 26 Jul, 1996 2 commits
  32. 25 Jul, 1996 1 commit
  33. 23 Jul, 1996 1 commit
  34. 09 Jul, 1996 1 commit