| Age | Commit message (Expand) | Author |
| 2017-10-05 | Document and use SPI_result_code_string() | Peter Eisentraut |
| 2017-09-05 | Remove unnecessary parentheses in return statements | Peter Eisentraut |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
| 2017-03-14 | Spelling fixes in code comments | Peter Eisentraut |
| 2016-11-08 | Replace uses of SPI_modifytuple that intend to allocate in current context. | Tom Lane |
| 2016-11-08 | Make SPI_fnumber() reject dropped columns. | Tom Lane |
| 2015-05-20 | Collection of typo fixes. | Heikki Linnakangas |
| 2015-05-09 | Add new OID alias type regrole | Andrew Dunstan |
| 2015-02-21 | Use FLEXIBLE_ARRAY_MEMBER in a number of other places. | Tom Lane |
| 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 |
| 2013-10-13 | Add use of asprintf() | Peter Eisentraut |
| 2011-09-16 | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane |
| 2011-07-04 | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera |
| 2011-05-31 | Recode non-ASCII characters in source to UTF-8 | Peter Eisentraut |
| 2010-10-08 | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-07 | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2007-03-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2003-09-11 | on my timetravel.c I find a bug: after the | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-27 | Remove unportable // comments. | Tom Lane |
| 2003-07-27 | Cleanup of timetravel compile warnings. | Bruce Momjian |
| 2003-07-27 | Here is 4 file in tgz: | Bruce Momjian |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-01-06 | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian |
| 1997-10-02 | General function for SERIAL/IDENTITY/AUTOINCREMENT feature. | Vadim B. Mikheev |
| 1997-09-24 | General trigger functions for time-travel | Vadim B. Mikheev |