1. 18 Feb, 2011 4 commits
    • Alvaro Herrera's avatar
      Convert Postgres arrays to Perl arrays on PL/perl input arguments · 87bb2ade
      Alvaro Herrera authored
      More generally, arrays are turned in Perl array references, and row and
      composite types are turned into Perl hash references.  This is done
      recursively, in a way that's natural to every Perl programmer.
      
      To avoid a backwards compatibility hit, the string representation of
      each structure is also available if the function requests it.
      
      Authors: Alexey Klyukin and Alex Hunsaker.
      Some code cleanups by me.
      87bb2ade
    • Alvaro Herrera's avatar
      pgindent run on plperl.c · f7b51d17
      Alvaro Herrera authored
      f7b51d17
    • Alvaro Herrera's avatar
      Use $INDENT rather than indent throughout the pgindent code · c4d12436
      Alvaro Herrera authored
      This allows the user to change the path to be used more easily.
      Also, change URL in README.
      c4d12436
    • Tom Lane's avatar
      Fix tsmatchsel() to account properly for null rows. · 52b60530
      Tom Lane authored
      ts_typanalyze.c computes MCE statistics as fractions of the non-null rows,
      which seems fairly reasonable, and anyway changing it in released versions
      wouldn't be a good idea.  But then ts_selfuncs.c has to account for that.
      Failure to do so results in overestimates in columns with a significant
      fraction of null documents.  Back-patch to 8.4 where this stuff was
      introduced.
      
      Jesper Krogh
      52b60530
  2. 17 Feb, 2011 15 commits
  3. 16 Feb, 2011 13 commits
  4. 15 Feb, 2011 8 commits