-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: postgrespro/pg_tsparser
base: d7c4fa3
head repository: postgrespro/pg_tsparser
compare: 63a8e77
- 14 commits
- 6 files changed
- 8 contributors
Commits on Feb 22, 2019
-
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
Adjust commentary in regc_pg_locale.c to remove mention of the possibility of not having <wctype.h> functions, since we no longer consider that. Eliminate duplicate code in wparser_def.c by generalizing the p_iswhat macro to take a parameter saying what to return for non-ASCII chars in C locale. (That's not really a consequence of the USE_WIDE_UPPER_LOWER-ectomy, but I noticed it while doing that.)
1Configuration menu - View commit details
-
Copy full SHA for a13fdc4 - Browse repository at this point
Copy the full SHA a13fdc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b20e54 - Browse repository at this point
Copy the full SHA 9b20e54View commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6081a71 - Browse repository at this point
Copy the full SHA 6081a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2e893 - Browse repository at this point
Copy the full SHA ab2e893View commit details
Commits on Oct 8, 2020
-
Support 13 psql. Added returning type TSTernaryValue for checkconditi…
…on_HL() function.
Configuration menu - View commit details
-
Copy full SHA for edf322e - Browse repository at this point
Copy the full SHA edf322eView commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff61b61 - Browse repository at this point
Copy the full SHA ff61b61View commit details -
Merge pull request #4 from postgrespro/PGPRO-4978
[refer #PGPRO-4978] Update the .gitignore file. tags: pg_tsparser
Configuration menu - View commit details
-
Copy full SHA for 9a911f7 - Browse repository at this point
Copy the full SHA 9a911f7View commit details
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 function pg_strtoint32 instead (see the commit 86eaf208ea048936df6be77276a246d3f92e9620). And in PostgreSQL 15 the function pg_atoi was removed altogether (see the commit 73508475d69e90f98ebd9b7e1a5933a26a49c5e9). Therefore if possible use the function pg_strtoint32 instead.
Marina Polyakova committedJun 29, 2022 Configuration menu - View commit details
-
Copy full SHA for ef4120f - Browse repository at this point
Copy the full SHA ef4120fView commit details
Commits on Sep 21, 2022
-
Merge pull request #6 from postgrespro/PGPRO-6866
PGPRO-6866: do not use the function pg_atoi if possible
Configuration menu - View commit details
-
Copy full SHA for c2e164f - Browse repository at this point
Copy the full SHA c2e164fView commit details
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 previous major versions will be added later.
Marina Polyakova committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 381bc16 - Browse repository at this point
Copy the full SHA 381bc16View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f2b560 - Browse repository at this point
Copy the full SHA 7f2b560View commit details
Commits on Oct 29, 2024
-
Merge pull request #10 from CourteousSleet/master
[PGPRO-8706] Backport pg_tsparser fix
Configuration menu - View commit details
-
Copy full SHA for a632bcc - Browse repository at this point
Copy the full SHA a632bccView commit details
Commits on Jan 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f15c01d - Browse repository at this point
Copy the full SHA f15c01dView commit details
Commits on Jan 22, 2025
-
Merge pull request #11 from postgrespro/meson_build_master
Add meson.build file to support building from the contrib source tree.
Configuration menu - View commit details
-
Copy full SHA for 63a8e77 - Browse repository at this point
Copy the full SHA 63a8e77View commit details
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 d7c4fa3...63a8e77