The document discusses OLAP extensions that were added to the SQL standard to enable calculations like computing percentage changes or moving averages that were previously impossible or impractical in SQL. These extensions, collectively called the 'OLAP package', include the ROLLUP and CUBE functions which improve aggregation capabilities by generating subtotals for different groupings. Window functions also allow ranking, cumulative distributions and moving aggregates to be calculated on a subset of rows.