index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
/
Makefile
Commit message (
Expand
)
Author
Age
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Use sort_template.h for qsort_tuple() and qsort_ssup().
Thomas Munro
2021-03-03
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Add shared tuplestores.
Andres Freund
2017-12-18
*
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
Final stage of psort reconstruction work: replace psort.c with
Tom Lane
1999-10-17
*
Second phase of psort reconstruction project: add bookkeeping logic to
Tom Lane
1999-10-16
*
Hi,
Bruce Momjian
1998-04-06
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-12-19
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27