[COMMITTERS] pgsql-server/src/bin/initdb/po de.po

2003-12-02 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/02 06:24:37

Modified files:
src/bin/initdb/po: de.po 

Log message:
Fix some small errors.


---(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


[COMMITTERS] pgsql-server/src/include/utils Tag: REL7_4_STA ...

2003-12-02 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/02 08:40:08

Modified files:
src/include/utils: Tag: REL7_4_STABLE builtins.h 

Log message:
The attached patch enables contrib/cube to build cleanly under Cygwin
(again).  Please consider this patch for the 7.4.1 branch (if there
will be one) too.

Jason Tishler


---(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


[COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...

2003-12-02 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/02 12:14:45

Modified files:
doc/src/sgml   : Tag: REL7_4_STABLE release.sgml 

Log message:
Update release notes for 7.3.5.


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

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


[COMMITTERS] pgsql-server/doc/src/sgml release.sgml

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

Modified files:
doc/src/sgml   : release.sgml 

Log message:
Update release notes for 7.3.5.


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


[COMMITTERS] pgsql-server/ /Tag: /REL7_3_STABLE /HISTORY oc ...

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

Modified files:
.  : Tag: REL7_3_STABLE HISTORY 
doc/src/sgml   : Tag: REL7_3_STABLE release.sgml 

Log message:
Update release notes for 7.3.5.


---(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


[COMMITTERS] pgsql-server/ /Tag: /REL7_3_STABLE /configure ...

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

Modified files:
.  : Tag: REL7_3_STABLE configure configure.in 
doc: Tag: REL7_3_STABLE bug.template 
src/include: Tag: REL7_3_STABLE pg_config.h.win32 
src/interfaces/libpq: Tag: REL7_3_STABLE libpq.rc 

Log message:
Brand 7.3.5.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[COMMITTERS] pgsql-server/. Tag: REL7_3_STABLE INSTALL

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

Modified files:
.  : Tag: REL7_3_STABLE INSTALL 

Log message:
Brand 7.3.5.


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


[COMMITTERS] pgsql-server/src backend/access/transam/xact.c ...

2003-12-02 Thread Joe Conway
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/12/02 15:26:47

Modified files:
src/backend/access/transam: xact.c 
src/backend/executor: spi.c 
src/include/executor: spi.h 

Log message:
Add a warning to AtEOXact_SPI() to catch cases where the current
transaction has been committed without SPI_finish() being called
first. Per recent discussion here:
http://archives.postgresql.org/pgsql-patches/2003-11/msg00286.php


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])