[COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard

2006-03-09 Thread Bruce Momjian
Log Message: --- Remove Jan Wieck's name from copyrights, and put in standard boilerplate, with approval of author. Modified Files: -- pgsql/src/pl/plpgsql/src: gram.y (r1.86 -> r1.87) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gra

[COMMITTERS] bizgres - bizgres: Added automatic password encryption and support for

2006-03-09 Thread User Nwakefield
Log Message: --- Added automatic password encryption and support for shareable pass phrase file. Soon as the system connects to the metadata a pass phrase file is looked for, if it isn't found its created with a random pass phrase. The pass phrase + an internal salt is then used to encry

[COMMITTERS] pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

2006-03-09 Thread Tom Lane
Log Message: --- Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. Otherwise you can't cancel queries like select ... from generate_series(1,100). Modified Files: -- pgsql/src/backend/executor: execQual.c (r1.188 -> r1.189) (http

[COMMITTERS] pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

2006-03-09 Thread Tom Lane
Log Message: --- Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. Otherwise you can't cancel queries like select ... from generate_series(1,100). Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/executor: execQual.c (r1.183