Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-17 | Add documentation about calling version-1 C functions from C. | Tom Lane | 18.0 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 10.0 |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 8.3.0 |
| 2006-09-27 | Fix some misuses of strncat(). | Tom Lane | 8.2.0 |
| 2006-05-31 | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 8.2.0 |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 8.0.0 |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 7.1.1 |
| 2000-08-24 | Update funcs tutorial for new function manager. | Tom Lane | 7.1.1 |