Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
a20169e
AGE PG12.1.0 ALPHA (#246)
muhammadshoaib Aug 24, 2022
5d86c95
Patch to AGE for PG12 to remove incubating
jrgemignani Oct 22, 2022
1d9d601
Update files for release
jrgemignani Oct 24, 2022
efce637
Add images for README
eyab Dec 1, 2022
f0e1973
Update Logo for README
eyab Dec 1, 2022
84b7549
Issue (#318): PGXN Support added. (#367)
Dec 8, 2022
b9b8b5a
Add the ability to pass parameters to the cypher function
jrgemignani Dec 13, 2022
74a415a
Modify the python driver's parameterization
dehowef Dec 14, 2022
f710edd
Update installcheck.yml
jrgemignani Dec 14, 2022
dd2a6ae
Update installcheck.yml
jrgemignani Dec 14, 2022
ed72c46
Update installcheck.yml
jrgemignani Dec 14, 2022
16e3b4b
Update installcheck.yml
jrgemignani Dec 14, 2022
bbe6be8
Update installcheck.yml
jrgemignani Dec 14, 2022
dd34ea5
Fix compare_agtype_scalar_values returned result
jrgemignani Dec 14, 2022
1d1254a
Implement CI testing for Golang Driver (#372)
lukehinds Nov 28, 2022
e7465ae
Update to go version 1.19, as 1.16 is EOL (#373)
lukehinds Dec 10, 2022
5ee637d
Issue #388 - Fix python driver build from source (#389)
Hunaid2000 Jan 5, 2023
1c13bce
Issue #388 - Fix python driver build from source (#389)
Hunaid2000 Jan 5, 2023
8b8ad5f
Updated files for PG12 AGE release to 1.1.1
jrgemignani Jan 18, 2023
2f85a37
Updated and added files for PG12 AGE release to 1.1.1
jrgemignani Jan 19, 2023
7da8a0e
Update README.md (#565)
jbiz805 Jan 21, 2023
005eb05
Implement CALL ...[YIELD] for cypher functions. (#630)
MuhammadTahaNaveed Feb 1, 2023
fd49347
Graph names with empty string '' are no more allowed. (#251)
muhammadshoaib Aug 22, 2022
99afc88
Updated drivers, minor docs fixes
Dzordzu Sep 4, 2022
3c65ec8
Fix Bug with CALL... YIELD clause ignores WHERE
dehowef Sep 29, 2022
100bbc1
Fix EXPLAIN to allow for nested cypher commands
jrgemignani Oct 4, 2022
d91a632
Fix delete_global_graphs
jrgemignani Oct 17, 2022
423ce19
add regression tests for delete_global_graphs (#336)
rafsun42 Oct 25, 2022
1a50ded
Invalid labels now return NULL
dehowef Oct 22, 2022
2d875a8
Update CONTRIBUTING.md (#348)
jbiz805 Nov 15, 2022
b533a1c
Add license header
jrgemignani Nov 23, 2022
0f3fd0c
Fix null pointer on name compare (#376)
parvit Dec 8, 2022
7d3b89a
Fix Travis CI warning message
jrgemignani Dec 12, 2022
20ffc26
Fix Travis CI warning message
jrgemignani Dec 12, 2022
1cb098c
Regression tests for age_global_graph (#341)
PragyanD Dec 19, 2022
5c1e483
Readme Added for AGE-JDBC-Driver (#383)
imranzaheer612 Dec 20, 2022
b2d695c
Changed volatility category of functions age_atan2, age_degrees, age_…
Hunaid2000 Dec 24, 2022
991f528
Changed age_split, age_replace, age_sin from STABLE TO IMMUTABLE (#402)
Zahid07 Dec 25, 2022
0c4a50e
Modified the Volatility Category of functions age_asin and age_acos f…
RC-002 Dec 25, 2022
cbd84c3
Changed age_head, age_last and age_properties to IMMUTABLE (#406)
MatheusFarias03 Dec 27, 2022
ab44d0c
Changed age_id, age_start_id and age_end_id function signatures to IM…
markgomer Dec 27, 2022
ab370c6
Changed age_sqrt & age_floor volatility to IMMUTABLE (#411)
imranzaheer612 Dec 27, 2022
9881837
Changed volatility types of age_substring, age_left and age_right to …
KamleshKumar427 Dec 27, 2022
436e2be
Changed age_cos, age_tan and age_cot to Immutable from Stable (#409)
Pratikkapsime Dec 27, 2022
bf2fd10
agtype_typecast funcs changed to immutable (#407)
maazzzzz Dec 27, 2022
c7ef62e
Changed volatility category of age_rtrim,age_ltrim,age_trim (#410)
fatimafatimaprogrammer Dec 27, 2022
53190af
Changed the definition of graphid_eq, graphid_ne, and graphid_lt from…
FahadZaheerfzr Dec 27, 2022
f4d61c9
Fix function signature (age_length, age_toboolean, age_tofloat) from …
MuhammadTahaNaveed Dec 27, 2022
835e439
Changed Volatility of agtype_typecase_path (#417)
sarthak-19 Dec 27, 2022
59dfcbd
string reverse change Stable to immutable (#419)
Munmud Dec 28, 2022
e04ba68
Changed the volatility of String function age_toupper() : from STABLE…
Munmud Dec 28, 2022
a1729e0
Changed the volatility of String function age_tolower() (#421)
Munmud Dec 28, 2022
d3d8135
typecast_vertex and typecast_edge functions volatility changed from S…
umer200 Dec 28, 2022
7d44cbf
Update age_log10, age_e, age_exp VOLATILITY Classes (#427)
moeed-k Dec 28, 2022
d990835
Modified the volatility of functions age_atan, age_round and age_ceil…
GhostVaibhav Dec 28, 2022
acecd5b
Change volatility category of range(), unnest(). (#418)
AhmarZaidi Dec 29, 2022
4b5df4f
Updated volatility information of function age_tointeger(),age_tostri…
intrigued-rishi Dec 31, 2022
f4be1ba
Fix bug #339 - entities in WHERE clause have wrong Expr (#391)
rafsun42 Jan 3, 2023
d0738b0
create complete graph function (#342) (#662)
MuhammadTahaNaveed Feb 10, 2023
f77e9f0
Issue 317: Graph naming convention (#349)
rafsun42 Dec 29, 2022
bdb7f17
Fixed typos at multiple locations (#470)
uhayat Jan 3, 2023
4656620
Update SET clause to support assigning a map to a variable (#468)
rafsun42 Jan 4, 2023
bf512f7
Patch to address PR 203 that appears to be inactive. (#671)
MuhammadTahaNaveed Feb 13, 2023
f73b16f
Added some comments for create_graph function (#582)
intrigued-rishi Jan 23, 2023
8956e65
Optimize age_exists function (#586)
moeed-k Jan 25, 2023
8351fda
Implement plus-equal operator in SET clause (#638)
rafsun42 Feb 1, 2023
bc9eb17
Implement CI test for python driver (#587)
MuhammadTahaNaveed Feb 1, 2023
0652ac1
Update readme (#649)
Nandhini1809 Feb 2, 2023
08dc623
Update Readme (#650)
yadav9887 Feb 2, 2023
05039fe
Add video links (#634)
waleedahmed0001 Feb 7, 2023
b24cd9a
Update README.md (#651)
udaiganny67 Feb 8, 2023
2610579
Move from travis CI to github actions for build (#673)
MuhammadTahaNaveed Feb 14, 2023
64ab297
Update python driver CI to run on every PR/commit (#686)
MuhammadTahaNaveed Feb 17, 2023
e7bd40b
Update go driver CI to run on every PR/commit (#685)
MuhammadTahaNaveed Feb 17, 2023
519c65f
Inital version PG13 current version (#469)
muhammadshoaib Feb 21, 2023
7f4dad0
Update CI's for PG13 branch (#703)
MuhammadTahaNaveed Feb 22, 2023
865b5ff
Remove META.json
jrgemignani Feb 22, 2023
c042b32
Update README.md (#705)
jbiz805 Feb 23, 2023
eb1bf6f
Fix build warnings (#709)
MuhammadTahaNaveed Feb 23, 2023
888d0fa
Updated Readme for drivers folder (#642)
fatimafatimaprogrammer Feb 16, 2023
f6fccd8
Removed async from function definitions (#680)
FahadZaheerfzr Feb 16, 2023
a9099c9
Barbell graph generation (#648)
markgomer Feb 17, 2023
30d20c4
UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
Feb 23, 2023
ceebd75
Fix WITH ignoring WHERE clause (#646)
MuhammadTahaNaveed Feb 25, 2023
fb95472
Implement isEmpty() predicate function (#710)
MuhammadTahaNaveed Feb 27, 2023
0631b5a
Barbell regress tests (#708)
markgomer Mar 1, 2023
eda403d
Fix cypher function input argument checks (issue #718)
jrgemignani Mar 1, 2023
0f9c895
Fix Issue #693 - server termination from return exists(path) (#721)
MuhammadTahaNaveed Mar 2, 2023
1123878
Update regression tests for cypher_with (#725)
MuhammadTahaNaveed Mar 3, 2023
9fefd36
Fix issue #733 - create_complete_graph() terminates the server (#734)
MuhammadTahaNaveed Mar 6, 2023
8102847
Prevent MATCH from following OPTIONAL MATCH (#740)
dehowef Mar 11, 2023
87a7d10
Fix property constraints against resolved variables in concurrent MAT…
jrgemignani Mar 17, 2023
e7e8c98
Fix property constraints against resolved variables (#724) (#751)
jrgemignani Mar 22, 2023
15ea678
Include invalid labels in reused variables. (#751) (#762)
dehowef Mar 23, 2023
126d3b0
Merge branch 'PG12' into PG13
jrgemignani Mar 27, 2023
bcc6c37
Fix update_entity_tuple to use correct CommandId (#769)
MuhammadTahaNaveed Mar 28, 2023
4cf7a9e
Remove check for scalar agtypes in unwind (#736)
MuhammadTahaNaveed Mar 11, 2023
9b1f56a
Merge branch 'PG12' into PG13
jrgemignani Mar 28, 2023
f32667a
[PG13] Update CI workflows (#775)
MuhammadTahaNaveed Mar 28, 2023
1c197b3
Update README.md (#777)
jbiz805 Mar 28, 2023
ede279d
Update readme and version for python driver (#780)
MuhammadTahaNaveed Mar 30, 2023
09e8cb4
Update files for PG13 AGE Release 1.3.0
jrgemignani Mar 30, 2023
66677fe
Merge branch 'PG13' into master_PostgreSQL13
jrgemignani Jul 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/go-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Go Driver Tests

on:
push:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

pull_request:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

jobs:
build:
Expand All @@ -26,14 +26,14 @@ jobs:
if [[ "$GITHUB_EVENT_NAME" == "push" ]]; then
if [[ "$GITHUB_REF" == "refs/heads/master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
elif [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
if [[ "$GITHUB_BASE_REF" == "master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
fi

Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/installcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@ name: Build / Regression

on:
push:
branches: [ 'master', 'PG12' ]
branches: [ 'master', 'PG13' ]
pull_request:
branches: [ 'master', 'PG12' ]
branches: [ 'master', 'PG13' ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Get latest commit id of PostgreSQL 12
- name: Get latest commit id of PostgreSQL 13
run: |
echo "PG_COMMIT_HASH=$(git ls-remote git://git.postgresql.org/git/postgresql.git refs/heads/REL_12_STABLE | awk '{print $1}')" >> $GITHUB_ENV
echo "PG_COMMIT_HASH=$(git ls-remote git://git.postgresql.org/git/postgresql.git refs/heads/REL_13_STABLE | awk '{print $1}')" >> $GITHUB_ENV

- name: Cache PostgreSQL 12
- name: Cache PostgreSQL 13
uses: actions/cache@v3
id: pg12cache
id: pg13cache
with:
path: ~/pg12
key: ${{ runner.os }}-v1-pg12-${{ env.PG_COMMIT_HASH }}
path: ~/pg13
key: ${{ runner.os }}-v1-pg13-${{ env.PG_COMMIT_HASH }}

- name: Install PostgreSQL 12
if: steps.pg12cache.outputs.cache-hit != 'true'
- name: Install PostgreSQL 13
if: steps.pg13cache.outputs.cache-hit != 'true'
run: |
git clone --depth 1 --branch REL_12_STABLE git://git.postgresql.org/git/postgresql.git ~/pg12source
cd ~/pg12source
./configure --prefix=$HOME/pg12 CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
git clone --depth 1 --branch REL_13_STABLE git://git.postgresql.org/git/postgresql.git ~/pg13source
cd ~/pg13source
./configure --prefix=$HOME/pg13 CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
make install -j$(nproc) > /dev/null

- uses: actions/checkout@v3

- name: Build
id: build
run: |
make PG_CONFIG=$HOME/pg12/bin/pg_config install -j$(nproc)
make PG_CONFIG=$HOME/pg13/bin/pg_config install -j$(nproc)

- name: Regression tests
id: regression_tests
run: |
make PG_CONFIG=$HOME/pg12/bin/pg_config installcheck
make PG_CONFIG=$HOME/pg13/bin/pg_config installcheck
continue-on-error: true

- name: Dump regression test errors
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/jdbc-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: JDBC Driver Tests

on:
push:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

pull_request:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

jobs:
build:
Expand All @@ -28,14 +28,14 @@ jobs:
if [[ "$GITHUB_EVENT_NAME" == "push" ]]; then
if [[ "$GITHUB_REF" == "refs/heads/master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
elif [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
if [[ "$GITHUB_BASE_REF" == "master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
fi

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/nodejs-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Nodejs Driver Tests

on:
push:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

pull_request:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

jobs:
build:
Expand All @@ -23,14 +23,14 @@ jobs:
if [[ "$GITHUB_EVENT_NAME" == "push" ]]; then
if [[ "$GITHUB_REF" == "refs/heads/master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
elif [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
if [[ "$GITHUB_BASE_REF" == "master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
fi

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/python-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Python Driver Tests

on:
push:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

pull_request:
branches: [ "master", "PG12" ]
branches: [ "master", "PG13" ]

jobs:
build:
Expand All @@ -23,14 +23,14 @@ jobs:
if [[ "$GITHUB_EVENT_NAME" == "push" ]]; then
if [[ "$GITHUB_REF" == "refs/heads/master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_REF" == "refs/heads/PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
elif [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
if [[ "$GITHUB_BASE_REF" == "master" ]]; then
echo "TAG=latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG12" ]]; then
echo "TAG=PG12_latest" >> $GITHUB_ENV
elif [[ "$GITHUB_BASE_REF" == "PG13" ]]; then
echo "TAG=PG13_latest" >> $GITHUB_ENV
fi
fi

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# limitations under the License.
#

FROM postgres:12
FROM postgres:13

RUN apt-get update
RUN apt-get install --assume-yes --no-install-recommends --no-install-suggests \
bison \
build-essential \
flex \
postgresql-server-dev-12
postgresql-server-dev-13

COPY . /age
RUN cd /age && make install
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ src/backend/parser/cypher_parser.o: src/backend/parser/cypher_gram.c
src/backend/parser/cypher_keywords.o: src/backend/parser/cypher_gram.c

src/backend/parser/ag_scanner.c: FLEX_NO_BACKUP=yes

installcheck: export LC_COLLATE=C
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<img src="https://img.shields.io/badge/Release-v1.3.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
</a>
&nbsp;
<a href="https://www.postgresql.org/docs/12/index.html">
<img src="https://img.shields.io/badge/Version-PostgreSQL 12-00008B?labelColor=gray&style=flat&link=https://www.postgresql.org/docs/12/index.html"/>
<a href="https://www.postgresql.org/docs/13/index.html">
<img src="https://img.shields.io/badge/Version-PostgreSQL 13-00008B?labelColor=gray&style=flat&link=https://www.postgresql.org/docs/13/index.html"/>
</a>
&nbsp;
<a href="https://github.com/apache/age/issues">
Expand Down
9 changes: 3 additions & 6 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
# specific language governing permissions and limitations
# under the License.

Release Notes for Apache AGE release v1.3.0 for PG 12
Release Notes for Apache AGE release v1.3.0 for PG 13

Apache AGE 1.3.0 - Release Notes

NOTE: Due to additions to core tables, there is no upgrade path from the
previous version.

Implement CALL ...[YIELD] for cypher functions. (#630)
Graph names with the empty string '' are no more allowed. (#251)
Fix typos at multiple locations. (#470)
Expand All @@ -46,7 +43,7 @@ Implement plus-equal operator in SET clause. (#638)
Implement CI test for python driver. (#587)
Move from travis CI to github actions for build. (#673)
Update all driver CIs to Github actions.
Fix build warnings.
Fix build warnings. (#709)
Updated Readme for drivers folder. (#642)
Removed async from function definitions. (#680)
Barbell graph generation (#648) and Barbell regress tests. (#708)
Expand All @@ -62,6 +59,6 @@ Fix property constraints against resolved variables. (#724) (#751) (#701) (#747)
Include invalid labels in reused variables. (#751) (#762)
Fix update_entity_tuple to use correct CommandId. (#769)
Remove check for scalar agtypes in unwind. (#736)
Update PG12 CI workflows. (#776)
Update PG13 CI workflows. (#775)
Update readme and version for python driver. (#780)
Update README.md
33 changes: 17 additions & 16 deletions age--1.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ CREATE UNIQUE INDEX ag_label_relation_index ON ag_label USING btree (relation);
CREATE UNIQUE INDEX ag_label_seq_name_graph_index
ON ag_label
USING btree (seq_name, graph);

--
-- catalog lookup functions
--
Expand Down Expand Up @@ -109,21 +110,22 @@ CREATE FUNCTION ag_catalog.create_elabel(graph_name name, label_name name)
LANGUAGE c
AS 'MODULE_PATHNAME';

CREATE FUNCTION ag_catalog.alter_graph(graph_name name, operation cstring, new_value name)
CREATE FUNCTION ag_catalog.alter_graph(graph_name name, operation cstring,
new_value name)
RETURNS void
LANGUAGE c
AS 'MODULE_PATHNAME';

CREATE FUNCTION ag_catalog.drop_label(graph_name name, label_name name,
force boolean = false)
force boolean = false)
RETURNS void
LANGUAGE c
AS 'MODULE_PATHNAME';

CREATE FUNCTION ag_catalog.load_labels_from_file(graph_name name,
label_name name,
file_path text,
id_field_exists bool default true)
label_name name,
file_path text,
id_field_exists bool default true)
RETURNS void
LANGUAGE c
AS 'MODULE_PATHNAME';
Expand Down Expand Up @@ -1389,7 +1391,6 @@ CREATE OPERATOR ^ (
RIGHTARG = agtype
);


CREATE FUNCTION ag_catalog.graphid_hash_cmp(graphid)
RETURNS INTEGER
LANGUAGE c
Expand Down Expand Up @@ -3086,7 +3087,6 @@ CREATE CAST (agtype AS graphid)
WITH FUNCTION ag_catalog.agtype_to_graphid(agtype)
AS IMPLICIT;


--
-- agtype - path
--
Expand Down Expand Up @@ -3425,6 +3425,7 @@ AS 'MODULE_PATHNAME';
--
-- Scalar Functions
--

CREATE FUNCTION ag_catalog.age_id(agtype)
RETURNS agtype
LANGUAGE c
Expand Down Expand Up @@ -4109,7 +4110,6 @@ CALLED ON NULL INPUT
PARALLEL SAFE
AS 'MODULE_PATHNAME';


-- function to create an AGTV_PATH from a VLE_path_container
CREATE FUNCTION ag_catalog.age_materialize_vle_path(agtype)
RETURNS agtype
Expand All @@ -4136,7 +4136,6 @@ RETURNS NULL ON NULL INPUT
PARALLEL SAFE
AS 'MODULE_PATHNAME';


CREATE FUNCTION ag_catalog.age_match_two_vle_edges(agtype, agtype)
RETURNS boolean
LANGUAGE C
Expand Down Expand Up @@ -4204,20 +4203,22 @@ STABLE
PARALLEL SAFE
AS 'MODULE_PATHNAME';

CREATE FUNCTION ag_catalog.create_complete_graph(graph_name name, nodes int, edge_label name, node_label name = NULL)
CREATE FUNCTION ag_catalog.create_complete_graph(graph_name name, nodes int,
edge_label name,
node_label name = NULL)
RETURNS void
LANGUAGE c
CALLED ON NULL INPUT
PARALLEL SAFE
AS 'MODULE_PATHNAME';

CREATE FUNCTION ag_catalog.age_create_barbell_graph(graph_name name,
graph_size int,
bridge_size int,
node_label name = NULL,
node_properties agtype = NULL,
edge_label name = NULL,
edge_properties agtype = NULL)
graph_size int,
bridge_size int,
node_label name = NULL,
node_properties agtype = NULL,
edge_label name = NULL,
edge_properties agtype = NULL)
RETURNS void
LANGUAGE c
CALLED ON NULL INPUT
Expand Down
1 change: 0 additions & 1 deletion drivers/golang/age/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"math/big"
"strconv"
"strings"

"github.com/antlr/antlr4/runtime/Go/antlr/v4"
"github.com/apache/age/drivers/golang/parser"
)
Expand Down
1 change: 0 additions & 1 deletion drivers/golang/age/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"fmt"
"reflect"
"strings"

"github.com/antlr/antlr4/runtime/Go/antlr/v4"
"github.com/apache/age/drivers/golang/parser"
)
Expand Down
1 change: 0 additions & 1 deletion regress/sql/cypher_call.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ CREATE FUNCTION call_stmt_test.add_agtype(agtype, agtype) RETURNS agtype
/*
* CALL (solo)
*/

SELECT * FROM cypher('cypher_call', $$CALL sqrt(64)$$) as (sqrt agtype);
/* CALL RETURN, should fail */
SELECT * FROM cypher('cypher_call', $$CALL sqrt(64) RETURN sqrt$$) as (sqrt agtype);
Expand Down
Loading