1. 07 2月, 2011 1 次提交
  2. 02 1月, 2011 1 次提交
  3. 21 9月, 2010 1 次提交
  4. 20 1月, 2010 1 次提交
    • A
      Add utility functions to PLPerl: · 05672e50
      Andrew Dunstan 提交于
          quote_literal, quote_nullable, quote_ident,
          encode_bytea, decode_bytea, looks_like_number,
          encode_array_literal, encode_array_constructor.
      Split SPI.xs into two - SPI.xs now contains only SPI functions. Remainder
      are in new Util.xs.
      Some more code and documentation cleanup along the way, as well as
      adding some CVS markers to files missing them.
      
      Original patch from Tim Bunce, with a little editing from me.
      05672e50
  5. 03 1月, 2010 1 次提交
  6. 02 1月, 2009 1 次提交
  7. 02 1月, 2008 1 次提交
  8. 23 11月, 2007 1 次提交
    • T
      Prevent Perl from introducing a possibly-incompatible definition of type · f608f3b8
      Tom Lane 提交于
      "bool" into plperl.c.  This has always been a hazard since Perl allows a
      platform-specific choice to define bool as int rather than char, but
      evidently this didn't happen on any platform we support ... until OS X 10.5.
      Per report from Brandon Maust.
      
      Back-patch as far as 8.0 --- a bit arbitrary, but it seems unlikely anyone
      will be trying to port 7.x onto new platforms.
      f608f3b8
  9. 06 1月, 2007 1 次提交
  10. 04 10月, 2006 1 次提交
  11. 06 3月, 2006 1 次提交
    • A
      · 5d723d05
      Andrew Dunstan 提交于
      Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
      and docs from Dmitry Karasik, slightly editorialised.
      5d723d05
  12. 05 3月, 2006 1 次提交
  13. 13 1月, 2006 1 次提交
  14. 09 1月, 2006 1 次提交
    • A
      · 9bb76d0b
      Andrew Dunstan 提交于
      Rationalise perl header inclusions via a common include file, which also
      declares routines in plperl.c and spi_internal.c used in other files.
      
      Along the way, also stop perl from hijacking stdio and other stuff on Windows.
      9bb76d0b