-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5524~1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5524
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 2 contributors
Commits on Aug 3, 2025
-
add function argument name to substr.
HEAD \df substr List of functions Schema | Name | Result data type | Argument data types | Type ------------+--------+------------------+-------------------------+------ pg_catalog | substr | bytea | bytea, integer | func pg_catalog | substr | bytea | bytea, integer, integer | func pg_catalog | substr | text | text, integer | func pg_catalog | substr | text | text, integer, integer | func with patch \df substr List of functions Schema | Name | Result data type | Argument data types | Type ------------+--------+------------------+-------------------------------------------+------ pg_catalog | substr | bytea | bytes bytea, start integer | func pg_catalog | substr | bytea | bytes bytea, start integer, count integer | func pg_catalog | substr | text | string text, start integer | func pg_catalog | substr | text | string text, start integer, count integer | func discussion: https://postgr.es/m/CACJufxHTBkymh06D4mGKNe1YfRNFN+gFBybmygWk=PtMqu00LQ@mail.gmail.com
Configuration menu - View commit details
-
Copy full SHA for 2b53d98 - Browse repository at this point
Copy the full SHA 2b53d98View commit details -
add function argument name to function substring
HEAD \df substr List of functions Schema | Name | Result data type | Argument data types | Type ------------+-----------+------------------+-------------------------+------ pg_catalog | substring | bit | bit, integer | func pg_catalog | substring | bit | bit, integer, integer | func pg_catalog | substring | bytea | bytea, integer | func pg_catalog | substring | bytea | bytea, integer, integer | func pg_catalog | substring | text | text, integer | func pg_catalog | substring | text | text, integer, integer | func pg_catalog | substring | text | text, text | func pg_catalog | substring | text | text, text, text | func with patch \df substring Schema | Name | Result data type | Argument data types | Type ------------+-----------+------------------+--------------------------------------------------+------ pg_catalog | substring | bit | bits bit, start integer, count integer | func pg_catalog | substring | bytea | bytes bytea, start integer | func pg_catalog | substring | bytea | bytes bytea, start integer, count integer | func pg_catalog | substring | bit | string bit, start integer | func pg_catalog | substring | text | string text, pattern text | func pg_catalog | substring | text | string text, pattern text, escape_character text | func pg_catalog | substring | text | string text, start integer | func pg_catalog | substring | text | string text, start integer, count integer | func (8 rows) discussion: https://postgr.es/m/CACJufxHTBkymh06D4mGKNe1YfRNFN+gFBybmygWk=PtMqu00LQ@mail.gmail.com
Configuration menu - View commit details
-
Copy full SHA for 1075c0d - Browse repository at this point
Copy the full SHA 1075c0dView commit details -
[CF 5524] v6 - add function argument name to substring and substr
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5524 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/CACJufxHbWiZLwzKs6k4+w=UjA_wDEEhWgH2fpUexxgvHOP_OWA@mail.gmail.com Author(s): Jian He
Commitfest Bot committedAug 3, 2025 Configuration menu - View commit details
-
Copy full SHA for d42492e - Browse repository at this point
Copy the full SHA d42492eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cf/5524~1...cf/5524