Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright for 2025 | Bruce Momjian | |
Backpatch-through: 13 | |||
2024-01-04 | Update copyright for 2024 | Bruce Momjian | |
Reported-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 | |||
2023-01-02 | Update copyright for 2023 | Bruce Momjian | |
Backpatch-through: 11 | |||
2022-01-08 | Update copyright for 2022 | Bruce Momjian | |
Backpatch-through: 10 | |||
2021-01-02 | Update copyright for 2021 | Bruce Momjian | |
Backpatch-through: 9.5 | |||
2020-01-01 | Update copyrights for 2020 | Bruce Momjian | |
Backpatch-through: update all files in master, backpatch legal files through 9.4 | |||
2019-12-10 | Add backend-only appendStringInfoStringQuoted | Alvaro Herrera | |
This provides a mechanism to emit literal values in informative messages, such as query parameters. The new code is more complex than what it replaces, primarily because it wants to be more efficient. It also has the (currently unused) additional optional capability of specifying a maximum size to print. The new function lives out of common/stringinfo.c so that frontend users of that file need not pull in unnecessary multibyte-encoding support code. Author: Álvaro Herrera and Alexey Bashtanov, after a suggestion from Andres Freund Reviewed-by: Tom Lane Discussion: https://postgr.es/m/[email protected] |