summaryrefslogtreecommitdiff
path: root/contrib/chkpass
Commit message (Expand)AuthorAgeFilesLines
* Fix volatility markings of some contrib I/O functions.Tom Lane2014-11-051-2/+5
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-12/+0
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-4/+20
* chkpass: check for NULL return value from crypt()Bruce Momjian2014-01-311-1/+8
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-5/+5
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-23/+20
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Remove wildly obsolete type attribute externallength from chkpassPeter Eisentraut2010-07-281-2/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-21/+9
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-18/+8
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-56/+0
* Add some examples.D'Arcy J.M. Cain2007-10-011-1/+31
* Fix a minor typo.D'Arcy J.M. Cain2007-10-011-2/+2
* Remove bogus commutator marking --- the module doesn't actually supplyTom Lane2007-09-292-9/+3
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-12/+14
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-7/+4
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-3/+1
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-191-11/+7
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-18/+5
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Document that chkpass ignores password characters after the eighth.Tom Lane2005-09-231-1/+5
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-292-23/+8
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-293-3/+3
* Remove another useless, counterproductive srandom() call.Tom Lane2003-09-071-8/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-3/+5
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+1
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-261-6/+6
* Might need to link with -lcrypt.Peter Eisentraut2002-10-211-2/+4
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-24/+29
* chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain2002-08-291-2/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-5/+5
* Fix warningPeter Eisentraut2001-12-191-3/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-19/+21
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-46/+5
* Bring chkpass build process into sync with other contrib modules;Tom Lane2001-08-232-28/+31
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-4/+2
* Further conversions to Version 1 API. Also, fix boolean return to useD'Arcy J.M. Cain2001-05-301-7/+7