| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-05-11 | Fix comment of tsquerysend() | Álvaro Herrera |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-17 | Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() | Peter Eisentraut |
| 2024-06-14 | Fix parsing of ignored operators in websearch_to_tsquery(). | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut |
| 2023-01-10 | New header varatt.h split off from postgres.h | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-27 | Convert tsqueryin and tsvectorin to report errors softly. | Tom Lane |
| 2022-10-06 | Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. | Tom Lane |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane |
| 2022-04-11 | Fix various typos and spelling mistakes in code comments | David Rowley |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-08-25 | Improve error message about valid value for distance in phrase operator. | Fujii Masao |
| 2021-05-03 | Make websearch_to_tsquery() parse text in quotes as a single token | Alexander Korotkov |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane |
| 2018-04-05 | Add websearch_to_tsquery | Teodor Sigaev |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund |
| 2017-06-26 | Minor code review for parse_phrase_operator(). | Tom Lane |
| 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-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-12-21 | Fix strange behavior (and possible crashes) in full text phrase search. | Tom Lane |
| 2016-08-16 | Fix typos | Peter Eisentraut |
| 2016-08-15 | Final pgindent + perltidy run for 9.6. | Tom Lane |
| 2016-07-15 | Fix parsing NOT sequence in tsquery | Teodor Sigaev |
| 2016-06-27 | Change predecence of phrase operator. | Teodor Sigaev |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas |
| 2016-04-08 | Restore original tsquery operation numbering. | Teodor Sigaev |
| 2016-04-07 | Phrase full text search. | Teodor Sigaev |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-04-14 | Reorganize our CRC source files again. | Heikki Linnakangas |
| 2015-02-09 | Move pg_crc.c to src/common, and remove pg_crc_tables.h | Heikki Linnakangas |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2014-11-04 | Switch to CRC-32C in WAL and other places. | Heikki Linnakangas |
| 2014-10-20 | Fix typos. | Robert Haas |
| 2014-02-17 | Predict integer overflow to avoid buffer overruns. | Noah Misch |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-07-16 | Remove unreachable code | Peter Eisentraut |
| 2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
| 2012-05-14 | Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions. | Heikki Linnakangas |