[COMMITTERS] pgsql: Add new JSON processing functions and parser API.

2013-03-29 Thread Andrew Dunstan
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

[COMMITTERS] pgsql: Fix page title for JSON Functions and Operators.

2013-03-29 Thread Andrew Dunstan
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

Re: [COMMITTERS] pgsql: Add sql_drop event for event triggers

2013-03-29 Thread Tom Lane
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

[COMMITTERS] pgsql: ecpg: Parallel make fix

2013-03-29 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Remove tab from SGML file.

2013-03-29 Thread Bruce Momjian
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