| Commit message (Expand) | Author | Age |
* | Remove unused #include's from backend .c files | Peter Eisentraut | 2024-03-04 |
* | Add stratnum GiST support function | Peter Eisentraut | 2024-01-19 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Initial pgindent and pgperltidy run for v14. | Tom Lane | 2021-05-12 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Fix missing validation for the new GiST sortsupport functions. | Heikki Linnakangas | 2020-10-30 |
* | Add support for building GiST index by sorting. | Heikki Linnakangas | 2020-09-17 |
* | Invent "amadjustmembers" AM method for validating opclass members. | Tom Lane | 2020-08-01 |
* | Implement operator class parameters | Alexander Korotkov | 2020-03-30 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Revert "Rename files and headers related to index AM" | Michael Paquier | 2019-12-27 |
* | Rename files and headers related to index AM | Michael Paquier | 2019-12-25 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | doc: Update uses of the word "procedure" | Peter Eisentraut | 2018-08-22 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Allow no-op GiST support functions to be omitted. | Tom Lane | 2017-09-19 |
* | Re-run pgindent. | Tom Lane | 2017-06-13 |
* | Fix wording in amvalidate error messages | Alvaro Herrera | 2017-05-30 |
* | Move some things from builtins.h to new header files | Peter Eisentraut | 2017-01-20 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Final pgindent + perltidy run for 9.6. | Tom Lane | 2016-08-15 |
* | Message style improvements | Peter Eisentraut | 2016-07-28 |
* | Suppress compiler warning. | Tom Lane | 2016-01-21 |
* | Improve index AMs' opclass validation procedures. | Tom Lane | 2016-01-21 |
* | Restructure index access method API to hide most of it at the C level. | Tom Lane | 2016-01-17 |