[COMMITTERS] pgsql: Add some index entries for RAISE and exception handling in

2005-02-09 Thread Neil Conway
Log Message: --- Add some index entries for RAISE and exception handling in PL/PgSQL. Per suggestion from Rainer Brandt. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpg

[COMMITTERS] pgsql: Improvements to documentation of shared memory configuration

2005-02-09 Thread Neil Conway
Log Message: --- Improvements to documentation of shared memory configuration under FreeBSD. From Mark Kirkwood, editorializing by Neil Conway. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.303 -> r1.304) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Use now() rather than 'now' in an example in the PL/PgSQL docs.

2005-02-09 Thread Neil Conway
Log Message: --- Use now() rather than 'now' in an example in the PL/PgSQL docs. From David Fetter and Ben Calvert. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.s

[COMMITTERS] pgsql: Update pginstaller URL to http://www.postgresql.org/ftp/win32/.

2005-02-09 Thread Bruce Momjian
Log Message: --- Update pginstaller URL to http://www.postgresql.org/ftp/win32/. Backpatch to 8.0.X. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.6 -> r1.321.4.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Update pginstaller URL to http://www.postgresql.org/ftp/win32/.

2005-02-09 Thread Bruce Momjian
Log Message: --- Update pginstaller URL to http://www.postgresql.org/ftp/win32/. Backpatch to 8.0.X. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.327 -> r1.328) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=

[COMMITTERS] pqa - pqa: Added WARNING/FATAL/PANIC errors Those are now taken into

2005-02-09 Thread User Tfavier
Log Message: --- Added WARNING/FATAL/PANIC errors Those are now taken into account. Error report is still not implemented. Modified Files: -- pqa/lib: pqa.rb (r1.81 -> r1.82) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.81&r2=1

[COMMITTERS] pgsql: ALTER TABLE ADD COLUMN exhibits a significant memory leak when

2005-02-09 Thread Neil Conway
Log Message: --- ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a column with a default expression. In that situation, we need to rewrite the heap relation. To evaluate the new default expression, we use ExecEvalExpr(); however, this can allocate memory in the current

[COMMITTERS] pgsql: ALTER TABLE ADD COLUMN exhibits a significant memory leak when

2005-02-09 Thread Neil Conway
Log Message: --- ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a column with a default expression. In that situation, we need to rewrite the heap relation. To evaluate the new default expression, we use ExecEvalExpr(); however, this can allocate memory in the current

[COMMITTERS] pgsql: Fixed bug in parsing of CREATE AS statement.

2005-02-09 Thread Michael Meskes
Log Message: --- Fixed bug in parsing of CREATE AS statement. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.284 -> r1.285) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.284&r2=1.285) pgsql/src/in

[COMMITTERS] pgsql: Fixed bug in parsing of CREATE AS statement.

2005-02-09 Thread Michael Meskes
Log Message: --- Fixed bug in parsing of CREATE AS statement. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.303.4.1 -> r1.303.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/