Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-09-18 | Use factorial rather than numeric_fac in create_operator.sql. | Tom Lane | 11.10 |
| 2018-08-23 | Fix lexing of standard multi-character operators in edge cases. | Andrew Gierth | 11.0 |
| 2018-08-22 | Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax | Peter Eisentraut | 11.0 |
| 2018-08-22 | doc: Update uses of the word "procedure" | Peter Eisentraut | 11.0 |
| 2018-02-27 | Improve regression test coverage of regress.c. | Tom Lane | 11.0 |
| 2018-01-26 | Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. | Tom Lane | 11.0 |