index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
queryjumblefuncs.c
Age
Commit message (
Expand
)
Author
2024-10-22
Improve parser's reporting of statement start locations.
Tom Lane
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-05-04
Fix an assortment of typos
David Rowley
2024-04-10
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
Transform OR clauses to ANY expression
Alexander Korotkov
2024-03-22
Remove custom _jumbleRangeTblEntry()
Peter Eisentraut
2024-03-07
Fix description and grouping of RangeTblEntry.inh
Peter Eisentraut
2024-02-29
Add missing RangeTblEntry field to jumble
Peter Eisentraut
2024-02-14
Improve comment about query_id_enabled in queryjumblefuncs.c
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-06-28
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-02-07
Include values of A_Const nodes in query jumbling
Michael Paquier
2023-01-31
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier