summaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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