[COMMITTERS] pgsql: Add array_to_json and row_to_json functions.

2012-02-03 Thread Andrew Dunstan
Add array_to_json and row_to_json functions. Also move the escape_json function from explain.c to json.c where it seems to belong. Andrew Dunstan, Reviewd by Abhijit Menon-Sen. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/39909d1d39ae57c3a655fc7010e394e26b90fec9

[COMMITTERS] pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of

2012-02-03 Thread Michael Meskes
Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old PQconectdb. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/fc211f8277c06326fcd5012f7247528920376a4c Modified Files -- src/interfaces/ecpg/ecpglib/connect.c | 75 ++