Releases: yeti-switch/yeti-pg-ext
Releases · yeti-switch/yeti-pg-ext
1.14.1
17 Apr 16:35
Compare
Sorry, something went wrong.
No results found
regexp_replace_rand: support placeholders in regexp_rule and regexp_result
new jsonb arg for regexp_replace_rand() funcs:
regexp_replace_rand(text_in TEXT, regexp_rule TEXT, regexp_result TEXT, regexp_opt TEXT, keep_empty BOOL = FALSE, vars jsonb = NULL) RETURNS TEXT
regexp_replace_rand(text_in TEXT, regexp_rule TEXT, regexp_result TEXT, keep_empty BOOL = FALSE, vars jsonb = NULL) RETURNS TEXT
regexp_replace_rand(text_in TEXT[], regexp_rule TEXT, regexp_result TEXT, keep_empty BOOL = FALSE, vars jsonb = NULL) RETURNS TEXT[]
placeholders syntax and vars format are the same as for process_templates()
1.14.0p1
02 Jan 11:51
Compare
Sorry, something went wrong.
No results found
process_templates: resolve nx/invalid/null vars to empty string
1.14.0
01 Jan 22:21
Compare
Sorry, something went wrong.
No results found
1.4.0p1
01 Jan 21:55
Compare
Sorry, something went wrong.
No results found
process_templates: resolve nx and invalid vars to 'null' instead of the empty string
1.4.0
01 Jan 21:28
Compare
Sorry, something went wrong.
No results found
add functions to replace placeholders in text. see: tests/replace_placeholders.sql
process_templates(templates text[], vars jsonb) RETURNS text[]
process_templates(template text, vars jsonb) RETURNS text
1.3.17
21 Nov 20:38
Compare
Sorry, something went wrong.
No results found
tag_compare(a integer[], b integer[], match_mode smallint DEFAULT 0): rewrite mode:2 to work as sets intersection checking
1.13.16
11 Nov 21:24
Compare
Sorry, something went wrong.
No results found
tag_compare(a integer[], b integer[], match_mode smallint DEFAULT 0): add match_mode:2 (identical to the match_mode: 0 with a,b sets swapped)
1.13.15
25 Sep 15:33
Compare
Sorry, something went wrong.
No results found
enable building for postgresql-18
1.13.14
11 Aug 09:23
Compare
Sorry, something went wrong.
No results found
1.13.13
11 Aug 09:18
Compare
Sorry, something went wrong.
No results found