summaryrefslogtreecommitdiff
path: root/src/port/qsort.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Make new event trigger facility actually do something.Robert Haas2012-07-201-0/+9
* Speed up in-memory tuplesorting.Robert Haas2012-02-151-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway2007-03-181-6/+2
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-191-13/+5
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-121-5/+3
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-1/+5
* Improve performance of our private version of qsort. Per recent testing,Tom Lane2006-03-211-17/+20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+7
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-4/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-3/+3
* License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway2004-10-051-16/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2002-09-041-7/+7
* Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestionTom Lane2002-08-121-11/+11
* Complete TODO item:Bruce Momjian2002-07-191-0/+208