[COMMITTERS] pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.

2005-05-20 Thread Neil Conway
Log Message:
---
Fix typo in ECPG docs, per Andreas Seltenreich.

Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.63 -> r1.64)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.63&r2=1.64)

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


[COMMITTERS] pgsql: Fix typo in ECPG docs, per Andreas Seltenreich.

2005-05-20 Thread Neil Conway
Log Message:
---
Fix typo in ECPG docs, per Andreas Seltenreich.

Tags:

REL8_0_STABLE

Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.62.4.1 -> r1.62.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.62.4.1&r2=1.62.4.2)

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


[COMMITTERS] pgsql: Add support for wal_fsync_writethrough for Darwin, and

2005-05-20 Thread Bruce Momjian
Log Message:
---
Add support for wal_fsync_writethrough for Darwin, and restructure the
code to better handle writethrough.

Chris Campbell

Modified Files:
--
pgsql/doc/src/sgml:
runtime.sgml (r1.319 -> r1.320)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.319&r2=1.320)
pgsql/src/backend/access/transam:
xlog.c (r1.192 -> r1.193)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.192&r2=1.193)
pgsql/src/backend/storage/file:
fd.c (r1.115 -> r1.116)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.115&r2=1.116)
pgsql/src/include/access:
xlog.h (r1.60 -> r1.61)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h.diff?r1=1.60&r2=1.61)
pgsql/src/include/port:
darwin.h (r1.6 -> r1.7)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/darwin.h.diff?r1=1.6&r2=1.7)
win32.h (r1.44 -> r1.45)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.44&r2=1.45)
pgsql/src/include/storage:
fd.h (r1.50 -> r1.51)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/fd.h.diff?r1=1.50&r2=1.51)

---(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: Update Japanese FAQ.

2005-05-20 Thread Bruce Momjian
Log Message:
---
Update Japanese FAQ.

Jun Kuwamura

Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.22 -> r1.23)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.22&r2=1.23)
pgsql/doc/src/FAQ:
FAQ_japanese.html (r1.22 -> r1.23)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_japanese.html.diff?r1=1.22&r2=1.23)

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


[COMMITTERS] pgsql: Update Japanese FAQ.

2005-05-20 Thread Bruce Momjian
Log Message:
---
Update Japanese FAQ.

Jun Kuwamura

Tags:

REL8_0_STABLE

Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.21.4.1 -> r1.21.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.21.4.1&r2=1.21.4.2)
pgsql/doc/src/FAQ:
FAQ_japanese.html (r1.21.4.1 -> r1.21.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_japanese.html.diff?r1=1.21.4.1&r2=1.21.4.2)

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


Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers

2005-05-20 Thread Bruce Momjian
Tom Lane wrote:
> Alvaro Herrera <[EMAIL PROTECTED]> writes:
> > Excellent.  May I suggest the following so pgindent does not mess up
> > this comment:
> 
> Done, although I think it may not be necessary anymore.  pgindent seems
> less eager to reformat comments than it once was.  (Bruce, any info
> on that?)

I don't see any CVS commit that indicates a change.  What does happen is
that comments that start in the first column are not wrapped, but others
are unless the dashes are added like Alvaro suggested.

-- 
  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 8: explain analyze is your friend


Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers out of the

2005-05-20 Thread Tom Lane
Bruce Momjian  writes:
> I don't see any CVS commit that indicates a change.  What does happen is
> that comments that start in the first column are not wrapped, but others
> are unless the dashes are added like Alvaro suggested.

Ah.  I did not know there was a dependency on indentation.

regards, tom lane

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

   http://archives.postgresql.org


Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers

2005-05-20 Thread Bruce Momjian
Tom Lane wrote:
> Bruce Momjian  writes:
> > I don't see any CVS commit that indicates a change.  What does happen is
> > that comments that start in the first column are not wrapped, but others
> > are unless the dashes are added like Alvaro suggested.
> 
> Ah.  I did not know there was a dependency on indentation.

Yea, I looked in the BSD indent manual and then ran tests to see the
behavior.

-- 
  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 7: don't forget to increase your free space map settings


[COMMITTERS] python - lo: Remove invalid classifier.

2005-05-20 Thread James William Pye
Log Message:
---
Remove invalid classifier.

Modified Files:
--
lo:
setup.py (r1.8 -> r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/setup.py.diff?r1=1.8&r2=1.9)

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

   http://www.postgresql.org/docs/faq


[COMMITTERS] pgsql: Remove 2-phase description, because it isn't accurate anymore:

2005-05-20 Thread Bruce Momjian
Log Message:
---
Remove 2-phase description, because it isn't accurate anymore:
< 
<   This will involve adding a way to respond to commit failure by either
<   taking the server into offline/readonly mode or notifying the
<   administrator

Modified Files:
--
pgsql/doc:
TODO (r1.1531 -> r1.1532)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1531&r2=1.1532)
pgsql/doc/src/FAQ:
TODO.html (r1.38 -> r1.39)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.38&r2=1.39)

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

   http://www.postgresql.org/docs/faq


[COMMITTERS] python - me: Remove invalid classifier.

2005-05-20 Thread James William Pye
Log Message:
---
Remove invalid classifier.

Modified Files:
--
me:
setup.py (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/me/setup.py.diff?r1=1.6&r2=1.7)

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


[COMMITTERS] python - lo: Convenience interface to pg_config executables.

2005-05-20 Thread James William Pye
Log Message:
---
Convenience interface to pg_config executables.

import postgresql.utility.config as cf
i = cf.instance()
i.version, i.pkglibdir, i.includedir, i.includedir_server, etc.

Added Files:
---
lo/postgresql/utility:
config.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py?rev=1.1&content-type=text/x-cvsweb-markup)

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

   http://www.postgresql.org/docs/faq


[COMMITTERS] python - ex: Remove invalid classifier.

2005-05-20 Thread James William Pye
Log Message:
---
Remove invalid classifier.

Modified Files:
--
ex:
setup.py (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/setup.py.diff?r1=1.7&r2=1.8)

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

   http://archives.postgresql.org


[COMMITTERS] pgsql: Add: > * Allow INET + INT4/INT8 to increment the host part of

2005-05-20 Thread Bruce Momjian
Log Message:
---
Add:

> * Allow INET + INT4/INT8 to increment the host part of the address, or
>   throw an error

Modified Files:
--
pgsql/doc:
TODO (r1.1532 -> r1.1533)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1532&r2=1.1533)
pgsql/doc/src/FAQ:
TODO.html (r1.39 -> r1.40)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.39&r2=1.40)

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


[COMMITTERS] pgsql: Mention overflow: < throw an error > throw an error on

2005-05-20 Thread Bruce Momjian
Log Message:
---
Mention overflow:

<   throw an error
>   throw an error on overflow

Modified Files:
--
pgsql/doc:
TODO (r1.1533 -> r1.1534)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1533&r2=1.1534)
pgsql/doc/src/FAQ:
TODO.html (r1.40 -> r1.41)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.40&r2=1.41)

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


[COMMITTERS] pgsql: Remove excess parens, use Abs instead of : ?.

2005-05-20 Thread Bruce Momjian
Log Message:
---
Remove excess parens, use Abs instead of : ?.

Modified Files:
--
pgsql/src/backend/utils/adt:
datetime.c (r1.139 -> r1.140)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.139&r2=1.140)

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