Log Message:
---
Make the walwriter close it's handle to an old xlog segment if it's no longer
the current one. Not doing this would leave the walwriter with a handle to a
deleted file if there was nothing for it to do for a long period of time,
preventing the file from being completely re
Log Message:
---
Make the walwriter close it's handle to an old xlog segment if it's no longer
the current one. Not doing this would leave the walwriter with a handle to a
deleted file if there was nothing for it to do for a long period of time,
preventing the file from being completely re
Log Message:
---
Make the walwriter close it's handle to an old xlog segment if it's no longer
the current one. Not doing this would leave the walwriter with a handle to a
deleted file if there was nothing for it to do for a long period of time,
preventing the file from being completely re
[email protected] (Takahiro Itagaki) writes:
> Log Message:
> ---
> Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
> end with "duplicate connection name" errors.
> Backported to release 7.4.
The buildfarm says this patch broke 8.0 and 7.4.
Log Message:
---
In standby mode, respect checkpoint_segments in addition to
checkpoint_timeout to trigger restartpoints. We used to deliberately only
do time-based restartpoints, because if checkpoint_segments is small we
would spend time doing restartpoints more often than really necessar
Log Message:
---
Add index entry for ::, per complaint from John Gage.
Modified Files:
--
pgsql/doc/src/sgml:
syntax.sgml (r1.145 -> r1.146)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.145&r2=1.146)
--
Sent via pgsql-comm
Log Message:
---
Add index entry for ::, per complaint from John Gage.
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
syntax.sgml (r1.133.2.1 -> r1.133.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.133.
Log Message:
---
Update ALTER TABLE docs to account for exclusion and deferrable uniqueness
constraints
Dean Rasheed
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_table.sgml (r1.113 -> r1.114)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml
Log Message:
---
Fix incorrect change in dblink introduced by the previous commit
"Fix connection leak in dblink".
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.38.4.6 -> r1.38.4.7)
(http://anoncvs.postgresql.org/cvsweb.cgi
Log Message:
---
Fix incorrect change in dblink introduced by the previous commit
"Fix connection leak in dblink".
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.25.4.8 -> r1.25.4.9)
(http://anoncvs.postgresql.org/cvsweb.cgi
Tom Lane wrote:
> [email protected] (Takahiro Itagaki) writes:
> > Log Message:
> > ---
> > Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
> > end with "duplicate connection name" errors.
>
> > Backported to release 7.4.
>
> The buildfarm says this patch
Log Message:
---
Remove stray word from comment.
Modified Files:
--
pgsql/src/backend/catalog:
pg_largeobject.c (r1.39 -> r1.40)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_largeobject.c?r1=1.39&r2=1.40)
--
Sent via pgsql-commit
Log Message:
---
Quote all string values in EXPLAIN (FORMAT YAML) output.
While my previous attempt seems to always produce valid YAML, it
doesn't always produce YAML that means what it appears to mean,
because of tokens like "0xa" and "true", which without quotes will
be interpreted as in
Log Message:
---
Fix quite-bogus handling of arrays in plpython datum-to-PyObject
conversion. Per bug #5497 from David Gardner.
Modified Files:
--
pgsql/src/pl/plpython:
plpython.c (r1.143 -> r1.144)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/p
14 matches
Mail list logo