Re: [COMMITTERS] pgsql-server/doc TODO

2003-06-22 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > They've also got a nifty check in their scripts to make sure that > every file has a $PostgreSQL$ RCS keyword when a commit takes place. ... that part we definitely do NOT want ... regards, tom lane ---

Re: [COMMITTERS] pgsql-server/doc TODO

2003-06-22 Thread Sean Chittenden
> Log message: > Add: > > > * Change CVS $Id$ to $PostgreSQL$ This is simple and takes two seconds to do. The master CVS server has to be FreeBSD (or have the FreeBSD patches to CVS, which I'm pretty sure it does if it's running on hub.org): cd open_source/pgsql/CVSROOT echo

[COMMITTERS] pgsql-server/doc TODO

2003-06-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/23 01:31:25 Modified files: doc: TODO Log message: Add: > * Exit postmaster if postgresql.conf can not be opened ---(end of b

[COMMITTERS] pgsql-server/doc TODO

2003-06-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/23 01:00:10 Modified files: doc: TODO Log message: Add: * Allow SSL-enabled clients to turn off SSL transfers ---(end of broa

[COMMITTERS] pgsql-server/doc TODO

2003-06-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/23 00:52:25 Modified files: doc: TODO Log message: Add: > * Change CVS $Id$ to $PostgreSQL$ ---(end of broadcast)

[COMMITTERS] pgsql-server/ oc/src/sgml/catalogs.sgml oc/src ...

2003-06-22 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/22 19:04:56 Modified files: doc/src/sgml : catalogs.sgml xfunc.sgml xoper.sgml src/backend/access/hash: hashfunc.c src/backend/executor: execGrouping.c nodeAgg.c nodeHash

[COMMITTERS] pgsql-server/doc/src/sgml pltcl.sgml sources.sgml

2003-06-22 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/22 13:17:01 Modified files: doc/src/sgml : pltcl.sgml sources.sgml Log message: Fix some index entries. ---(end of broadcast)---

[COMMITTERS] pgsql-server/doc/src/sgml postgres.sgml arch-d ...

2003-06-22 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/22 13:16:44 Modified files: doc/src/sgml : postgres.sgml arch-dev.sgml Log message: Adjust chapter ordering in Internals part to something that seems more reasonable. -

[COMMITTERS] pgsql-server/src/interfaces/ecpg ChangeLog ecp ...

2003-06-22 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/22 08:00:48 Modified files: src/interfaces/ecpg: ChangeLog src/interfaces/ecpg/ecpglib: data.c Log message: Added missing terminating '\0' char for data put into char *.