aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix inadequately-tested code path in tuplesort_skiptuples().Tom Lane2013-12-24
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost2013-07-14
* Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch2013-07-04
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-27
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Further adjustment of comment about qsort_tuple.Tom Lane2012-04-07
* Fix broken comparetup_datum code.Tom Lane2012-04-06
* Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.Robert Haas2012-03-20
* Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas2012-02-15
* Speed up in-memory tuplesorting.Robert Haas2012-02-15
* Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-15
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix efficiency problems in tuplestore_trim().Tom Lane2010-12-10
* Eliminate some repetitive coding in tuplesort.c.Tom Lane2010-10-07
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-27
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Fix oversight in recent patch to support multiple read positions inTom Lane2008-10-07
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15