summaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAgeFilesLines
* Change trace_sort to output to the log, rather than the user's terminal.Bruce Momjian2005-10-251-11/+11
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-182-5/+37
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-272/+248
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-031-1/+81
* Fix typo in comment.Tom Lane2005-09-231-2/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-062-2/+5
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-221-6/+2
* Improve performance of fmgr.c calling routines for cases with more thanTom Lane2005-02-021-4/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-292-10/+10
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* During btree index build, sort equal-keyed tuples according to theirTom Lane2004-03-171-2/+24
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-032-26/+29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-294-4/+4
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-10/+13
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-9/+9
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-16/+6
* Update copyrights to 2003.Bruce Momjian2003-08-043-6/+6
* pgindent run.Bruce Momjian2003-08-043-28/+29
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-253-56/+64
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-131-18/+15
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-11/+14
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-272-8/+28
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-091-145/+170
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-132-12/+6
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-112-6/+12
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-102-12/+6
* Avoid use of inline functions that are not declared static. Needed toTom Lane2002-10-311-13/+29
* Tweak a few of the most heavily used function call points to zero outTom Lane2002-10-041-180/+211
* pgindent run.Bruce Momjian2002-09-041-3/+3
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-19/+10
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-122-116/+71
* Update copyright to 2002.Bruce Momjian2002-06-203-6/+6
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-1/+2
* Defend against brain-dead QNX implementation of qsort().Tom Lane2001-11-111-2/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-12/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-47/+36
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-42/+16
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-021-105/+126
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-25/+208
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-3/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-25/+29
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-243-6/+6
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-6/+6
* 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-182-2/+687
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-19/+22