Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. | Tom Lane | 2021-12-15 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Rename some toasting functions based on whether they are heap-specific. | Robert Haas | 2019-10-04 |
* | Split tuptoaster.c into three separate files. | Robert Haas | 2019-09-05 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 |
* | Correct constness of system attributes in heap.c & prerequisites. | Andres Freund | 2018-10-16 |
* | Detoast plpgsql variables if they might live across a transaction boundary. | Tom Lane | 2018-05-16 |
* | Make plpgsql use its DTYPE_REC code paths for composite-type variables. | Tom Lane | 2018-02-13 |