Commits

DateSubjectAuthorReleases
2026-04-07 Mark JumbleState as a const in the post_parse_analyze hook Michael Paquier 19 (unreleased)
2026-01-05 Fix typos and inconsistencies in code and comments Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-06-24 Make query jumbling also squash PARAM_EXTERN params Álvaro Herrera 18.0
2025-06-24 Improve jumble squashing through CoerceViaIO and RelabelType Álvaro Herrera 18.0
2025-06-12 Fix squashing algorithm for query texts Álvaro Herrera 18.0
2025-05-30 Change internal queryid type from uint64 to int64 David Rowley 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-04-12 Harmonize function parameter names for Postgres 18. Peter Geoghegan 18.0
2025-03-27 Remove the query_id_squash_values GUC Álvaro Herrera 18.0
2025-03-27 Optimize Query jumble David Rowley 18.0
2025-03-27 Fix query jumbling to account for NULL nodes David Rowley 18.0
2025-03-26 Use relation name instead of OID in query jumbling for RangeTblEntry Michael Paquier 18.0
2025-03-25 Add support for custom_query_jumble as a node field attribute Michael Paquier 18.0
2025-03-18 Introduce squashing of constant lists in query jumbling Álvaro Herrera 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-22 Improve parser's reporting of statement start locations. Tom Lane 18.0
2024-09-30 Show values of SET statements as constants in pg_stat_statements Michael Paquier 18.0
2024-05-03 Fix an assortment of typos David Rowley 17.0
2024-04-09 revert: Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-04-07 Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-03-22 Remove custom _jumbleRangeTblEntry() Peter Eisentraut 17.0
2024-03-07 Fix description and grouping of RangeTblEntry.inh Peter Eisentraut 17.0
2024-02-29 Add missing RangeTblEntry field to jumble Peter Eisentraut 17.0