Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-05-11 | Remove non-functional code for unloading loadable modules. | Robert Haas | 15.0 |
| 2022-04-08 | Apply PGDLLIMPORT markings broadly. | Robert Haas | 15.0 |
| 2018-02-07 | Remove prototype for fmgr() function, which no longer exists. | Robert Haas | 11.0 |
| 2017-09-01 | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas | 11.0 |
| 2015-04-30 | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas | 9.5.0 |
| 2014-08-06 | Add PG_RETURN_UINT16 macro. | Robert Haas | 9.5.0 |
| 2014-02-19 | Further code review for pg_lsn data type. | Robert Haas | 9.4.0 |
| 2014-02-19 | pg_lsn macro naming and type behavior revisions. | Robert Haas | 9.4.0 |
| 2014-02-19 | Add a pg_lsn data type, to represent an LSN. | Robert Haas | 9.4.0 |
| 2010-12-14 | Allow plugins to suppress inlining and hook function entry/exit/abort. | Robert Haas | 9.1.0 |