1. 22 11月, 2001 14 次提交
  2. 21 11月, 2001 21 次提交
  3. 20 11月, 2001 5 次提交
    • B
      pgcrypto uses non-standard type uint, which causes compile · 540155b7
      Bruce Momjian 提交于
      failures on FreeBSD.  This patch replaces uint -> unsigned.
      
      This was reported by Daniel Holtzman against 0.4pre3 standalone
      package, but it needs fixing in contrib/pgcrypto too.
      
      Marko Kreen
      540155b7
    • B
      I've created a new section to func.sgml, "Binary String Functions and · 01e0dae6
      Bruce Momjian 提交于
      Operators", plagiarized shamelessly from the "String Functions and
      Operators" section. There were enough differences that it made sense (at
      least to me) to give this its own section instead of cramming it in with
      normal string functions. This way I could also make the examples
      relevant, which is particularly important for bytea.
      
      One thing I think worth mentioning: while documenting the trim()
      function I realized that I never implemented the bytea equivalent of
      rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim,
      available with text, are not available with bytea (I'd be happy to
      correct this, but since it would require an initdb, I guess not until
      7.3) -- the submitted doc accurately reflects this.
      
      I will look for other areas of the docs that need mention of bytea, but
      any guidance would be much appreciated.
      
      --
      
      Here's a second bytea documentation patch. This one significantly
      expands the "Binary Data" section added by Bruce recently.
      
      
      Joe Conway
      01e0dae6
    • B
      Update TODO list. · 1337bfa9
      Bruce Momjian 提交于
      1337bfa9
    • T
      Expand discussion of logfile management a little bit. · bb2ff5f2
      Tom Lane 提交于
      bb2ff5f2
    • B
      Update HISTORY to current changes. · 7107c3d0
      Bruce Momjian 提交于
      7107c3d0