Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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: postgrespro/pg_tsparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ts_execute
Choose a base ref
...
head repository: postgrespro/pg_tsparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 3 files changed
  • 8 contributors

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    9b20e54 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    ab2e893 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    edf322e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. [refer #PGPRO-4978] Update the .gitignore file.

    tags: pg_tsparser
    rzharkov committed May 20, 2021
    Configuration menu
    Copy the full SHA
    ff61b61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from postgrespro/PGPRO-4978

    [refer #PGPRO-4978] Update the .gitignore file.
    
    tags: pg_tsparser
    rzharkov authored May 20, 2021
    Configuration menu
    Copy the full SHA
    9a911f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. 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 committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ef4120f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge pull request #6 from postgrespro/PGPRO-6866

    PGPRO-6866: do not use the function pg_atoi if possible
    MarinaPolyakova authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c2e164f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. 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 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    381bc16 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [PGPRO-8706] Backport pg_tsparser fix

    Tags: icu, pg_tsparser
    CourteousSleet committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7f2b560 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #10 from CourteousSleet/master

    [PGPRO-8706] Backport pg_tsparser fix
    MarinaPolyakova authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a632bcc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    f15c01d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Merge pull request #11 from postgrespro/meson_build_master

    Add meson.build file to support building from the contrib source tree.
    ashutosh108 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    63a8e77 View commit details
    Browse the repository at this point in the history
Loading