1. 26 Jun, 2007 1 commit
  2. 09 Feb, 2007 1 commit
  3. 03 Apr, 2006 1 commit
  4. 07 Mar, 2006 1 commit
  5. 27 Feb, 2006 1 commit
  6. 18 Oct, 2005 1 commit
  7. 27 Sep, 2005 1 commit
  8. 24 Jul, 2005 1 commit
  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. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  11. 14 Sep, 2003 1 commit
  12. 14 May, 2003 1 commit
  13. 31 Jan, 2003 1 commit
    • Tom Lane's avatar
      Tweak bison build rules so that we get the same error messages from · 9d007987
      Tom Lane authored
      bison 1.875 and later as we did from earlier bison releases.  Eventually
      we will probably want to adopt the newer message spelling ... but not yet.
      Per recent discussion on pgpatches.
      Note: I didn't change the build rules for bootstrap, ecpg, or plpgsql
      grammars, since these do not affect regression test results.
      9d007987
  14. 01 Nov, 2002 1 commit
    • Tom Lane's avatar
      Arrange to compile flex output files as inclusions into other files · cab9437a
      Tom Lane authored
      (usually bison output files), not as standalone files.  This hack
      works around flex's insistence on including <stdio.h> before we are
      able to include postgres.h; postgres.h will already be read before
      the compiler starts to read the flex output file.  Needed for largefile
      support on some platforms.
      cab9437a
  15. 16 Nov, 2001 1 commit
  16. 06 Sep, 2001 1 commit
  17. 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
  18. 20 Feb, 2001 1 commit
  19. 10 Feb, 2001 1 commit
  20. 11 Dec, 2000 1 commit