[COMMITTERS] psqlodbc - psqlodbc: Fix the bug which causes a segfault in

2012-07-11 Thread User Hinoue
Log Message: --- Fix the bug which causes a segfault in SQLSpecialColumns when table name is null string (bug report by Terrence Enger). Modified Files: -- psqlodbc: info.c (r1.170 -> r1.171) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/i

[COMMITTERS] pgsql: Add array_remove() and array_replace() functions.

2012-07-11 Thread Tom Lane
Add array_remove() and array_replace() functions. These functions support removing or replacing array element value(s) matching a given search value. Although intended mainly to support a future array-foreign-key feature, they seem useful in their own right. Marco Nenciarini and Gabriele Bartoli