summaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Split tuplesortvariants.c from tuplesort.cAlexander Korotkov2022-07-271-0/+1
* Invent qsort_interruptible().Tom Lane2022-07-121-0/+1
* Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro2021-03-031-8/+0
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+6
* Add shared tuplestores.Andres Freund2017-12-181-1/+1
* Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas2012-02-151-0/+2
* Speed up in-memory tuplesorting.Robert Haas2012-02-151-0/+8
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-2/+2
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-171-2/+2
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-161-2/+2
* Hi,Bruce Momjian1998-04-061-5/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+37