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