Package: postgresql-16-age / 1.5.0~rc0-3

Metadata

Package Version Patches format
postgresql-16-age 1.5.0~rc0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
extra instance args | (download)

Makefile | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
big endian | (download)

regress/expected/agtype_1.out | 3916 3916 + 0 - 0 !
regress/expected/cypher_match.out | 6 3 + 3 - 0 !
regress/sql/cypher_match.sql | 4 2 + 2 - 0 !
3 files changed, 3921 insertions(+), 5 deletions(-)

---
2130.patch | (download)

src/backend/nodes/ag_nodes.c | 2 1 + 1 - 0 !
src/backend/parser/cypher_analyze.c | 10 8 + 2 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

 [patch] add support for pg17

- A new node type is introduced for JSON support, that is
  JsonConstructorExpr - wrapper over FuncExpr/Aggref/WindowFunc for
  SQL/JSON constructors.
- Added additional checks for JsonConstructorExpr expression node for
  which the walker would crash.
- Removed palloc0fast function call (which is not available in PG17)