aboutsummaryrefslogtreecommitdiff
path: root/src/port/qsort.c
Commit message (Expand)AuthorAge
* Use sort_template.h for qsort() and qsort_arg().Thomas Munro2021-03-03
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Speed up in-memory tuplesorting.Robert Haas2012-02-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway2007-03-18
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-19
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-12
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-03
* Improve performance of our private version of qsort. Per recent testing,Tom Lane2006-03-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway2004-10-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2002-09-04
* Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestionTom Lane2002-08-12
* Complete TODO item:Bruce Momjian2002-07-19