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
*
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
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-10
*
Eliminate some repetitive coding in tuplesort.c.
Tom Lane
2010-10-07
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-10
*
Department of second thoughts: let's show the exact key during unique index
Tom Lane
2009-08-01
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Code review for dtrace probes added (so far) to 8.4. Adjust placement of
Tom Lane
2009-03-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Make a couple of small changes to the tuplestore API, for the benefit of the
Tom Lane
2008-12-27
*
Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation
Tom Lane
2008-10-28
*
Fix oversight in recent patch to support multiple read positions in
Tom Lane
2008-10-07
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Improve tuplestore.c to support multiple concurrent read positions.
Tom Lane
2008-10-01
*
Change hash indexes to store only the hash code rather than the whole indexed
Tom Lane
2008-09-15
[next]