Commits

DateSubjectAuthorReleases
2026-03-25 Add base32hex support to encode() and decode() functions. Masahiko Sawada 19 (unreleased)
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 19 (unreleased)
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 18.2
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 17.8
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 14.21
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 15.16
2026-02-08 Replace pg_mblen() with bounds-checked versions. Thomas Munro 16.12
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-11-20 Add HINT listing valid encodings to encode() and decode() errors. Fujii Masao 19 (unreleased)
2025-10-06 Optimize hex_encode() and hex_decode() using SIMD. Nathan Bossart 19 (unreleased)
2025-09-20 Add support for base64url encoding and decoding Daniel Gustafsson 19 (unreleased)
2025-01-17 Speed up hex_encode with bytewise lookup John Naylor 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-06-08 Fix small overestimation of base64 encoding output length. Tom Lane 16.0
2023-01-10 New header varatt.h split off from postgres.h Peter Eisentraut 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-15 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-08-19 Revert refactoring of hex code to src/common/ Michael Paquier 14.0
2021-08-19 Revert refactoring of hex code to src/common/ Michael Paquier 15.0
2021-01-14 Rework refactoring of hex and encoding routines Michael Paquier 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-24 move hex_decode() to /common so it can be called from frontend Bruce Momjian 14.0
2020-06-29 Avoid using %c printf format for potentially non-ASCII characters. Tom Lane 14.0