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
/
adt
/
orderedsetaggs.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
2018-07-04
*
Fix actual and potential double-frees around tuplesort usage.
Tom Lane
2018-03-28
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-13
*
Don't cache per-group context across the whole query in orderedsetaggs.c.
Tom Lane
2014-07-03
*
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
*
Remove unnecessary local variables to work around an icc optimization bug.
Tom Lane
2014-01-09
*
Avoid extra AggCheckCallContext() checks in ordered-set aggregates.
Tom Lane
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-05
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23