[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html

2004-01-24 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/25 00:56:25 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: ---(end of broadcast)--- TIP 6:

[COMMITTERS] pgsql-server/doc TODO

2004-01-24 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/25 00:50:16 Modified files: doc: TODO Log message: Add Joe to TODO: > * Joe is Joe Conway <[EMAIL PROTECTED]> ---(end of broa

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

2004-01-24 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 23:30:01 Modified files: doc/src/sgml : runtime.sgml Log message: Fix typo I mistakenly added. ---(end of broadcast)--- TIP 8

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c c ...

2004-01-24 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 23:07:22 Modified files: src/bin/psql : command.c common.c common.h copy.c describe.c input.c mainloop.c prompt.c startup.c stringuti

Re: [COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Jan Wieck
Tom Lane wrote: Jan Wieck <[EMAIL PROTECTED]> writes: The whole point of the bgwriter is to give responsetimes a better variance, I never claimed that it will improve performance. I want to use it to improve reliability, by getting rid of our dependence on sync(). The bgwriter can afford to wai

[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html

2004-01-24 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 22:28:43 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: Update null storage description. ---(end of broadcast)---

Re: [COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Marc G. Fournier
On Sat, 24 Jan 2004, Tom Lane wrote: > Jan Wieck <[EMAIL PROTECTED]> writes: > > So far nobody bothered to make any other proposal how to cause the > > kernel to actually do some writing at all. A lot of people babble about > > fsync(), fdatasync() and fadvise and whatnot. A week ago I posted the

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

2004-01-24 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 20:36:18 Modified files: doc/src/sgml : runtime.sgml Log message: Mention that log_statement only prints query on PREPARE, not EXECUTE, and PL/pgSQL only prints querie

[COMMITTERS] pgsql-server/ oc/src/sgml/information_schema.s ...

2004-01-24 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 19:45:13 Modified files: doc/src/sgml : information_schema.sgml src/backend/catalog: information_schema.sql Log message: Support named parameters in information_schem

[COMMITTERS] pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...

2004-01-24 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 19:06:41 Modified files: doc/src/sgml : Tag: REL7_4_STABLE pltcl.sgml src/pl/tcl : Tag: REL7_4_STABLE pltcl.c Log message: Fix problems with dropped columns in pl

[COMMITTERS] pgsql-server/ oc/src/sgml/pltcl.sgml rc/pl/tcl ...

2004-01-24 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 19:06:29 Modified files: doc/src/sgml : pltcl.sgml src/pl/tcl : pltcl.c Log message: Fix problems with dropped columns in pltcl triggers, per report from Patrick

Re: [COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Tom Lane
Jan Wieck <[EMAIL PROTECTED]> writes: > So far nobody bothered to make any other proposal how to cause the > kernel to actually do some writing at all. A lot of people babble about > fsync(), fdatasync() and fadvise and whatnot. A week ago I posted the > proposal for this and got exactly zero re

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

2004-01-24 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 18:05:08 Modified files: doc/src/sgml : plpgsql.sgml Log message: Example of a function taking a composite type should show how to call it. ---(end o

Re: [COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Jan Wieck
Tom Lane wrote: [EMAIL PROTECTED] (Jan Wieck) writes: Added GUC variable bgwriter_flush_method controlling the action done by the background writer between writing dirty blocks and napping. none (default) no action sync bgwriter calls

Re: [COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Tom Lane
[EMAIL PROTECTED] (Jan Wieck) writes: > Added GUC variable bgwriter_flush_method controlling the action > done by the background writer between writing dirty blocks and > napping. > none (default) no action > sync bgwriter calls smgrsync() causin

[COMMITTERS] pgsql-server/src/bin/psql print.c

2004-01-24 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 16:43:26 Modified files: src/bin/psql : print.c Log message: Revert the change to print.c, as this breaks src/bin/scripts. The proper way to fix this is probably imple

[COMMITTERS] pgsql-server/src backend/storage/buffer/bufmgr ...

2004-01-24 Thread Jan Wieck
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 16:00:46 Modified files: src/backend/storage/buffer: bufmgr.c src/backend/utils/misc: guc.c postgresql.conf.sample src/include/storage: bufmgr.h Log message: A

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c c ...

2004-01-24 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 15:38:50 Modified files: src/bin/psql : command.c common.c common.h copy.c describe.c input.c mainloop.c print.c prompt.c startup.c s

[COMMITTERS] pgsql-server/src/backend/po sv.po

2004-01-24 Thread Dennis Bjorklund
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 03:30:40 Modified files: src/backend/po : sv.po Log message: Translation updates ---(end of broadcast)--- TIP 9: the planner wi