Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-03-17 | Revert applying column aliases to the output of whole-row Vars. | Tom Lane | 11.16 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-03 | C comment: mention null handling in BuildTupleFromCStrings() | Bruce Momjian | 11.0 |
| 2018-03-31 | Small cleanups in fast default code. | Andrew Dunstan | 11.0 |
| 2018-03-28 | Fast ALTER TABLE ADD COLUMN with a non-NULL default | Andrew Dunstan | 11.0 |
| 2018-03-26 | JIT tuple deforming in LLVM JIT provider. | Andres Freund | 11.0 |
| 2018-02-17 | Allow tupleslots to have a fixed tupledesc, use in executor nodes. | Andres Freund | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-09-07 | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |