| Age | Commit message (Expand) | Author |
| 2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
| 2022-10-07 | Remove unnecessary uses of Abs() | Peter Eisentraut |
| 2021-08-19 | Improve performance of float overflow checks in btree_gist | Michael Paquier |
| 2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane |
| 2019-11-25 | Make the order of the header file includes consistent. | Amit Kapila |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2017-12-13 | Use new overflow aware integer operations. | Andres Freund |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
| 2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
| 2017-03-21 | Use CallerFInfoFunctionCall with btree_gist for numeric types | Andrew Dunstan |
| 2017-02-23 | Remove now-dead code for !HAVE_INT64_TIMESTAMP. | Tom Lane |
| 2015-03-27 | Add index-only scan support to btree_gist. | Heikki Linnakangas |
| 2015-03-26 | Minor refactoring of btree_gist code. | Heikki Linnakangas |
| 2014-05-16 | Fix valgrind warning for btree_gist indexes on macaddr. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-03-02 | Add KNNGIST support to contrib/btree_gist. | 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 |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
| 2006-07-14 | Add additional includes needed on some platforms. | Bruce Momjian |
| 2006-07-13 | Adjust /contrib for new include file contents. | Bruce Momjian |
| 2006-07-10 | Add #include code to prevent multiple inclusion. | Bruce Momjian |
| 2006-07-10 | Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-07-21 | Fix storage size for btree_gist interval indexes. Fix penalty | Tom Lane |
| 2005-07-01 | Fixes from Janko Richter <jankorichter@yahoo.de> | Teodor Sigaev |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-06-03 | - Add aligment of variable data types | Teodor Sigaev |
| 2004-05-28 | New version. Add support for int2, int8, float4, float8, timestamp with/witho... | Teodor Sigaev |