index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
Commit message (
Expand
)
Author
Age
*
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
*
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
Improve comments about abbreviation abort.
Robert Haas
2015-11-03
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Update comment to match behavior of latest code.
Robert Haas
2015-08-04
*
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix comment.
Robert Haas
2015-05-13
*
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
*
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Don't use abbreviated keys for the final merge pass.
Robert Haas
2015-01-23
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove incorrect comment.
Robert Haas
2014-11-11
*
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Update comment.
Heikki Linnakangas
2014-10-22
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
*
Fix whitespace
Peter Eisentraut
2014-07-11
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Improve tuplestore's error messages for I/O failures.
Tom Lane
2014-06-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix inadequately-tested code path in tuplesort_skiptuples().
Tom Lane
2013-12-24
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-14
*
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Further adjustment of comment about qsort_tuple.
Tom Lane
2012-04-07
*
Fix broken comparetup_datum code.
Tom Lane
2012-04-06
*
Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.
Robert Haas
2012-03-20
*
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
*
Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Robert Haas
2012-01-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
[next]