Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
| | | | | Backpatch-through: certain files through 9.4 | ||
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
| | | | | Backpatch-through: certain files through 9.3 | ||
* | Update copyright in recently added files | Alvaro Herrera | 2017-07-26 |
| | |||
* | Post-PG 10 beta1 pgindent run | Bruce Momjian | 2017-05-17 |
| | | | | perltidy run not included. | ||
* | Refactor SHA2 functions and move them to src/common/. | Heikki Linnakangas | 2017-03-07 |
This way both frontend and backends can use them. The functions are taken from pgcrypto, which now fetches the source files it needs from src/common/. A new interface is designed for the SHA2 functions, which allow linking to either OpenSSL or the in-core stuff taken from KAME as needed. Michael Paquier, reviewed by Robert Haas. Discussion: https://www.postgresql.org/message-id/CAB7nPqTGKuTM5jiZriHrNaQeVqp5e_iT3X4BFLWY_HyHxLvySQ%40mail.gmail.com |