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