summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/sha2.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-1/+1
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-171-4/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-19/+19
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-43/+9
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+2
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-39/+100
* Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian2006-05-301-9/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-199/+282
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-121-6/+6
* Avoid bzero/bxopy in favor of more standard library routines.Tom Lane2005-07-111-32/+27
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-16/+8
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-101-0/+895