Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Fix potential failure when hashing the output of a subplan that produces
a pass-by-reference datatype with a nontrivial projection step.
We were using the same memory context for the projection operation as for
the temporary context used by the hashtable routines in execGro
Log Message:
---
Show psql timing output even in quiet mode
These two settings ought to be independent of each other.
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/src/bin/psql:
common.c (r1.146 -> r1.146.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi
Log Message:
---
Show psql timing output even in quiet mode
These two settings ought to be independent of each other.
Modified Files:
--
pgsql/src/bin/psql:
common.c (r1.146 -> r1.147)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c?r
Log Message:
---
Add ssl_cipher() and ssl_version() functions to contrib/sslinfo.
Review by Dave Page.
Modified Files:
--
pgsql/contrib/sslinfo:
sslinfo.c (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.c?r1=1.8&r2=1.
Log Message:
---
Fix typo in PL/pgsql code example.
Backpatch to 8.4.
Marc Cousin. Review by Kevin Grittner.
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.142.2.1 -> r1.142.2.2)
(http://anoncvs.postgresql.org/cvsweb.cg
Log Message:
---
Fix typo in PL/pgsql code example.
Backpatch to 8.4.
Marc Cousin. Review by Kevin Grittner.
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.154 -> r1.154.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pg
Log Message:
---
Fix typo in PL/pgsql code example.
Backpatch to 8.4.
Marc Cousin. Review by Kevin Grittner.
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.154 -> r1.155)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml?
Log Message:
---
Spelling fixes
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.300 -> r1.301)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.300&r2=1.301)
datatype.sgml (r1.253 -> r1.254)
(http://anonc
Log Message:
---
Spelling fixes
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.294.2.1 -> r1.294.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.294.2.1&r2=1.294.2.2)
datatype.sgml
Log Message:
---
Spelling fixes
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
installation.sgml (r1.325.2.6 -> r1.325.2.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.325.2.6&r2=1.325.2.7)
l
Log Message:
---
Spelling fix
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
xml2.sgml (r1.4.2.1 -> r1.4.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xml2.sgml?r1=1.4.2.1&r2=1.4.2.2)
--
Sent via pgsql-committers mail
Log Message:
---
Spelling fix
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/contrib/xml2:
README.xml2 (r1.7 -> r1.7.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/README.xml2?r1=1.7&r2=1.7.2.1)
--
Sent via pgsql-committers mailing
Log Message:
---
Spelling fix
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/contrib/xml2:
README.xml2 (r1.3 -> r1.3.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/README.xml2?r1=1.3&r2=1.3.2.1)
--
Sent via pgsql-committers mailing
Log Message:
---
Spelling fix
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/xml2:
README.xml2 (r1.1.4.2 -> r1.1.4.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/README.xml2?r1=1.1.4.2&r2=1.1.4.3)
--
Sent via pgsql-committers
Log Message:
---
In postgresql.conf.sample, use on/off rather than true/false.
We used to be consistent about this, but my recent patch to add a
restart_after_crash GUC failed to follow the existing convention.
Report and patch from Fujii Masao.
Modified Files:
--
pgsql/s
20 matches
Mail list logo