| Age | Commit message (Expand) | Author |
| 2021-03-03 | Use sort_template.h for qsort() and qsort_arg(). | Thomas Munro |
| 2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2015-07-17 | Fix a low-probability crash in our qsort implementation. | Tom Lane |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2012-07-20 | Make new event trigger facility actually do something. | Robert Haas |
| 2012-02-15 | Speed up in-memory tuplesorting. | Robert Haas |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2007-03-18 | Code cleanup for function prototypes: change two K&R-style prototypes | Neil Conway |
| 2006-10-19 | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane |
| 2006-10-12 | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane |
| 2006-10-03 | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane |
| 2006-03-21 | Improve performance of our private version of qsort. Per recent testing, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-07-28 | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2004-10-05 | License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to | Neil Conway |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-12 | Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion | Tom Lane |
| 2002-07-19 | Complete TODO item: | Bruce Momjian |