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
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
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
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