Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-05 | Prevent mis-encoding of "trailing junk after numeric literal" errors. | Tom Lane | 16.5 |
| 2024-06-04 | Fix PL/pgSQL's handling of integer ranges containing underscores. | Dean Rasheed | 16.4 |
| 2024-05-15 | Re-forbid underscore in positional parameters | Peter Eisentraut | 16.4 |
| 2024-04-16 | Fix assorted bugs in ecpg's macro mechanism. | Tom Lane | 16.3 |
| 2023-02-04 | Allow underscores in integer and numeric constants. | Dean Rasheed | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-14 | Non-decimal integer literals | Peter Eisentraut | 16.0 |
| 2022-09-22 | Harmonize parameter names in ecpg code. | Peter Geoghegan | 16.0 |
| 2022-07-12 | Fix ECPG's handling of type names that match SQL keywords. | Tom Lane | 16.0 |