| Age | Commit message (Expand) | Author |
| 2025-09-16 | Provide more-specific error details/hints for function lookup failures. | Tom Lane |
| 2023-02-28 | Rework pg_input_error_message(), now renamed pg_input_error_info() | Michael Paquier |
| 2022-12-14 | Convert the geometric input functions to report errors softly. | Tom Lane |
| 2022-09-12 | Fix NaN comparison in circle_same test | Daniel Gustafsson |
| 2022-02-08 | Rearrange core regression tests to reduce cross-script dependencies. | Tom Lane |
| 2021-12-13 | Remove unimplemented/undocumented geometric functions & operators. | Tom Lane |
| 2021-12-13 | Implement poly_distance(). | Tom Lane |
| 2021-02-24 | Fix some typos, grammar and style in docs and comments | Michael Paquier |
| 2020-12-15 | Clean up ancient test style | Peter Eisentraut |
| 2020-11-21 | In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. | Tom Lane |
| 2020-11-21 | Fix FPeq() and friends to get the right answers for infinities. | Tom Lane |
| 2020-11-21 | Extend the geometric regression test cases a little. | Tom Lane |
| 2019-07-14 | Add missing commutators for distance operators | Alexander Korotkov |
| 2018-09-26 | Improve test coverage of geometric types | Tomas Vondra |
| 2017-08-23 | Improve plural handling in error message | Peter Eisentraut |
| 2015-05-05 | Add geometry/range functions to support BRIN inclusion | Alvaro Herrera |
| 2013-10-09 | Revive line type | Peter Eisentraut |
| 2009-09-12 | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane |
| 2007-05-29 | Stop a few regression tests from needlessly disabling GEQO. This was | Neil Conway |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2006-09-10 | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2005-07-22 | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane |
| 2004-12-02 | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane |
| 2003-11-01 | Fix hidden whitespace differences between expected and result files. | Peter Eisentraut |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
| 2002-11-08 | Revise geometry regression testing to eliminate most cross-platform | Tom Lane |
| 2001-11-29 | Fix results to work with normal systems again. | Peter Eisentraut |
| 2001-09-28 | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-03-26 | Attached is the regression diff for geometry, RedHat 6.1 on a Pentium | Bruce Momjian |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-01-05 | Verified output from new psql. | Thomas G. Lockhart |
| 1998-12-13 | Clean up error messages associated with rules and views. | Thomas G. Lockhart |
| 1998-05-29 | Add test for UNION. | Thomas G. Lockhart |
| 1998-01-10 | Fix up for recent changes in elog error messages. | Thomas G. Lockhart |
| 1998-01-06 | Regression cleanup of WARN. | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1997-09-20 | Output changed for new ORDER BY to cope with new sorting routines. | Thomas G. Lockhart |
| 1997-09-01 | Test new intersection and closest point operators. | Thomas G. Lockhart |
| 1997-05-11 | Add inter-type regression tests for geometry, date/time, and numbers. | Thomas G. Lockhart |