| Age | Commit message (Expand) | Author |
| 2018-04-03 | Prevent accidental linking of system-supplied copies of libpq.so etc. | Tom Lane |
| 2018-01-30 | Remove dead assignment | Peter Eisentraut |
| 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 3 of pgindent updates. | Tom Lane |
| 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 |
| 2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
| 2017-02-06 | Fix typos in comments. | Heikki Linnakangas |
| 2017-01-17 | Generate fmgr prototypes automatically | 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 |
| 2016-03-12 | Widen query numbers-of-tuples-processed counters to uint64. | 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-08-25 | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund |
| 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 |
| 2013-10-13 | Add use of asprintf() | Peter Eisentraut |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-16 | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane |
| 2011-09-09 | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | 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 |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 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-11-04 | Allow moddatetime's target column to be of type timestamptz. | Tom Lane |
| 2010-10-08 | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | 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-05 | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane |
| 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-12-03 | Remove contrib/spi/preprocessor, which has been uninteresting ever | Tom Lane |
| 2007-12-03 | Remove obsoleted README files. | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | 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-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |