aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-02
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Small performance improvement in comparetup_heap.Tom Lane2000-03-01
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Add:Bruce Momjian2000-01-26
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Further performance improvements in sorting: reduce number of comparisonsTom Lane1999-10-30
* Remove now-dead sort modules.Tom Lane1999-10-17
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-16
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Fix tuplecmp() to ensure repeatable sort ordering of tuplesTom Lane1999-07-10
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-01
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Hi,Bruce Momjian1998-04-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* ExecReScan for Unique & Sort nodes.Vadim B. Mikheev1998-02-23
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Fix for psort. fixes regression tests.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-01-25