Re: [COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE HISTORY

2003-11-14 Thread Peter Eisentraut
Bruce Momjian writes:

> Log message:
>   Update HISTORY to match release.sgml.

What do you use?  I tried my entire array of HTML to text converters but
couldn't generate output that looked like yours.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(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 runtime.sgml

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 11:43:22

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

Log message:
Fix misstatement about the required value of SEMVMX.  Given our current
usage of PGSemaMagic, the minimum required value is actually 537, but
say 1000 just to use a round number.  255 is *not* good enough.


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


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

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 11:43:35

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

Log message:
Fix misstatement about the required value of SEMVMX.  Given our current
usage of PGSemaMagic, the minimum required value is actually 537, but
say 1000 just to use a round number.  255 is *not* good enough.


---(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/bin/initdb initdb.c

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 13:19:35

Modified files:
src/bin/initdb : initdb.c 

Log message:
Add missing logic to handle fixing permissions on an already-existing
data directory.  Also fix handling of error conditions associated with
data directory checking step (can't use a boolean to distinguish four
possible result states...)


---(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/bin/initdb initdb.c

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 13:30:41

Modified files:
src/bin/initdb : initdb.c 

Log message:
Add fflush() before popen() calls; avoids any possible problem with
double or out-of-sequence output with child process.


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


Re: [COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE HISTORY

2003-11-14 Thread Bruce Momjian
Peter Eisentraut wrote:
> Bruce Momjian writes:
> 
> > Log message:
> > Update HISTORY to match release.sgml.
> 
> What do you use?  I tried my entire array of HTML to text converters but
> couldn't generate output that looked like yours.

Really?  I didn't do anything except 'gmake HISTORY'.  Does mine look
better or worse than yours?

I think the operative line was:

/usr/bin/perl -p -e 's/HISTORY

I am using Lynx Version 2.8.3rel.1 (23 Apr 2000).  I think I also have
older SGML tools than yours.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(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/ /HISTORY oc/src/sgml/release.sgml

2003-11-14 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 13:47:04

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

Log message:
Add release date for 7.4.


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


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

2003-11-14 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 13:47:49

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

Log message:
Add release date for 7.4.


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

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


[COMMITTERS] pgsql-server/doc Tag: REL7_4_STABLE FAQ TODO s ...

2003-11-14 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 13:54:16

Modified files:
doc: Tag: REL7_4_STABLE FAQ TODO 
doc/src/FAQ: Tag: REL7_4_STABLE FAQ.html 

Log message:
Update FAQ and TODO for 7.4.


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


[COMMITTERS] pgsql-server/doc Tag: REL7_4_STABLE FAQ_MSWIN

2003-11-14 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 14:07:48

Modified files:
doc: Tag: REL7_4_STABLE FAQ_MSWIN 

Log message:
Update FAQ_MSWIN for 7.4 branch.


---(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/bootstrap bootparse.y

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

Modified files:
src/backend/bootstrap: bootparse.y 

Log message:
Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C
can terminate the bootstrap run.


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

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


[COMMITTERS] pgsql-server/src/bin/initdb initdb.c

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 14:32:34

Modified files:
src/bin/initdb : initdb.c 

Log message:
Try to improve error handling for failures of backend subprocess.


---(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/ref Tag: REL7_4_STAB ...

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 18:56:25

Modified files:
doc/src/sgml/ref: Tag: REL7_4_STABLE create_table.sgml 

Log message:
Repair error in syntax documentation for CREATE TABLE: one does not put
a comma between multiple column_constraint's for a single column.
Per report from Tomislaw Kitynski.


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

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/doc/src/sgml/ref create_table.sgml

2003-11-14 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 18:56:11

Modified files:
doc/src/sgml/ref: create_table.sgml 

Log message:
Repair error in syntax documentation for CREATE TABLE: one does not put
a comma between multiple column_constraint's for a single column.
Per report from Tomislaw Kitynski.


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


[COMMITTERS] pgsql-server/src backend/nls.mk bin/pg_dump/po ...

2003-11-14 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 19:59:12

Modified files:
src/backend: nls.mk 
src/bin/pg_dump/po: pt_BR.po 
src/bin/psql/po: pt_BR.po 
Added files:
src/backend/po : pt_BR.po 
src/interfaces/jdbc/org/postgresql: errors_pt_BR.properties 

Log message:
Translation updates


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

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


[COMMITTERS] pgsql-server/ /HISTORY oc/src/sgml/release.sgml

2003-11-14 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 21:16:38

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

Log message:
Correct names of people with funny characters.


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


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

2003-11-14 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/11/14 21:16:53

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

Log message:
Correct names of people with funny characters.


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