Skip to content
Permalink
master
Loading

Commits on Aug 10, 2021

  1. PGPRO-5414: Windows build fix for Postgres Pro Standard 15

    In PostgreSQL 15 the variables contrib_extraincludes and contrib_extrasource
    from src/tools/msvc/Mkvcbuild.pm are no longer used. With this change the
    contrib module jsquery does not need them either.
    Marina Polyakova
    Marina Polyakova committed Aug 10, 2021

Commits on Oct 12, 2020

Commits on Aug 11, 2020

  1. Added alternate test result for compilation with new flex

    Flex 2.6.4 and above changed format of some generated error mesages which
    appear in our test results. So we added alternate test result to accomodate th thm
    them
    vbwagner committed Aug 11, 2020

Commits on Jun 18, 2020

  1. fix some svace warnigs

    feodor committed Jun 18, 2020

Commits on Sep 18, 2019

  1. Support for 12 pgsql. Only test was changed: 12 version has new operator

    jsonb @@ jsonpath which conflicts (in tests) with jsonb @@ jsquery. So,
    add explicit cast in tests.
    feodor committed Sep 18, 2019

Commits on Jan 22, 2019

Commits on Apr 16, 2018

  1. Change .gitignore

    ildus committed Apr 16, 2018

Commits on Feb 16, 2018

  1. Add licese file and badge

    akorotkov committed Feb 16, 2018

Commits on Feb 15, 2018

  1. Merge branch 'filtering'

    akorotkov committed Feb 15, 2018
  2. Handle filters in indexes

    From index perspective, filter is basically the same as AND operator.
    akorotkov committed Feb 15, 2018
  3. Disable deadcode.DeadStores in clang analyzer test

    deadcode.DeadStores errors seems to be inevitable when using Bison.
    akorotkov committed Feb 15, 2018
  4. Disable deadcode.DeadStores in clang analyzer test

    deadcode.DeadStores errors seems to be inevitable when using Bison.
    akorotkov committed Feb 15, 2018

Commits on Feb 14, 2018

Older