]> granicus.if.org Git - postgresql/history - contrib/chkpass
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
[postgresql] / contrib / chkpass /
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-28 Peter EisentrautRemove wildly obsolete type attribute externallength...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-10-01 D'Arcy J.M. CainAdd some examples.
2007-10-01 D'Arcy J.M. CainFix a minor typo.
2007-09-29 Tom LaneRemove bogus commutator marking --- the module doesn...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-23 Tom LaneDocument that chkpass ignores password characters after...
2005-01-29 Tom LaneMake sure contrib C functions are marked strict where...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-07 Tom LaneRemove another useless, counterproductive srandom(...
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-10-26 Tom LaneAdd missing semicolons to a few PG_FUNCTION_INFO_V1...
2002-10-21 Peter EisentrautMight need to link with -lcrypt.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-08-29 D'Arcy J.M. Cainchkpass_rout returns text so change PG_RETURN_CSTRING...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2001-12-19 Peter EisentrautFix warning
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-23 Tom LaneBring chkpass build process into sync with other contri...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-30 D'Arcy J.M. CainFurther conversions to Version 1 API. Also, fix boolea...
2001-05-28 D'Arcy J.M. CainUpgraded code to use the current version 1 calling...
2001-05-27 D'Arcy J.M. CainChanged use of macros for extracting information. ...
2001-05-03 D'Arcy J.M. CainInitial checkin of a contributed type that handles...