summaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAgeFilesLines
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-182-2/+687
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-19/+22
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-122-408/+491
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-172-4/+4
* Small performance improvement in comparetup_heap.Tom Lane2000-03-011-9/+5
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-181-30/+49
* Add:Bruce Momjian2000-01-262-4/+6
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+3
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-3/+260
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Further performance improvements in sorting: reduce number of comparisonsTom Lane1999-10-301-185/+417
* Remove now-dead sort modules.Tom Lane1999-10-172-1380/+0
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-173-6/+1471
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-163-240/+1137
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-131-55/+57
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-172-6/+2
* Final cleanupBruce Momjian1999-07-162-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-152-17/+2
* Fix tuplecmp() to ensure repeatable sort ordering of tuplesTom Lane1999-07-101-24/+32
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-7/+7
* pgindent run over code.Bruce Momjian1999-05-251-26/+17
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-091-158/+54
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-132-4/+4
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-9/+5
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-4/+3
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-2/+5
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-2/+3
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-24/+32
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-1/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-28/+10
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-012-25/+25
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-12/+16
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-262-168/+184
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-231-3/+24
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-112-30/+30
* Fix for psort. fixes regression tests.Bruce Momjian1998-02-011-3/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-312-6/+6
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-01-251-7/+6
* getpid/pid cleanupBruce Momjian1998-01-251-2/+2
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-152-10/+10
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-14/+9
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
* 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
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-3/+1