Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-08-15 | Fix plpgsql to re-look-up composite type names at need. | Tom Lane | 11.6 |
| 2018-02-13 | Make plpgsql use its DTYPE_REC code paths for composite-type variables. | Tom Lane | 11.0 |
| 2017-11-16 | Make PL/Python handle domain-type conversions correctly. | Tom Lane | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-10-20 | Fix typcache's failure to treat ranges as container types. | Tom Lane | 11.0 |
| 2017-10-20 | Fix misimplementation of typcache logic for extended hashing. | Tom Lane | 11.0 |
| 2017-09-17 | Fix bogus size calculation introduced by commit cc5f81366. | Tom Lane | 11.0 |
| 2017-09-15 | Get rid of shared_record_typmod_registry_worker_detach; it doesn't work. | Tom Lane | 11.0 |
| 2017-09-15 | Don't use anonymous unions. | Tom Lane | 11.0 |