1. 22 Aug, 2002 5 commits
    • Bruce Momjian's avatar
      Add: · 89260124
      Bruce Momjian authored
      replace(string, from, to)
         -- replaces all occurrences of "from" in "string" to "to"
      split(string, fldsep, column)
         -- splits "string" on "fldsep" and returns "column" number piece
      to_hex(int32_num) & to_hex(int64_num)
         -- takes integer number and returns as hex string
      
      Joe Conway
      89260124
    • Bruce Momjian's avatar
      Remove libpq++ SGML documentation. · f6353c6e
      Bruce Momjian authored
      f6353c6e
    • Bruce Momjian's avatar
    • Marc G. Fournier's avatar
      · da4683fb
      Marc G. Fournier authored
      Okay, libpq++ is moved to GBorg, and all traces of it have been removed
      from the core repository ... I haven't *moved* the libpq++ files out of the
      tree, mainly as we want to keep them in place for past branches ...
      
      Peter, I think I've covered all the files I need, and re-ran autoconf to make
      sure the configure file is in place properly ...
      da4683fb
    • Tom Lane's avatar
      Add a bunch of pseudo-types to replace the behavior formerly associated · b663f344
      Tom Lane authored
      with OPAQUE, as per recent pghackers discussion.  I still want to do some
      more work on the 'cstring' pseudo-type, but I'm going to commit the bulk
      of the changes now before the tree starts shifting under me ...
      b663f344
  2. 21 Aug, 2002 6 commits
  3. 20 Aug, 2002 12 commits
  4. 19 Aug, 2002 7 commits
  5. 18 Aug, 2002 10 commits