Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-11-02 | Avoid O(N^2) behavior in SyncPostCheckpoint(). | Tom Lane | 14.1 |
| 2021-03-18 | Implement GROUP BY DISTINCT | Tomas Vondra | 14.0 |
| 2021-01-20 | Implement support for bulk inserts in postgres_fdw | Tomas Vondra | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-11-11 | Add pg_nodiscard decorations to some functions | Peter Eisentraut | 14.0 |
| 2020-09-29 | Add for_each_from, to simplify loops starting from non-first list cells. | Tom Lane | 14.0 |
| 2020-09-28 | Improve pg_list.h's linitial(), lsecond() and co macros | David Rowley | 14.0 |