[COMMITTERS] pgsql: Remove links to old Win32 source code ports.

2007-07-31 Thread Bruce Momjian
Log Message: --- Remove links to old Win32 source code ports. Modified Files: -- pgsql/doc: FAQ_MINGW (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_MINGW.diff?r1=1.7&r2=1.8) ---(end of broadcast)--

[COMMITTERS] veil - veil: Fix for changes forecast

2007-07-31 Thread User Bloodnok
Log Message: --- Fix for changes forecast Modified Files: -- veil/docs: Doxyfile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile.diff?r1=1.8&r2=1.9) veil/src: veil_mainpage.c.in (r1.7 -> r1.8) (http:/

[COMMITTERS] veil - veil: Changes for version 0.9.5.

2007-07-31 Thread User Bloodnok
Log Message: --- Changes for version 0.9.5. Primarily this is a bug fix release for the malloc bug in allocation of bitmap refs. Typos and revision notes Modified Files: -- veil: GNUmakefile.in (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] edb-debugger - server: Add a readme file

2007-07-31 Thread User Dpage
Log Message: --- Add a readme file Modified Files: -- server: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.3&r2=1.4) Added Files: --- server: pldebugger.README (r1.1)

[COMMITTERS] edb-debugger - server: Remove an EDB specific function

2007-07-31 Thread User Dpage
Log Message: --- Remove an EDB specific function Modified Files: -- server: pldbgapi.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.sql.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] edb-debugger - server: Fix the Makefile for OS X

2007-07-31 Thread User Dpage
Log Message: --- Fix the Makefile for OS X Modified Files: -- server: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.2&r2=1.3) ---(end of broadcast)---

[COMMITTERS] pgsql: Fix a bug in the original implementation of redundant-join-clause

2007-07-31 Thread Tom Lane
Log Message: --- Fix a bug in the original implementation of redundant-join-clause removal: clauses in which one side or the other references both sides of the join cannot be removed as redundant, because that expression won't have been constrained below the join. Per report from Sergey Bu

[COMMITTERS] pgsql: Fix a bug in the original implementation of redundant-join-clause

2007-07-31 Thread Tom Lane
Log Message: --- Fix a bug in the original implementation of redundant-join-clause removal: clauses in which one side or the other references both sides of the join cannot be removed as redundant, because that expression won't have been constrained below the join. Per report from Sergey Bu

[COMMITTERS] pgsql: Fix a bug in the original implementation of redundant-join-clause

2007-07-31 Thread Tom Lane
Log Message: --- Fix a bug in the original implementation of redundant-join-clause removal: clauses in which one side or the other references both sides of the join cannot be removed as redundant, because that expression won't have been constrained below the join. Per report from Sergey Bu

[COMMITTERS] pgsql: Fix a bug in the original implementation of redundant-join-clause

2007-07-31 Thread Tom Lane
Log Message: --- Fix a bug in the original implementation of redundant-join-clause removal: clauses in which one side or the other references both sides of the join cannot be removed as redundant, because that expression won't have been constrained below the join. Per report from Sergey Bu

[COMMITTERS] pgsql: Fix a bug in the original implementation of redundant-join-clause

2007-07-31 Thread Tom Lane
Log Message: --- Fix a bug in the original implementation of redundant-join-clause removal: clauses in which one side or the other references both sides of the join cannot be removed as redundant, because that expression won't have been constrained below the join. Per report from Sergey Bu

[COMMITTERS] pgsql: If we're gonna use ExecRelationIsTargetRelation here, might as

2007-07-31 Thread Tom Lane
Log Message: --- If we're gonna use ExecRelationIsTargetRelation here, might as well simplify a bit further. Modified Files: -- pgsql/src/backend/executor: execUtils.c (r1.148 -> r1.149) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
Log Message: --- Fix security definer functions with polymorphic arguments. This case has never worked because fmgr_security_definer() neglected to pass the fn_expr information through. Per report from Viatcheslav Kalinin. Tags: REL8_0_STABLE Modified Files: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
Log Message: --- Fix security definer functions with polymorphic arguments. This case has never worked because fmgr_security_definer() neglected to pass the fn_expr information through. Per report from Viatcheslav Kalinin. Tags: REL7_4_STABLE Modified Files: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
Log Message: --- Fix security definer functions with polymorphic arguments. This case has never worked because fmgr_security_definer() neglected to pass the fn_expr information through. Per report from Viatcheslav Kalinin. Tags: REL8_1_STABLE Modified Files: -- pgsq

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
Log Message: --- Fix security definer functions with polymorphic arguments. This case has never worked because fmgr_security_definer() neglected to pass the fn_expr information through. Per report from Viatcheslav Kalinin. Modified Files: -- pgsql/src/backend/utils/fmgr:

[COMMITTERS] pgsql: Fix security definer functions with polymorphic arguments.

2007-07-31 Thread Tom Lane
Log Message: --- Fix security definer functions with polymorphic arguments. This case has never worked because fmgr_security_definer() neglected to pass the fn_expr information through. Per report from Viatcheslav Kalinin. Tags: REL8_2_STABLE Modified Files: -- pgsq

[COMMITTERS] edb-debugger - server: Makefile should now work on Mingw

2007-07-31 Thread User Korryd
Log Message: --- Makefile should now work on Mingw Modified Files: -- server: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.1&r2=1.2) ---(end of broadcast)---