- Notifications
You must be signed in to change notification settings - Fork6
Comparing changes
Open a pull request
base repository:postgrespro/pg_tsparser
Uh oh!
There was an error while loading.Please reload this page.
base:v1.0.0
head repository:postgrespro/pg_tsparser
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 14commits
- 6files changed
- 8contributors
Commits on Feb 22, 2019
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
Adjust commentary in regc_pg_locale.c to remove mention of the possibilityof not having <wctype.h> functions, since we no longer consider that.Eliminate duplicate code in wparser_def.c by generalizing the p_iswhatmacro to take a parameter saying what to return for non-ASCII charsin C locale. (That's not really a consequence of theUSE_WIDE_UPPER_LOWER-ectomy, but I noticed it while doing that.)
za-arthur committedFeb 22, 2019 Merge branch 'master' into stable
za-arthur committedFeb 22, 2019
Commits on Feb 25, 2019
- za-arthur committed
Feb 25, 2019 Merge branch 'master' into stable
za-arthur committedFeb 25, 2019
Commits on Oct 8, 2020
Support 13 psql. Added returning type TSTernaryValue for checkconditi…
…on_HL() function.
dlepikhova committedOct 8, 2020
Commits on May 20, 2021
Merge pull request#4from postgrespro/PGPRO-4978
[refer #PGPRO-4978] Update the .gitignore file.tags: pg_tsparser
rzharkov authoredMay 20, 2021
Commits on Jun 29, 2022
PGPRO-6866: do not use the function pg_atoi if possible
In PostgreSQL version 12 or higher it's more effecient to use the functionpg_strtoint32 instead (see the commit 86eaf208ea048936df6be77276a246d3f92e9620).And in PostgreSQL 15 the function pg_atoi was removed altogether (see the commit73508475d69e90f98ebd9b7e1a5933a26a49c5e9). Therefore if possible use thefunction pg_strtoint32 instead.
Marina Polyakova committedJun 29, 2022
Commits on Sep 21, 2022
Merge pull request#6from postgrespro/PGPRO-6866
PGPRO-6866: do not use the function pg_atoi if possible
MarinaPolyakova authoredSep 21, 2022
Commits on Aug 29, 2023
PGPRO-8706: Fix t_isspace(), etc., when datlocprovider=i and datctype…
…=C for 16+See the commit f413941f41d370a7893caa3e6ed384b89a0577fd (Fix t_isspace(), etc.,when datlocprovider=i and datctype=C.) in PostgreSQL 16+. A fix for previousmajor versions will be added later.
Marina Polyakova committedAug 29, 2023
Commits on Aug 29, 2024
Commits on Oct 29, 2024
Merge pull request#10from CourteousSleet/master
[PGPRO-8706] Backport pg_tsparser fix
Commits on Jan 21, 2025
Commits on Jan 22, 2025
Merge pull request#11from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
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 v1.0.0...master
Uh oh!
There was an error while loading.Please reload this page.