]> granicus.if.org Git - postgresql/history - src/backend/libpq/md5.c
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / libpq / md5.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-27 Magnus HaganderAdd support for RADIUS authentication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-15 Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-24 Bruce MomjianAdd thread locking to SSL and Kerberos connections.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-18 Bruce MomjianImprove comments about duplicate files.
2001-11-13 Bruce MomjianUpdate CVS tags.
2001-11-13 Bruce MomjianUse better CVS tag.
2001-11-13 Bruce MomjianRemove md5.c check, add CVS log stamp. Update comments.
2001-11-12 Bruce MomjianSync up both files.
2001-11-12 Bruce Momjian Add comments and remove CVS tag from md5.c so they...
2001-11-12 Bruce MomjianAdd code to check that md5.c files are in sync.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneClean up comments.
2001-09-27 Bruce MomjianPut MD5 salt at the end for security.
2001-09-21 Tom LaneCode review for MD5 authorization patch. Clean up...
2001-08-25 Bruce MomjianAdd intended Array.java file that accidentally was...
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-15 Bruce MomjianUse malloc/palloc as appropriate.
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianAdd new files.