Add new JSON processing functions and parser API.
The JSON parser is converted into a recursive descent parser, and
exposed for use by other modules such as extensions. The API provides
hooks for all the significant parser event such as the beginning and end
of objects and arrays, and providing fu
Fix page title for JSON Functions and Operators.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/6caf759f3f34eb496f4a92c3db9d3289299066b9
Modified Files
--
doc/src/sgml/func.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pg
Alvaro Herrera writes:
> Add sql_drop event for event triggers
The buildfarm members that use -DCLOBBER_CACHE_ALWAYS don't like this
patch:
***
*** 760,771
FROM generate_series(1, 50) a;
BEGIN;
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
UPDATE serializable_updat
ecpg: Parallel make fix
In some parallel make situations, the install-headers target could be
called before the installation directories are created by installdirs,
causing the installation to fail. Fix that by making install-headers
depend on installdirs.
Branch
--
master
Details
---
h
Remove tab from SGML file.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b015558091075a898a8348934f1d36386d87f5e5
Modified Files
--
doc/src/sgml/func.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers mailing