| Age | Commit message (Expand) | Author |
| 2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
| 2014-02-17 | Prevent potential overruns of fixed-size buffers. | Tom Lane |
| 2014-02-01 | chkpass: check for NULL return value from crypt() | Bruce Momjian |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 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-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-07-28 | Remove wildly obsolete type attribute externallength from chkpass | Peter Eisentraut |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-10-01 | Add some examples. | D'Arcy J.M. Cain |
| 2007-10-01 | Fix a minor typo. | D'Arcy J.M. Cain |
| 2007-09-29 | Remove bogus commutator marking --- the module doesn't actually supply | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-13 | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway |
| 2006-02-27 | contrib uninstall scripts | Peter Eisentraut |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-09-23 | Document that chkpass ignores password characters after the eighth. | Tom Lane |
| 2005-01-29 | Make sure contrib C functions are marked strict where needed. | Tom Lane |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-07 | Remove another useless, counterproductive srandom() call. | Tom Lane |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2002-10-26 | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane |
| 2002-10-21 | Might need to link with -lcrypt. | Peter Eisentraut |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-08-29 | chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P. | D'Arcy J.M. Cain |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2001-12-19 | Fix warning | Peter Eisentraut |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-08-23 | Bring chkpass build process into sync with other contrib modules; | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-05-30 | Further conversions to Version 1 API. Also, fix boolean return to use | D'Arcy J.M. Cain |
| 2001-05-28 | Upgraded code to use the current version 1 calling conventions. | D'Arcy J.M. Cain |
| 2001-05-27 | Changed use of macros for extracting information. According to comments | D'Arcy J.M. Cain |