summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/rijndael.c
AgeCommit message (Expand)Author
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