[COMMITTERS] pgspy - pgspy: Imported Sources

2009-09-28 Thread User Eulerto
Update of /cvsroot/pgspy/pgspy In directory pgfoundry.org:/tmp/cvs-serv36562 Log Message: initial import. Status: Vendor Tag: pgspy Release Tags: REL1_0_6 N pgspy/pgspy/pgspy.c N pgspy/pgspy/COPYRIGHT N pgspy/pgspy/pgspy.h N pgspy/pgspy/Makefile N pgspy/pgspy/README No co

[COMMITTERS] pgsql: Fix equivclass.c's not-quite-right strategy for handling X=X

2009-09-28 Thread Tom Lane
Log Message: --- Fix equivclass.c's not-quite-right strategy for handling X=X clauses. The original coding correctly noted that these aren't just redundancies (they're effectively X IS NOT NULL, assuming = is strict). However, they got treated that way if X happened to be in a single-memb

[COMMITTERS] pgsql: Fix equivclass.c's not-quite-right strategy for handling X=X

2009-09-28 Thread Tom Lane
Log Message: --- Fix equivclass.c's not-quite-right strategy for handling X=X clauses. The original coding correctly noted that these aren't just redundancies (they're effectively X IS NOT NULL, assuming = is strict). However, they got treated that way if X happened to be in a single-memb

[COMMITTERS] pgsql: Fix equivclass.c's not-quite-right strategy for handling X=X

2009-09-28 Thread Tom Lane
Log Message: --- Fix equivclass.c's not-quite-right strategy for handling X=X clauses. The original coding correctly noted that these aren't just redundancies (they're effectively X IS NOT NULL, assuming = is strict). However, they got treated that way if X happened to be in a single-memb

[COMMITTERS] pgsql: Convert a perl array to a postgres array when returned by Set

2009-09-28 Thread Andrew Dunstan
Log Message: --- Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. Modified Files: -- pgsql/src/pl/plperl: plpe

[COMMITTERS] pgsql: Convert a perl array to a postgres array when returned by Set

2009-09-28 Thread Andrew Dunstan
Log Message: --- Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. Tags: REL8_4_STABLE Modified Files: -- pgsql/s

[COMMITTERS] pgsql: Convert a perl array to a postgres array when returned by Set

2009-09-28 Thread Andrew Dunstan
Log Message: --- Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. Tags: REL8_3_STABLE Modified Files: -- pgsql/s

[COMMITTERS] pgsql: Convert a perl array to a postgres array when returned by Set

2009-09-28 Thread Andrew Dunstan
Log Message: --- Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. Tags: REL8_2_STABLE Modified Files: -- pgsql/s

[COMMITTERS] pgsql: Convert a perl array to a postgres array when returned by Set

2009-09-28 Thread Andrew Dunstan
Log Message: --- Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. Tags: REL8_1_STABLE Modified Files: -- pgsql/s

[COMMITTERS] pgbouncer - pgbouncer: console: fix string format in datarow packet

2009-09-28 Thread User Mkz
Log Message: --- console: fix string format in datarow packet pgbouncer used to store strings with final '\0', which should not be there. It was not noticed thus far as any C clients did not saw anything wrong. Takeover code depends on them being zero-terminated, use a hack to make them

[COMMITTERS] pgsql: Added some explanation about how the parser is generated, taken

2009-09-28 Thread Michael Meskes
Log Message: --- Added some explanation about how the parser is generated, taken from an email by Zoltan Boszormenyi . Added Files: --- pgsql/src/interfaces/ecpg/preproc: README.parser (r1.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecp