[COMMITTERS] pqa - pqa: PostgreSQL 8.0 compatibility Changed Context function

2005-01-27 Thread User Tfavier
Log Message: --- PostgreSQL 8.0 compatibility Changed Context function pattern for PG8.0. Modified Files: -- pqa/lib: pqa.rb (r1.80 -> r1.81) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.80&r2=1.81) ---

[COMMITTERS] pgsql: Adjust mkdir_p to do stat() before trying mkdir().

2005-01-27 Thread Tom Lane
Log Message: --- Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on Solaris and should be a little faster anyway, since in most scenarios all but perhaps the last path component will already exist. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/b

[COMMITTERS] pgsql: Adjust mkdir_p to do stat() before trying mkdir().

2005-01-27 Thread Tom Lane
Log Message: --- Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on Solaris and should be a little faster anyway, since in most scenarios all but perhaps the last path component will already exist. Modified Files: -- pgsql/src/bin/initdb: initdb.

[COMMITTERS] pgsql: Check that aggregate creator has the right to execute the

2005-01-27 Thread Tom Lane
Log Message: --- Check that aggregate creator has the right to execute the transition functions of the aggregate, at both aggregate creation and execution times. Modified Files: -- pgsql/src/backend/catalog: pg_aggregate.c (r1.69 -> r1.70) (http://developer

[COMMITTERS] pgsql: Check that aggregate creator has the right to execute the

2005-01-27 Thread Tom Lane
Log Message: --- Check that aggregate creator has the right to execute the transition functions of the aggregate, at both aggregate creation and execution times. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/catalog: pg_aggregate.c (r1.56 -> r1.56.2

[COMMITTERS] pgsql: Check that aggregate creator has the right to execute the

2005-01-27 Thread Tom Lane
Log Message: --- Check that aggregate creator has the right to execute the transition functions of the aggregate, at both aggregate creation and execution times. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/catalog: pg_aggregate.c (r1.64 -> r1.64.2

[COMMITTERS] pgsql: Check that aggregate creator has the right to execute the

2005-01-27 Thread Tom Lane
Log Message: --- Check that aggregate creator has the right to execute the transition functions of the aggregate, at both aggregate creation and execution times. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/catalog: pg_aggregate.c (r1.69 -> r1.69.4

[COMMITTERS] pgsql: Small patch to move get_grosysid() from catalog/aclchk.c to

2005-01-27 Thread Neil Conway
Log Message: --- Small patch to move get_grosysid() from catalog/aclchk.c to utils/cache/lsyscache.c where it can be used by other things. Also cleans up both get_usesysid() and get_grosysid() a bit. From Stephen Frost. Modified Files: -- pgsql/src/backend/catalog:

[COMMITTERS] pgsql: Change heap_modifytuple() to require a TupleDesc rather than a

2005-01-27 Thread Neil Conway
Log Message: --- Change heap_modifytuple() to require a TupleDesc rather than a Relation. Patch from Alvaro Herrera, minor editorializing by Neil Conway. Modified Files: -- pgsql/src/backend/access/common: heaptuple.c (r1.95 -> r1.96) (http://developer.post

[COMMITTERS] pqa - pqa: Fix Typo Minor correction for ruby 1.8

2005-01-27 Thread User Tfavier
Log Message: --- Fix Typo Minor correction for ruby 1.8 Modified Files: -- pqa/lib: pqa.rb (r1.79 -> r1.80) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.79&r2=1.80) ---(end of broadcast)

[COMMITTERS] pqa - pqa: This patch makes a great deal of changes in the structure : -

2005-01-27 Thread User Tfavier
Log Message: --- This patch makes a great deal of changes in the structure : - parser is now a line factory - one accumulator for both pg/syslog (might be common with MySQL's) - 2 parsers for syslog and pglog, but inheriting from a common pg parser - one line object class by line type - a L

[COMMITTERS] pgsql: Now that I look at it, int_array_enum() didn't work either.

2005-01-27 Thread Tom Lane
Log Message: --- Now that I look at it, int_array_enum() didn't work either. Tags: REL7_3_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.6.2.1 -> r1.6.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggre

[COMMITTERS] pgsql: Now that I look at it, int_array_enum() didn't work either.

2005-01-27 Thread Tom Lane
Log Message: --- Now that I look at it, int_array_enum() didn't work either. Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.14&r2=1.15) --

[COMMITTERS] pgsql: Now that I look at it, int_array_enum() didn't work either.

2005-01-27 Thread Tom Lane
Log Message: --- Now that I look at it, int_array_enum() didn't work either. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.13.4.1 -> r1.13.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_agg

[COMMITTERS] pgsql: Now that I look at it, int_array_enum() didn't work either.

2005-01-27 Thread Tom Lane
Log Message: --- Now that I look at it, int_array_enum() didn't work either. Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.11.4.1 -> r1.11.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_agg

[COMMITTERS] pginstaller - pginst: Add upgrade script and instructions.

2005-01-27 Thread User Mha
Log Message: --- Add upgrade script and instructions. Modified Files: -- pginst: README (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.13&r2=1.14) Added Files: --- pginst/package: READM

[COMMITTERS] pgsql: Fix security and 64-bit issues in contrib/intagg.

2005-01-27 Thread Tom Lane
Log Message: --- Fix security and 64-bit issues in contrib/intagg. This code could stand to be rewritten altogether, but for now just stick a finger in the dike. Tags: REL7_3_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.6 -> r1.6.2.1)

[COMMITTERS] pgsql: Fix security and 64-bit issues in contrib/intagg.

2005-01-27 Thread Tom Lane
Log Message: --- Fix security and 64-bit issues in contrib/intagg. This code could stand to be rewritten altogether, but for now just stick a finger in the dike. Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.11 -> r1.11.4.1)

[COMMITTERS] pgsql: Fix security and 64-bit issues in contrib/intagg.

2005-01-27 Thread Tom Lane
Log Message: --- Fix security and 64-bit issues in contrib/intagg. This code could stand to be rewritten altogether, but for now just stick a finger in the dike. Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.13 -> r1.14) (http://developer.po

[COMMITTERS] pginstaller - pginst: New Directory

2005-01-27 Thread User Mha
Update of /cvsroot/pginstaller/pginst/package In directory pgfoundry.org:/tmp/cvs-serv8951/package Log Message: Directory /cvsroot/pginstaller/pginst/package added to the repository --> Using per-directory sticky tag `REL8_0_STABLE' ---(end of broadcast)--

[COMMITTERS] pginstaller - pginst: Add upgrade script and instructions.

2005-01-27 Thread User Mha
Log Message: --- Add upgrade script and instructions. Tags: REL8_0_STABLE Modified Files: -- pginst: README (r1.13 -> r1.13.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.13&r2=1.13.2.1) Added Files: ---

[COMMITTERS] pgsql: Fix security and 64-bit issues in contrib/intagg.

2005-01-27 Thread Tom Lane
Log Message: --- Fix security and 64-bit issues in contrib/intagg. This code could stand to be rewritten altogether, but for now just stick a finger in the dike. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/intagg: int_aggregate.c (r1.13 -> r1.13.4.1)

[COMMITTERS] pgsql: Add intset() to README

2005-01-27 Thread Teodor Sigaev
Log Message: --- Add intset() to README Modified Files: -- pgsql/contrib/intarray: README.intarray (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/README.intarray.diff?r1=1.10&r2=1.11) ---(end of

[COMMITTERS] pgsql: Backpatch translations

2005-01-27 Thread Peter Eisentraut
Log Message: --- Backpatch translations Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/initdb/po: ru.po (r1.14 -> r1.14.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/ru.po.diff?r1=1.14&r2=1.14.4.1) pgsql/src/bin/pg