Add min and max aggregates for composite types (records).

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a0f1fce80c0373c16b22a1bdc9b0b61958fc9b6a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-07-11T15:50:50Z
Releases: 18.0
Add min and max aggregates for composite types (records).

Like min/max for arrays, these are just thin wrappers around
the existing btree comparison function for records.

Aleksander Alekseev

Discussion: https://postgr.es/m/CAO=iB8L4WYSNxCJ8GURRjQsrXEQ2-zn3FiCsh2LMqvWq2WcONg@mail.gmail.com

Files

Documentation touched

Discussion