summaryrefslogtreecommitdiff
path: root/contrib/chkpass/chkpass.c
AgeCommit message (Expand)Author
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-07Remove another useless, counterproductive srandom() call.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-08-29chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain
2001-12-19Fix warningPeter Eisentraut
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-05-30Further conversions to Version 1 API. Also, fix boolean return to useD'Arcy J.M. Cain
2001-05-28Upgraded code to use the current version 1 calling conventions.D'Arcy J.M. Cain
2001-05-27Changed use of macros for extracting information. According to commentsD'Arcy J.M. Cain
2001-05-03Initial checkin of a contributed type that handles passwords efficiently.D'Arcy J.M. Cain