1. 05 Mar, 2004 7 commits
    • 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
    • Bruce Momjian's avatar
      Per a brief conversation with Tom, I've created a patch for adding · 19739718
      Bruce Momjian authored
      support for 'week' within the date_trunc function.
      
      Within the patch I added a couple of test cases and associated target
      output, and changed the documentation to add 'week' appropriately.
      
      Robert Creager
      19739718
    • Tom Lane's avatar
      libpq's query to get the OIDs of large-object support functions was not · 44611f6e
      Tom Lane authored
      schema-safe.  Make it so, and improve the internal support for knowledge
      of server version.
      44611f6e
    • Bruce Momjian's avatar
      Win32: · d91acf84
      Bruce Momjian authored
      * Mostly, casting etc to remove compilation warnings in win32 only code.
      
      * main.c: set _IONBF to stdout/stderr under win32 (under win32, _IOLBF
      defaults to full buffering)
      
      * pg_resetxlog/Makefile: ensures dirmod.o gets cleaned (got bitten by
      this when, after "make clean"ing, switching compilation between Ming +
      Cygwin)
      
      Claudio Natoli
      d91acf84
    • Bruce Momjian's avatar
      Fix for underscore in ID sgml markup. · 033e37be
      Bruce Momjian authored
      033e37be
    • Bruce Momjian's avatar
      Add new SPI functions for use by PL/Java: · 65a0db19
      Bruce Momjian authored
      	+extern Oid SPI_getargtypeid(void *plan, int argIndex);
      	+extern int SPI_getargcount(void *plan);
      	+extern bool SPI_is_cursor_plan(void *plan);
      
      Thomas Hallgren
      65a0db19
    • Bruce Momjian's avatar
  2. 04 Mar, 2004 4 commits
  3. 03 Mar, 2004 7 commits
  4. 02 Mar, 2004 13 commits
  5. 01 Mar, 2004 2 commits
  6. 29 Feb, 2004 4 commits
  7. 28 Feb, 2004 3 commits