CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 20:50:52
Modified files:
src/test/regress: Tag: REL7_4_STABLE parallel_schedule
Log message:
Run stats test separately, not as part of a parallel group, to avoid
possibl
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 20:50:33
Modified files:
src/test/regress: parallel_schedule
Log message:
Run stats test separately, not as part of a parallel group, to avoid
possible failures due to s
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 20:45:26
Modified files:
src/backend/commands: async.c
src/backend/libpq: pqsignal.c
src/backend/main: main.c
src/backend/port: sysv_sema.c sysv_shmem.c
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 20:46:58
Modified files:
src/backend/libpq: pqsignal.c
Log message:
Pgindent win32 signal code.
---(end of broadcast)---
TIP 4:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:59:54
Modified files:
src/backend/postmaster: pgstat.c postmaster.c
src/backend/storage/ipc: ipci.c pmsignal.c
src/backend/tcop: postgres.c
src/backend/utils
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:54:58
Modified files:
src/backend/postmaster: pgstat.c postmaster.c
src/backend/storage/ipc: ipci.c pmsignal.c
src/backend/tcop: postgres.c
src/backend/utils
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:51:56
Modified files:
src/backend/access/transam: xact.c
src/backend/postmaster: pgstat.c postmaster.c
src/backend/storage/ipc: ipci.c pmsignal.c
src/backend
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:38:42
Modified files:
doc: TODO
Log message:
Add Name:
> * -Add checks for fclose() failure (Tom)
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:38:10
Modified files:
doc: TODO
Log message:
Done:
> * -Add checks for fclose() failure (Tom)
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:35:32
Modified files:
src/backend/access/transam: slru.c xlog.c
src/backend/commands: copy.c user.c
src/backend/postmaster: postmaster.c
src/backend/storage/
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 18:13:21
Modified files:
doc/src/sgml : libpq.sgml
Log message:
The attached patch clarifies (or, rather, makes explicit) to readers how
to handle memory management fo
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Tom Lane wrote:
> >> Not necessarily --- it could be out-of-disk-space, on at least some
> >> filesystems. More to the point, the important thing is not to commit a
>
> > I assume the operating system is already allocating file syste
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Not necessarily --- it could be out-of-disk-space, on at least some
>> filesystems. More to the point, the important thing is not to commit a
> I assume the operating system is already allocating file system space
> during the write,
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Tom Lane wrote:
> >> As I've said before, I think we need to find a way to stop using sync()
> >> altogether --- we have to move to fsync or O_SYNC and variants. sync
> >> has simply got the wrong API.
>
> > If sync failes (kernel to
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Tom Lane wrote:
> >> As I've said before, I think we need to find a way to stop using sync()
> >> altogether --- we have to move to fsync or O_SYNC and variants. sync
> >> has simply got the wrong API.
>
> > If sync failes (kernel to
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> As I've said before, I think we need to find a way to stop using sync()
>> altogether --- we have to move to fsync or O_SYNC and variants. sync
>> has simply got the wrong API.
> If sync failes (kernel to disk write failes) we have a
Jan Wieck wrote:
> 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
> > dep
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
> > proposal for th
Jan Wieck wrote:
> 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
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 15:16:41
Modified files:
src/backend/access/transam: Tag: REL7_3_STABLE varsup.c
Log message:
Repair incorrect order of operations in GetNewTransactionId(). We must
com
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 15:16:00
Modified files:
src/backend/access/transam: varsup.c
Log message:
Repair incorrect order of operations in GetNewTransactionId(). We must
complete ExtendCLOG()
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 15:16:23
Modified files:
src/backend/access/transam: Tag: REL7_4_STABLE varsup.c
Log message:
Repair incorrect order of operations in GetNewTransactionId(). We must
com
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 14:32:09
Modified files:
doc: TODO
Log message:
Added:
> * Dump large object comments in custom dump format
---(end of bro
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 13:26:31
Modified files:
doc/src/sgml/ref: execute.sgml prepare.sgml
Log message:
Add usage examples for PREPARE and EXECUTE. Original patch from Gavin
Sherry, editorial
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 11:08:58
Modified files:
contrib/ltree : Tag: REL7_4_STABLE README.ltree
Log message:
Docs fix from Kris Jurka <[EMAIL PROTECTED]>
---(end of broadca
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 11:08:52
Modified files:
contrib/ltree : README.ltree
Log message:
Docs fix from Kris Jurka <[EMAIL PROTECTED]>
---(end of broadcast)
26 matches
Mail list logo