| Age | Commit message (Expand) | Author |
| 2014-11-11 | Loop when necessary in contrib/pgcrypto's pktreader_pull(). | Tom Lane |
| 2014-11-03 | Docs: fix incorrect spelling of contrib/pgcrypto option. | Tom Lane |
| 2014-11-03 | Remove dead-since-introduction pgcrypto code. | Noah Misch |
| 2014-10-20 | Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql. | Tom Lane |
| 2014-10-01 | Add functions for dealing with PGP armor header lines to pgcrypto. | Heikki Linnakangas |
| 2014-09-25 | Refactor space allocation for base64 encoding/decoding in pgcrypto. | Heikki Linnakangas |
| 2014-08-25 | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund |
| 2014-07-15 | Remove dependency on wsock32.lib in favor of ws2_32 | Magnus Hagander |
| 2014-07-14 | Add file version information to most installed Windows binaries. | Noah Misch |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
| 2014-04-17 | pgcrypto: fix memset() calls that might be optimized away | Bruce Momjian |
| 2014-03-17 | Fix typos in comments. | Fujii Masao |
| 2014-01-17 | Add gen_random_uuid() to contrib/pgcrypto. | Tom Lane |
| 2014-01-09 | pgcrypto: Make header files stand alone | Peter Eisentraut |
| 2013-11-10 | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-05-10 | Fix pgp_pub_decrypt() so it works for secret keys with passwords. | Tom Lane |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-05-30 | Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). | Tom Lane |
| 2012-05-08 | Fix misleading comments | Peter Eisentraut |
| 2012-05-02 | Even more duplicate word removal, in the spirit of the season | Peter Eisentraut |
| 2012-04-24 | Lots of doc corrections. | Robert Haas |
| 2012-01-28 | Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). | Tom Lane |
| 2012-01-15 | pgcrypto: Remove inappropriate const qualifier | Peter Eisentraut |
| 2011-12-27 | Standardize treatment of strcmp() return value | Peter Eisentraut |
| 2011-11-17 | Don't quote language name | Alvaro Herrera |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-10 | Add missing format attributes | Peter Eisentraut |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-06-21 | Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). | Tom Lane |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-04-11 | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-10-20 | If pk is NULL, the backend would segfault when accessing ->algo and the | Heikki Linnakangas |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-04-02 | Update a number of broken links in comments. | Magnus Hagander |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-08-04 | Fix some more regression tests (missed these because they're only | Tom Lane |
| 2009-08-04 | Ooops, missed that a couple of contrib modules have calls to byteacmp. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-15 | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander |
| 2009-03-25 | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane |