Log Message:
---
Marginal tweaks in the documentation for ORDER BY; in particular point
out the common error that ORDER BY x, y DESC does not mean the same as
ORDER BY x DESC, y DESC.
Modified Files:
--
pgsql/doc/src/sgml:
queries.sgml (r1.40 -> r1.41)
(htt
Log Message:
---
Add GUC log_temp_files to log the use of temporary files.
Bill Moran
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.99 -> r1.100)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.99&r2=1.100)
Log Message:
---
Done:
> * -Add ability to monitor the use of temporary sort files
Modified Files:
--
pgsql/doc:
TODO (r1.2032 -> r1.2033)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2032&r2=1.2033)
pgsql/doc/src/FAQ:
T
Log Message:
---
Enable another five tuple status bits by using the high bits of the
nattr field, and rename the field.
Heikki Linnakangas
Modified Files:
--
pgsql/src/backend/access/common:
heaptuple.c (r1.113 -> r1.114)
(http://developer.postgresql.org/c
Log Message:
---
Remove trace macro call from new log_temp_files, until it gets more
research.
Modified Files:
--
pgsql/src/backend/storage/file:
fd.c (r1.133 -> r1.134)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1
Log Message:
---
Have log_temp_files be in kilobytes, remove trace call.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.100 -> r1.101)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.100&r2=1.101)
pgsql/src/b
Log Message:
---
Build SGML documention output several times if necessary to have proper
indexes; add 'draft' option to disable it.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.87 -> r1.88)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/s
Log Message:
---
Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279,
which was obsoleted by RFC 3629.
Michael Fuhr
Modified Files:
--
pgsql/doc:
README.mb.big5 (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/README.mb.
Log Message:
---
Add:
>
> * Improve merge join performance by allowing mark/restore of
> tuple sources
>
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2033 -> r1.2034)
(http://developer.
Log Message:
---
Add .cvsignore file
Added Files:
---
pghotbackup:
.cvsignore (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pghotbackup/pghotbackup/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup)
---(end of broadcast)---
Log Message:
---
Update copyright year
Modified Files:
--
pgsql/contrib/pgbench:
pgbench.c (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.59&r2=1.60)
---(end of broadcast)-
Log Message:
---
Backport patch.
Call srandom() instead of srand().
pgbench calls random() later, so it should have called srandom().
On most platforms except Windows srandom() is actually identical
to srand(), so the bug only bites Windows users.
per bug report from Akio Ishida.
Tags:
--
Log Message:
---
Back port patch.
Call srandom() instead of srand().
pgbench calls random() later, so it should have called srandom().
On most platforms except Windows srandom() is actually identical
to srand(), so the bug only bites Windows users.
per bug report from Akio Ishida.
Tags:
-
Log Message:
---
In SGML Makefile, set proper targets for recursive calls.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.88 -> r1.89)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.88&r2=1.89)
--
Log Message:
---
Update copyright script to allow spaces around dash.
Modified Files:
--
pgsql/contrib/adminpack:
adminpack.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.c.diff?r1=1.8&r2=1.9)
pgsql/src/to
Update of /cvsroot/npgsql/Npgsql2/src/Npgsql/Web
In directory pgfoundry.org:/tmp/cvs-serv44531/Npgsql/Web
Log Message:
Directory /cvsroot/npgsql/Npgsql2/src/Npgsql/Web added to the repository
---(end of broadcast)---
TIP 3: Have you checked our ext
Log Message:
---
2007-01-10 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* Added ASP.Net providers implementation by Jon Asher. Thanks also to
Federico Di Gregorio for help and feedback on this work. Modified Npgsql.build
to compile these providers.
Modified Files:
--
Log Message:
---
This patch enables verbose output when building all projects. This is
the same output level that was used when building a single project
before, and really needed to get reasonable information about what
happens (non-verbose just says "starting build of foo" and "done
build
Log Message:
---
Attached patch fixes two problems:
1) gendef works from inside visual studio - use a tempfile instead of
redirection, because for some reason you can't redirect dumpbin from
inside (patch from Joachim Wieland)
2) gendef must process only *.obj, or you get weird errors in s
19 matches
Mail list logo