index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
1
-11
/
+31
*
Fix whitespace
Peter Eisentraut
2014-07-11
1
-1
/
+1
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
1
-10
/
+13
*
Improve tuplestore's error messages for I/O failures.
Tom Lane
2014-06-12
2
-22
/
+47
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
3
-67
/
+68
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
1
-2
/
+71
*
Update copyright for 2014
Bruce Momjian
2014-01-07
4
-4
/
+4
*
Fix inadequately-tested code path in tuplesort_skiptuples().
Tom Lane
2013-12-24
1
-1
/
+8
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-0
/
+63
*
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-14
1
-1
/
+1
*
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
2
-20
/
+24
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
2
-77
/
+91
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-2
/
+2
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
1
-3
/
+10
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
2
-34
/
+226
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
4
-4
/
+4
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
1
-44
/
+3
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
2
-0
/
+2
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
1
-6
/
+6
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
3
-19
/
+19
*
Further adjustment of comment about qsort_tuple.
Tom Lane
2012-04-07
1
-3
/
+6
*
Fix broken comparetup_datum code.
Tom Lane
2012-04-06
1
-8
/
+12
*
Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.
Robert Haas
2012-03-20
1
-0
/
+7
*
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
1
-0
/
+2
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
4
-33
/
+276
*
Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Robert Haas
2012-01-26
1
-12
/
+12
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
4
-4
/
+4
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
3
-104
/
+201
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
2
-5
/
+0
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
1
-4
/
+5
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-14
/
+24
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-9
/
+9
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
1
-15
/
+16
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-1
/
+1
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-2
/
+7
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
3
-3
/
+3
*
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-10
1
-16
/
+36
*
Eliminate some repetitive coding in tuplesort.c.
Tom Lane
2010-10-07
1
-37
/
+32
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
1
-0
/
+310
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
4
-4
/
+4
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
2
-5
/
+5
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
3
-6
/
+6
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
1
-4
/
+27
*
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-10
1
-27
/
+22
*
Department of second thoughts: let's show the exact key during unique index
Tom Lane
2009-08-01
1
-2
/
+10
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
2
-37
/
+44
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
1
-3
/
+18
*
Code review for dtrace probes added (so far) to 8.4. Adjust placement of
Tom Lane
2009-03-11
1
-14
/
+31
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
3
-6
/
+6
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
1
-1
/
+14
[next]