1. 04 Nov, 2004 1 commit
    • Neil Conway's avatar
      Contrib build fixes: · 8f012ac8
      Neil Conway authored
      - add some additional files to the dbmirror install (approved by
      ssinger)
      
      - add a makefile for contrib/mysql, and add mysql to the list of
      contribs build by default
      
      - use xml2-config to pickup -I flags for libxml2 in contrib/xml and
      contrib/xml2
      
      Original work from Martin Pitt of Debian, minor cleanups by Neil
      Conway.
      8f012ac8
  2. 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
  3. 14 Mar, 2004 1 commit
  4. 05 Mar, 2004 3 commits
    • Bruce Momjian's avatar
      Add missing xml files. · 614e4235
      Bruce Momjian authored
      614e4235
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Thanks to the generous support of Torchbox (http://www.torchbox.com), I · adca025c
      Bruce Momjian authored
      have been able to significantly improve the contrib/xml XPath
      integration code.
      
      New features:
      
      * XPath set-returning function allows multiple results from an several
      XPath queries to be used as a virtual table.
      * Using libxslt, XSLT transformations (with and without parameters) are
      supported. (Caution: This support allows generic URL fetching from
      within the backend as well).
      
      I've removed the old code so that it is all libxml based. Rather than
      attach as a patch, I've put the tar.gz (10k!) at
      http://www.azuli.co.uk/pgxml-1.0.tar.gz
      (all files in archive are xml/....).
      
      I think this is worth replacing the contrib version with, even though
      the function names have changed (though the same functionality is
      there), because it includes a SRF and some SPI usage, in addition to
      linking to an external library. And it isn't a big module! Obviously, I
      understand that people might prefer to move it elsewhere, or might have
      reservations about replacing an existing contrib module with an
      incompatible one. I'm open to suggestions.
      
      John Gray
      adca025c
  5. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  6. 22 Oct, 2002 1 commit
  7. 21 Aug, 2001 1 commit
  8. 30 Jul, 2001 1 commit
  9. 20 Oct, 2000 1 commit
  10. 31 Aug, 2000 1 commit
  11. 29 May, 2000 1 commit
  12. 28 Mar, 2000 1 commit
  13. 01 Mar, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 207acd86
      Marc G. Fournier authored
      1. Make 'all' works without complaint.  Don't have to add the .exp
         files to the files list.  They are made automagically when
         making the respective shared lib file.
      
         Only port that actually uses EXPSUFF (from makefiles/Makefile.*)
         is Aix, so if this breaks anybody else, let me know, asap.
      
      2. Make 'clean' actually cleans up correctly.  Previously, it would
         leave the .o files in C-code directory.
      
      3. Changed references to reflect new location of .c files.
      
      4. Added DELETE statements to complex.source so that it tidies up
         when done.  Previously, it would leave things in pg_amop,
         pg_amproc and pg_opclass.  Only possible to do this with the
         new SUBSELECT code in 6.3.  Nice work, fellas...
      
         Not deleting the index entries would cause a non-fatal error if
         complex.sql was run again on the same database.  Much tidier now.
      
      5. Corrected the README.  obj directory hasn't existed since Bryan
         redid the make way back when.  Also changed the snipet from psql
         to match the current version. POSTGRES95?!?  I don't think so. :)
      207acd86
  14. 28 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 5b3e78af
      Marc G. Fournier authored
      Seem to remember someone posting to one of the lists a while back
      that the tutorial code wouldn't compile and/or run.  Found four
      problems with it that will let it run.
      
      1. Tutorial makefile had a recursive use of DLOBJS.
      
      2. Some tutorial needed semi-colons added to many statements.
      
      3. Complex tutorial didn't clean up after itself.
      
      4. Advanced had a time-travel example.  Commented it out and
         put a line pointing the user to contrib/spi/README.
      5b3e78af
  15. 04 Jan, 1998 1 commit
  16. 05 Jan, 1997 1 commit
  17. 18 Nov, 1996 1 commit
  18. 13 Nov, 1996 1 commit
  19. 12 Nov, 1996 1 commit
  20. 09 Jul, 1996 1 commit