[COMMITTERS] pgsql: Remove somebody's ill-considered free() call, per report from

2006-10-11 Thread Tom Lane
Log Message: --- Remove somebody's ill-considered free() call, per report from Chander Ganesan. No, I do not care whether Coverity considers this a memory leak. It's entirely not worth the code space to do it correctly. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ct

[COMMITTERS] psqlodbc - psqlodbc: Fixed DRIVER_FILE_NAME for *nix.

2006-10-11 Thread User H-saito
Log Message: --- Fixed DRIVER_FILE_NAME for *nix. Modified Files: -- psqlodbc: psqlodbc.h (r1.110 -> r1.111) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.110&r2=1.111) ---(end of broadcast)

[COMMITTERS] dbi-link - dbi-link: * Schema-qualified names of tables, views,

2006-10-11 Thread David Fetter
Log Message: --- * Schema-qualified names of tables, views, functions, etc. * Lowered minimum version of pg to 8.1.4. * Moved environment_yaml from dbi_connection to its own table, as it's not a tree structure. * Added table dbi_connection_environment. XXX Currently unused. * Added f

[COMMITTERS] pgsql: Update pg_hba.conf comment about documentation section.

2006-10-11 Thread Bruce Momjian
Log Message: --- Update pg_hba.conf comment about documentation section. Modified Files: -- pgsql/src/backend/libpq: pg_hba.conf.sample (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample.diff?r1=1.61&r2=1

[COMMITTERS] pgsql: A bit of copy-editing on back-branch release notes.

2006-10-11 Thread Tom Lane
Log Message: --- A bit of copy-editing on back-branch release notes. Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.163.2.33 -> r1.163.2.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?

[COMMITTERS] pgsql: A bit of copy-editing on back-branch release notes.

2006-10-11 Thread Tom Lane
Log Message: --- A bit of copy-editing on back-branch release notes. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.235.2.43 -> r1.235.2.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?

[COMMITTERS] pgsql: A bit of copy-editing on back-branch release notes.

2006-10-11 Thread Tom Lane
Log Message: --- A bit of copy-editing on back-branch release notes. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.24 -> r1.321.4.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?

[COMMITTERS] pgsql: A bit of copy-editing on back-branch release notes.

2006-10-11 Thread Tom Lane
Log Message: --- A bit of copy-editing on back-branch release notes. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.29 -> r1.400.2.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?

[COMMITTERS] pgsql: A bit of copy-editing on back-branch release notes.

2006-10-11 Thread Tom Lane
Log Message: --- A bit of copy-editing on back-branch release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.470 -> r1.471) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.470&r2=1.471)

[COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to

2006-10-11 Thread Tom Lane
Log Message: --- Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug I introduced in 7.4.1 :-(. It's correct to allow unknown to be coerced to ANY or ANYELEMENT, since it's a real-enough data type, but it most certainly isn't an array datatype. This can cause a backe

[COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to

2006-10-11 Thread Tom Lane
Log Message: --- Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug I introduced in 7.4.1 :-(. It's correct to allow unknown to be coerced to ANY or ANYELEMENT, since it's a real-enough data type, but it most certainly isn't an array datatype. This can cause a backe

[COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to

2006-10-11 Thread Tom Lane
Log Message: --- Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug I introduced in 7.4.1 :-(. It's correct to allow unknown to be coerced to ANY or ANYELEMENT, since it's a real-enough data type, but it most certainly isn't an array datatype. This can cause a backe

[COMMITTERS] pgsql: Repair incorrect check for coercion of unknown literal to

2006-10-11 Thread Tom Lane
Log Message: --- Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug I introduced in 7.4.1 :-(. It's correct to allow unknown to be coerced to ANY or ANYELEMENT, since it's a real-enough data type, but it most certainly isn't an array datatype. This can cause a backe

[COMMITTERS] pgsql: CREATE TABLE ...

2006-10-11 Thread Tom Lane
Log Message: --- CREATE TABLE ... LIKE ... should mark the columns it creates with attislocal = true, since they are not really inherited but merely copied from the original table. I'm not sure if there are any cases where it makes a real difference given the existing uses of the flag, but

[COMMITTERS] pgsql: CREATE TABLE ...

2006-10-11 Thread Tom Lane
Log Message: --- CREATE TABLE ... LIKE ... should mark the columns it creates with attislocal = true, since they are not really inherited but merely copied from the original table. I'm not sure if there are any cases where it makes a real difference given the existing uses of the flag, but

[COMMITTERS] pgsql: CREATE TABLE ...

2006-10-11 Thread Tom Lane
Log Message: --- CREATE TABLE ... LIKE ... should mark the columns it creates with attislocal = true, since they are not really inherited but merely copied from the original table. I'm not sure if there are any cases where it makes a real difference given the existing uses of the flag, but

[COMMITTERS] pgsql: Code review for LIKE INCLUDING CONSTRAINTS patch --- improve

2006-10-11 Thread Tom Lane
Log Message: --- Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, don't cheat on the raw-vs-cooked status of a constraint. Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.204 -> r1.205) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and

2006-10-11 Thread Teodor Sigaev
Log Message: --- Rename function 'isexists' and 'isdefined' to 'exist' and 'defined' accordingly. Old names are saved not mentioned in docs - for compatibility with old applications. Per discussion http://archives.postgresql.org/pgsql-hackers/2006-10/msg00571.php Modified Files: --

[COMMITTERS] press - pr: Added the 8.2 release files (Romanian) to cvs.

2006-10-11 Thread User Am
Log Message: --- Added the 8.2 release files (Romanian) to cvs. Added Files: --- pr/releases/8.2/ro: presskit82.html.ro (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/presskit82.html.ro?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] press - pr: New Directory

2006-10-11 Thread User Am
Update of /cvsroot/press/pr/releases/8.2/ro In directory pgfoundry.org:/tmp/cvs-serv17292/ro Log Message: Directory /cvsroot/press/pr/releases/8.2/ro added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives?