Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-16 | Adjust MemSet macro to use size_t rather than long | David Rowley | 19 (unreleased) |
| 2025-09-27 | Teach MSVC that elog/ereport ERROR doesn't return | David Rowley | 19 (unreleased) |
| 2020-11-25 | Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1 | David Rowley | 14.0 |
| 2020-11-24 | Tidy up definitions of pg_attribute_hot and pg_attribute_cold | David Rowley | 14.0 |
| 2020-11-24 | Fix unportable usage of __has_attribute | David Rowley | 14.0 |
| 2020-11-23 | Define pg_attribute_cold and pg_attribute_hot macros | David Rowley | 14.0 |