aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix comment.Robert Haas2015-05-13
* Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas2015-05-13
* Fix handling of sortKeys field in Tuplesortstate.Robert Haas2015-03-09
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Don't use abbreviated keys for the final merge pass.Robert Haas2015-01-23
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove incorrect comment.Robert Haas2014-11-11
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Update comment.Heikki Linnakangas2014-10-22
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-06
* Fix whitespacePeter Eisentraut2014-07-11
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Improve tuplestore's error messages for I/O failures.Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-13
* 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