| Age | Commit message (Expand) | Author |
| 2023-01-06 | Allow hyphens in ltree labels | Andrew Dunstan |
| 2022-10-06 | Remove useless character-length checks in contrib/ltree. | Tom Lane |
| 2022-10-06 | Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. | Tom Lane |
| 2022-09-22 | Harmonize parameter names in contrib code. | Peter Geoghegan |
| 2022-07-18 | Mark all symbols exported from extension libraries PGDLLEXPORT. | Andres Freund |
| 2022-04-11 | Fix various typos and spelling mistakes in code comments | David Rowley |
| 2022-03-16 | Fix default signature length for gist_ltree_ops | Alexander Korotkov |
| 2021-07-29 | Adjust MSVC build scripts to parse Makefiles for defines | David Rowley |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane |
| 2020-03-31 | Fix lquery's NOT handling, and add ability to quantify non-'*' items. | Tom Lane |
| 2020-03-30 | Implement operator class parameters | Alexander Korotkov |
| 2020-03-29 | Cosmetic improvements in ltree code. | Tom Lane |
| 2020-03-28 | Fix lquery's behavior for consecutive '*' items. | Tom Lane |
| 2020-03-28 | Protect against overflow of ltree.numlevel and lquery.numlevel. | Tom Lane |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
| 2016-11-07 | Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac... | Tom Lane |
| 2016-11-04 | Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. | Tom Lane |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane |
| 2014-02-17 | Predict integer overflow to avoid buffer overruns. | Noah Misch |
| 2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
| 2011-08-27 | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | Bruce Momjian |
| 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-30 | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-07-11 | Fix bug corrupting query in gist consistent function. | Teodor Sigaev |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
| 2006-01-20 | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-01-19 | Correct type for isalnum | Teodor Sigaev |
| 2003-07-27 | elog mop-up. | Tom Lane |
| 2003-06-11 | Changes: | Bruce Momjian |
| 2003-02-19 | Please apply patches for contrib/ltree. | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-10 | Fixed very stupid but important bug: mixing calls of some founctions from | Bruce Momjian |
| 2002-08-10 | The patch solves this problem, I hope... | Bruce Momjian |
| 2002-08-04 | please find attached patch to current CVS ( contrib/ltree ) | Bruce Momjian |
| 2002-07-30 | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | Bruce Momjian |