Log Message:
---
Demo installation updates.
Documentation updates for installation procedures.
Modified Files:
--
veil/demo:
GNUmakefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/demo/GNUmakefile.diff?r1=1.1.1.1&r2=1.2)
Log Message:
---
[ Backpatch to 7.4.X.]
Also I fixed a bug in a bug fix I committed a few weeks ago. he check
for a varchar pointer was incomplete.
Michael Meskes
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.263.2.2
Log Message:
---
[ Backpatch to 8.0.X.]
Also I fixed a bug in a bug fix I committed a few weeks ago. he check
for a varchar pointer was incomplete.
Michael Meskes
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.303.4.
Log Message:
---
Add documentation mentioning that there are separate regression tests
for the PL languages and for contrib.
Modified Files:
--
pgsql/doc/src/sgml:
regress.sgml (r1.47 -> r1.48)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/
Log Message:
---
Improve documentation about CREATEROLE privilege.
Modified Files:
--
pgsql/doc/src/sgml:
user-manag.sgml (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/user-manag.sgml.diff?r1=1.30&r2=1.31)
pgsql/doc/src
Log Message:
---
Fix uppercase TRUE/FALSE that are WIN32 stuffl.
Modified Files:
--
pgsql/src/port:
getaddrinfo.c (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/getaddrinfo.c.diff?r1=1.19&r2=1.20)
---(en
Log Message:
---
Update regression output for new prepare transaction error messages.
Modified Files:
--
pgsql/src/test/regress/expected:
prepared_xacts.out (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/prepared_
Log Message:
---
Make stack_base_ptr non-static, for PL/Java.
Modified Files:
--
pgsql/src/backend/tcop:
postgres.c (r1.464 -> r1.465)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.464&r2=1.465)
---
Log Message:
---
Update krb_server_name to document that a missing entry defaults to
'localhost'.
Improve kerberos error message.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/
Log Message:
---
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
etc. match the docs, which talk about "transaction identifier" not
"gid" or "global transaction identifier".
Steve Woodcock
Modified Files:
--
pgsql/src/backend/access/transam:
Log Message:
---
Update documentation to reflect the new ALTER OWNER rules for all
affected types of objects.
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_aggregate.sgml (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/a
Log Message:
---
Describe the behavior of the SQL_ASCII encoding more accurately.
Modified Files:
--
pgsql/doc/src/sgml:
charset.sgml (r2.73 -> r2.74)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.73&r2=2.74)
---
Log Message:
---
Adjust the discussion of triggers to more clearly guide people in the
direction of writing triggers in a procedural language, rather than C.
Per discussion.
Modified Files:
--
pgsql/doc/src/sgml:
trigger.sgml (r1.43 -> r1.44)
(http://develo
Log Message:
---
The patch updates the documentation to reflect the fact that higher values
of client_min_messages (fatal + panic) are valid and also fixes a slight
issue with how psql tried to display error messages that aren't sent to
the client.
We often tell people to ignore errors in
Log Message:
---
Enable threaded python builds on freebsd5, per report from Jim C. Nasby
Modified Files:
--
pgsql:
configure (r1.457 -> r1.458)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.457&r2=1.458)
pgsql/config:
pyt
Log Message:
---
Turn off list of tables, figures, and examples.
Modified Files:
--
pgsql/doc/src/sgml:
stylesheet.dsl (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/stylesheet.dsl.diff?r1=1.28&r2=1.29)
Log Message:
---
When COPY fails to start, the loader will now include the error message
that the backend issued.
Modified Files:
--
bizgres/loader/src/native/com/deepgreen/loader:
lipqcmd.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgre
Log Message:
---
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
etc. match the docs, which talk about "transaction identifier" not
"gid" or "global transaction identifier".
Steve Woodcock
Modified Files:
--
pgsql/src/backend/access/transam:
Log Message:
---
Go back to emitting path names with forward slashes on Windows.
I'm not clear on what the double-backslash idea was intended to fix,
but it breaks at least mingw GNU Make. Per report from Thomas Hallgren.
Modified Files:
--
pgsql/src/bin/pg_config:
Log Message:
---
Back out this because of fear of changing error strings:
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
etc. match the docs, which talk about "transaction identifier" not
"gid" or "global transaction identifier".
Steve Woodcock
Modified Files:
---
Log Message:
---
Rewording, use the more common multi-threaded/single-threaded.
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.68&r2=1.69)
libpq.sg
Log Message:
---
Clarify causes of possible mismatch between Win32 libraries and
applications that use FILE pointers.
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.67 -> r1.68)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.
Log Message:
---
Some additional doc changes based around compression of page images in
WAL and the interaction of the new full_page_writes parameter with PITR.
The too-small WAL first sect1 has been merged with the one following
sect1 for clarity.
Some minor comments have been made in th
Log Message:
---
Mark xslt_process() as volatile.
Modified Files:
--
pgsql/contrib/xml2:
pgxml.sql.in (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.6&r2=1.7)
---(end of broadcas
Log Message:
---
Use get_progname() in backend main.c, rather than port-specific hack
that is too fragile.
Modified Files:
--
pgsql/src/backend/main:
main.c (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/main/main.c.diff?r1=1
Log Message:
---
Fix small oversight in recent patch to add more CREATE-FUNCTION-time
syntax checking to plpgsql: check_sql_expr() wasn't being called by
make_select_stmt(), so that there was no SQL syntax check for SELECT
statements.
Modified Files:
--
pgsql/src/pl/plpgsql
Log Message:
---
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
Modified Files:
--
pgsql/contrib/xml2:
pgxml.sql.in (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.5&r2=1.6)
--
Log Message:
---
Fix capitalization of example.
Modified Files:
--
pgsql/contrib/xml2:
pgxml.sql.in (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/pgxml.sql.in.diff?r1=1.4&r2=1.5)
pgsql/doc/src/sgml/ref:
copy.sgml
Log Message:
---
Update swedish translation
Modified Files:
--
pginst/lang:
sv.xml (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.13&r2=1.14)
---(end of broadcast)-
29 matches
Mail list logo