Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-03-03 | Allow => syntax for named cursor arguments in plpgsql. | Tom Lane | 18.0 |
| 2025-02-11 | Detect whether plpgsql assignment targets are "local" variables. | Tom Lane | 18.0 |
| 2025-02-11 | Preliminary refactoring of plpgsql expression construction. | Tom Lane | 18.0 |
| 2025-01-24 | Return yyparse() result not via global variable | Peter Eisentraut | 18.0 |
| 2025-01-08 | plpgsql: pure parser and reentrant scanner | Peter Eisentraut | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-25 | Partial pgindent of .l and .y files | Peter Eisentraut | 18.0 |
| 2024-08-02 | Include bison header files into implementation files | Peter Eisentraut | 18.0 |
| 2024-07-25 | Add extern declarations for Bison global variables | Peter Eisentraut | 18.0 |
| 2024-07-22 | Doc: improve description of plpgsql's FETCH and MOVE commands. | Tom Lane | 18.0 |