summaryrefslogtreecommitdiff
path: root/contrib/chkpass
AgeCommit message (Expand)Author
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-23Document that chkpass ignores password characters after the eighth.Tom Lane
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...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
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-10-21Might need to link with -lcrypt.Peter Eisentraut
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-08-29chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
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-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-23Bring chkpass build process into sync with other contrib modules;Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
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