postgrespro / jsquery Public
Permalink
Loading
master
Commits on Aug 10, 2021
-
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 committedAug 10, 2021
Commits on Oct 12, 2020
Commits on Aug 11, 2020
-
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
Commits on Jun 18, 2020
Commits on Sep 18, 2019
-
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.
Commits on Jan 22, 2019
Commits on Nov 1, 2018
Commits on Oct 11, 2018
Commits on Sep 5, 2018
Commits on Apr 17, 2018
Commits on Apr 16, 2018
Commits on Feb 23, 2018
Commits on Feb 19, 2018
Commits on Feb 16, 2018
Commits on Feb 15, 2018
-
-
From index perspective, filter is basically the same as AND operator.
-
-
-
Disable deadcode.DeadStores in clang analyzer test
deadcode.DeadStores errors seems to be inevitable when using Bison.
-
-
-
Disable deadcode.DeadStores in clang analyzer test
deadcode.DeadStores errors seems to be inevitable when using Bison.