Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
32 hoursFix squashing algorithm for query textsÁlvaro Herrera
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-27Optimize Query jumbleDavid Rowley
2025-03-27Fix query jumbling to account for NULL nodesDavid Rowley
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-22Improve parser's reporting of statement start locations.Tom Lane
2024-09-30Show values of SET statements as constants in pg_stat_statementsMichael Paquier
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-03-22Remove custom _jumbleRangeTblEntry()Peter Eisentraut
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-02-29Add missing RangeTblEntry field to jumblePeter Eisentraut
2024-02-13Improve comment about query_id_enabled in queryjumblefuncs.cMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier