]> granicus.if.org Git - postgresql/history - src/backend/utils/sort/tuplesort.c
Make heap TID a tiebreaker nbtree index column.
[postgresql] / src / backend / utils / sort / tuplesort.c
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20 Peter GeogheganRefactor nbtree insertion scankeys.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-01 Peter GeogheganAdjust trace_sort log messages.
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-05-02 Heikki LinnakangasFix some sloppiness in the new BufFileSize() and BufFil...
2018-04-12 Teodor SigaevRename IndexInfo.ii_KeyAttrNumbers array
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-03-28 Tom LaneFix actual and potential double-frees around tuplesort...
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Robert HaasRemove obsolete comment.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-29 Robert HaasRemove replacement selection sort.
2017-08-29 Robert HaasPropagate sort instrumentation from workers back to...
2017-08-08 Alvaro HerreraFix typo in comment
2017-07-12 Tom LaneAvoid integer overflow while sifting-up a heap in tuple...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-07 Andres FreundFix duplicated words in comment.
2017-04-06 Andres FreundAllow avoiding tuple copy within tuplesort_gettupleslot().
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-01-16 Tom LaneFix NULL pointer dereference in tuplesort.c.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Heikki LinnakangasSimplify tape block format.
2016-12-12 Robert HaasRemove should_free arguments to tuplesort routines.
2016-12-08 Heikki LinnakangasFix thinko in safeguard for negative availMem.
2016-12-08 Heikki LinnakangasFix accounting of memory needed for merge heap.
2016-11-15 Robert HaasLimit the number of number of tapes used for a sort...
2016-10-17 Heikki LinnakangasFix use-after-free around DISTINCT transition function...
2016-10-12 Heikki LinnakangasSimplify the code for logical tape read buffers.
2016-10-04 Heikki LinnakangasFix another outdated comment.
2016-10-04 Heikki LinnakangasUpdate comment.
2016-10-03 Heikki LinnakangasChange the way pre-reading in external sort's merge...
2016-09-15 Heikki LinnakangasFix and clarify comments on replacement selection.
2016-09-11 Heikki LinnakangasImplement binary heap replace-top operation in a smarte...
2016-09-06 Tom LaneGuard against possible memory allocation botch in batch...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-22 Robert HaasFix possible sorting error when aborting use of abbrevi...
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-03 Bruce MomjianC comment: fix typo
2016-07-07 Robert HaasProperly adjust pointers when tuples are moved during...
2016-07-07 Robert HaasFix a prototype which is inconsistent with the function...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-08 Robert HaasAttempt to fix breakage due to declaration following...
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-03-18 Robert HaasUse INT64_FORMAT instead of %ld for int64.
2016-03-18 Robert HaasVarious minor corrections of and improvements to comments.
2016-03-17 Robert HaasUpdate tuplesort.c comments for memory mangement improv...
2016-03-17 Robert HaasImprove memory management for external sorts.
2016-02-17 Robert HaasReuse abbreviated keys in ordered [set] aggregates.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-22 Robert HaasComment improvements for abbreviated keys.
2015-11-03 Robert HaasImprove comments about abbreviation abort.
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Robert HaasUpdate comment to match behavior of latest code.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-13 Robert HaasFix comment.
2015-05-13 Robert HaasExtend abbreviated key infrastructure to datum tuplesorts.
2015-03-09 Robert HaasFix handling of sortKeys field in Tuplesortstate.
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-23 Robert HaasDon't use abbreviated keys for the final merge pass.
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Robert HaasUse the sortsupport infrastructure in more cases.
2014-10-22 Heikki LinnakangasUpdate comment.
2014-07-11 Peter EisentrautFix whitespace
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-24 Tom LaneFix inadequately-tested code path in tuplesort_skiptupl...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-07-14 Stephen FrostEnsure 64bit arithmetic when calculating tapeSpace
2013-07-05 Noah MischUse type "int64" for memory accounting in tuplesort...
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-17 Tom LaneImprove memory space management in tuplesort and tuples...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-07 Tom LaneFurther adjustment of comment about qsort_tuple.
2012-04-06 Tom LaneFix broken comparetup_datum code.
2012-03-21 Robert HaasAdd some CHECK_FOR_INTERRUPTS() calls to the heap-sort...
2012-02-15 Robert HaasSpeed up in-memory tuplesorting.
2012-01-26 Robert HaasAdjust tuplesort.c based on the fact that we never...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
next