OSDN Git Service

Implement md5(bytea), update regression tests and documentation. Patch
authorNeil Conway <neilc@samurai.com>
Fri, 20 May 2005 01:29:56 +0000 (01:29 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 20 May 2005 01:29:56 +0000 (01:29 +0000)
commitf3567eeaf2423c933166edff320ab1a7093f1ac4
tree6a77859582d83cf61881f26fdf3a4f3d5e4aa293
parentff0c143a3b6a2f0d091133fe64d23544f1157096
Implement md5(bytea), update regression tests and documentation. Patch
from Abhijit Menon-Sen, minor editorialization from Neil Conway. Also,
improve md5(text) to allocate a constant-sized buffer on the stack
rather than via palloc.

Catalog version bumped.
doc/src/sgml/func.sgml
src/backend/utils/adt/varlena.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql