[COMMITTERS] pgsql-server/src/interfaces/ecpg include/Tag: ...

2003-12-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 14:55:07

Modified files:
src/interfaces/ecpg/include: Tag: REL7_4_STABLE Makefile 
 datetime.h decimal.h 
 ecpg_informix.h 
src/interfaces/ecpg/preproc: Tag: REL7_4_STABLE Makefile ecpg.c 
Removed files:
src/interfaces/ecpg/include: Tag: REL7_4_STABLE compatlib.h 

Log message:
Move Informix compatibility include files out of the way.  compatlib.h
was integrated into ecpg_informix.h, the other ones go into their own
subdirectory that is automatically considered by the embedded preprocessor
when in Informix mode.


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql-server/src/interfaces/ecpg include/Makef ...

2003-12-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 14:55:09

Modified files:
src/interfaces/ecpg/include: Makefile datetime.h decimal.h 
 ecpg_informix.h 
src/interfaces/ecpg/preproc: Makefile ecpg.c 
Removed files:
src/interfaces/ecpg/include: compatlib.h 

Log message:
Move Informix compatibility include files out of the way.  compatlib.h
was integrated into ecpg_informix.h, the other ones go into their own
subdirectory that is automatically considered by the embedded preprocessor
when in Informix mode.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/contrib/tsearch2/ispell spell.c

2003-12-18 Thread Teodor Sigaev
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 15:27:54

Modified files:
contrib/tsearch2/ispell: spell.c 

Log message:
Fix signed char in comparison and check memory allocation


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src backend/executor/execAmi.c ba ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 16:21:37

Modified files:
src/backend/executor: execAmi.c execUtils.c 
src/include/executor: executor.h 

Log message:
Ensure set-returning functions in the targetlist of a plan node will be
shut down cleanly if the plan node is ReScanned before the SRFs are run
to completion.  This fixes the problem for SQL-language functions, but
still need work on functions using the SRF_XXX() macros.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[COMMITTERS] pgsql-server/src backend/executor/Tag: backend ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 16:21:53

Modified files:
src/backend/executor: Tag: REL7_4_STABLE execAmi.c execUtils.c 
src/include/executor: Tag: REL7_4_STABLE executor.h 

Log message:
Ensure set-returning functions in the targetlist of a plan node will be
shut down cleanly if the plan node is ReScanned before the SRFs are run
to completion.  This fixes the problem for SQL-language functions, but
still need work on functions using the SRF_XXX() macros.


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib inf ...

2003-12-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 16:25:58

Modified files:
src/interfaces/ecpg/compatlib: informix.c 

Log message:
Forgot to change one compatlib.h.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/src/interfaces/ecpg/compatlib Tag ...

2003-12-18 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 16:25:57

Modified files:
src/interfaces/ecpg/compatlib: Tag: REL7_4_STABLE informix.c 

Log message:
Forgot to change one compatlib.h.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src backend/executor/execQual.c i ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 18:23:42

Modified files:
src/backend/executor: execQual.c 
src/include/nodes: execnodes.h 

Log message:
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
evaluating a set-valued function.  This fixes some additional problems
with rescanning partially-evaluated SRFs.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src backend/executor/Tag: backend ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 18:23:55

Modified files:
src/backend/executor: Tag: REL7_4_STABLE execQual.c 
src/include/nodes: Tag: REL7_4_STABLE execnodes.h 

Log message:
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
evaluating a set-valued function.  This fixes some additional problems
with rescanning partially-evaluated SRFs.


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql-server/src backend/libpq/be-secure.c int ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 18:49:26

Modified files:
src/backend/libpq: be-secure.c 
src/interfaces/libpq: fe-secure.c 

Log message:
Fix memory leak with SSL connections due to missing X509_free() calls.
Per Neil Conway.


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[COMMITTERS] pgsql-server/src backend/libpq/Tag: backend/li ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 18:49:34

Modified files:
src/backend/libpq: Tag: REL7_4_STABLE be-secure.c 
src/interfaces/libpq: Tag: REL7_4_STABLE fe-secure.c 

Log message:
Fix memory leak with SSL connections due to missing X509_free() calls.
Per Neil Conway.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[COMMITTERS] pgsql-server/src/backend/utils/fmgr Tag: REL7_ ...

2003-12-18 Thread Joe Conway
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 20:00:27

Modified files:
src/backend/utils/fmgr: Tag: REL7_4_STABLE funcapi.c 

Log message:
Use a shutdown callback to ensure proper clean up when rescanning
partially-evaluated SRFs. Per report found here:
http://archives.postgresql.org/pgsql-general/2003-12/msg00851.php


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[COMMITTERS] pgsql-server/src/backend/utils/fmgr funcapi.c

2003-12-18 Thread Joe Conway
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/18 20:02:11

Modified files:
src/backend/utils/fmgr: funcapi.c 

Log message:
Use a shutdown callback to ensure proper clean up when rescanning
partially-evaluated SRFs. Per report found here:
http://archives.postgresql.org/pgsql-general/2003-12/msg00851.php


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql-server/src/backend/utils/adt Tag: REL7_4 ...

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/19 00:56:54

Modified files:
src/backend/utils/adt: Tag: REL7_4_STABLE varlena.c 

Log message:
Make to_hex() behave portably on negative input values (treat them as
unsigned integers).  Per report from Jim Crate.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src/backend/utils/adt varlena.c

2003-12-18 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/19 00:56:41

Modified files:
src/backend/utils/adt: varlena.c 

Log message:
Make to_hex() behave portably on negative input values (treat them as
unsigned integers).  Per report from Jim Crate.


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly