| Age | Commit message (Expand) | Author |
| 2001-11-30 | * include <endian.h> is not enough, include sys/types.h too | Bruce Momjian |
| 2001-11-29 | * When postgres.h does not define BYTE_ENDIAN pgcrypto | Bruce Momjian |
| 2001-11-20 | Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h | Bruce Momjian |
| 2001-11-20 | Duh, my regexp's missed bunch of them. Here's next batch, this | Bruce Momjian |
| 2001-11-20 | pgcrypto uses non-standard type uint, which causes compile | Bruce Momjian |
| 2001-11-08 | When given oversized key, encrypt/decrypt corrupted | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-25 | Add more missing 'do { ... } while (0)' in missing macros. Without it, | Bruce Momjian |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-10-01 | Add missing pgcrypto files. | Bruce Momjian |
| 2001-09-30 | * regression tests | Bruce Momjian |
| 2001-09-29 | Found type mismatch in random.c. Please apply this also. | Bruce Momjian |
| 2001-09-29 | I noticed that the contrib Makefiles were reorganized. | Bruce Momjian |
| 2001-09-23 | No, file not needed. | Bruce Momjian |
| 2001-09-23 | Add new file. | Bruce Momjian |
| 2001-09-23 | Big thanks to Solar Designer who pointed out a bug in bcrypt | Bruce Momjian |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-09-06 | This makes encrypt() parser more strict. | Bruce Momjian |
| 2001-08-22 | Persuade new pgcrypto stuff to compile. | Tom Lane |
| 2001-08-21 | Remove krb.c. | Bruce Momjian |
| 2001-08-21 | Remove encode.*. Not needed anymore. | Bruce Momjian |
| 2001-08-21 | Remove object file. | Bruce Momjian |
| 2001-08-21 | Add missing pgcrypto file. | Bruce Momjian |
| 2001-08-21 | /contrib/pgcrypto: | Bruce Momjian |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-05-15 | Well, the correct code - that corresponds to current | Bruce Momjian |
| 2001-05-13 | > I've been experimenting with pgcrypto 0.3 (distributed with | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-16 | Documentation update from Marko Kreen. | Tom Lane |
| 2001-02-20 | Changes: | Bruce Momjian |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-06 | Well, learned the hard way... | Bruce Momjian |
| 2001-01-24 | I would like to do a interface change in pgcrypto. (Good | Bruce Momjian |
| 2001-01-09 | The KAME files md5.* and sha1.* have the following changelog | Bruce Momjian |
| 2000-12-04 | Eliminate some of the more blatant platform-dependencies ... it builds here n... | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-10-31 | Hashing functions from Marko Kreen <marko@l-t.ee> | Peter Eisentraut |