Log Message:
---
\pset numericsep -> numericlocale.
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.147 -> r1.148)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.147&r2=1.148)
pgsql/src/bin/psql:
Log Message:
---
Documentation tweak: make CREATE OPERATOR CLASS into
an .
Modified Files:
--
pgsql/doc/src/sgml:
xindex.sgml (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.40&r2=1.41)
Log Message:
---
Added CSV and BINARY data formats to the buffered parsing execution path
of TEXT format. Code refactored and eliminated previous duplications.
Modified Files:
--
bizgres/postgresql/src/backend/commands:
copy.c (r1.2 -> r1.3)
(http://cvs.pgf
Log Message:
---
Back-patch fix for erroneous backslashing of LIKE pattern.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dumpall.c (r1.57.4.1 -> r1.57.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpal
Log Message:
---
Fix bogus backslash sequences, per Kris Jurka.
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/src/bin/pg_dump/po:
pt_BR.po (r1.1.2.1 -> r1.1.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/po/pt_BR.po.diff?r1=1.1.
Log Message:
---
Fix some bogosities in geometric-function documentation: add an entry
for circle(polygon), which was missing; remove bogus entry for
point(lseg, lseg), which does not exist, and the documentation seemed to
describe lseg_interpt, which we already document as an operator not
Log Message:
---
Adjust psql describe queries so that any pg_foo_is_visible() condition
is applied last, after other constraints such as name patterns. This
is useful first because the pg_foo_is_visible() functions are relatively
expensive, and second because it minimizes the prospects for
Log Message:
---
Avoid need for E'' construct by using regexp instead of LIKE. More
readable, and more like the other places in this file.
Modified Files:
--
pgsql/src/bin/psql:
describe.c (r1.121 -> r1.122)
(http://developer.postgresql.org/cvsweb.cgi/pgsq
Log Message:
---
Fix numiericsep length computations.
Eugen Nedelcu
Modified Files:
--
pgsql/src/bin/psql:
print.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.69&r2=1.70)
---(en
Log Message:
---
Fix len so decimal length is only added when a period appears in the output.
Modified Files:
--
pgsql/src/bin/psql:
print.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.70&r2=1.71)
-
Log Message:
---
It appears that Darwin (OS X) does not cope well with C functions that
have the same name as the containing shared library --- as best I can
tell, the compiler internally creates a function of that name, and does
not warn you about the conflict. Fix buildfarm failure in ba
Log Message:
---
Avoid use of E'', and thereby creating an unnecessary version-dependency,
by using LIKE...ESCAPE instead. Per suggestion by [EMAIL PROTECTED]
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dumpall.c (r1.63 -> r1.64)
(http://developer.postgre
Log Message:
---
pgcrypto documentation update. Marko Kreen
Modified Files:
--
pgsql/contrib/pgcrypto:
README.pgcrypto (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/README.pgcrypto.diff?r1=1.11&r2=1.12)
--
Log Message:
---
Small cleanups for pgcrypto. Marko Kreen
Modified Files:
--
pgsql/contrib/pgcrypto:
fortuna.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/fortuna.c.diff?r1=1.2&r2=1.3)
internal.c (r1.20 -> r1.2
Log Message:
---
Fortuna fixes. Marko Kreen
Modified Files:
--
pgsql/contrib/pgcrypto:
fortuna.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/fortuna.c.diff?r1=1.3&r2=1.4)
fortuna.h (r1.1 -> r1.2)
(http
Log Message:
---
Fix C++-style comments, per Rocco Altier.
Modified Files:
--
pgsql/contrib/pgcrypto:
pgp-compress.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-compress.c.diff?r1=1.2&r2=1.3)
pgp-decrypt.c (
Log Message:
---
MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned. Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the mem
Log Message:
---
MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned. Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the mem
Log Message:
---
MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned. Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the mem
Log Message:
---
MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned. Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the mem
Log Message:
---
MemSet() must not cast its pointer argument to int32* until after it has
checked that the pointer is actually word-aligned. Casting a non-aligned
pointer to int32* is technically illegal per the C spec, and some recent
versions of gcc actually generate bad code for the mem
21 matches
Mail list logo