summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/rijndael.c
AgeCommit message (Expand)Author
2014-05-06pgindent run for 9.4Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2002-09-05Fix unsafe macro definitions (which were producing incorrect code,Tom Lane
2001-11-29* When postgres.h does not define BYTE_ENDIAN pgcryptoBruce Momjian
2001-11-20pgcrypto uses non-standard type uint, which causes compileBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add more missing 'do { ... } while (0)' in missing macros. Without it,Bruce Momjian
2001-08-22Persuade new pgcrypto stuff to compile.Tom Lane
2001-08-21Add missing pgcrypto file.Bruce Momjian