Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-14 | Add note about CreateStatistics()'s selective use of check_rights. | Nathan Bossart | 16.12 |
| 2025-11-10 | Check for CREATE privilege on the schema in CREATE STATISTICS. | Nathan Bossart | 16.11 |
| 2023-11-19 | Lock table in DROP STATISTICS | Tomas Vondra | 16.2 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-11-13 | Refactor ownercheck functions | Peter Eisentraut | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |
| 2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane | 16.0 |
| 2022-07-21 | Make the name optional in CREATE STATISTICS. | Dean Rasheed | 16.0 |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut | 16.0 |