Log Message:
---
debian/control now supports a Homepage field
Modified Files:
--
pgloader/debian:
control (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/debian/control.diff?r1=1.4&r2=1.5)
---(end of br
Log Message:
---
debian packaging review, second pass
Modified Files:
--
pgloader/debian:
dirs (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/debian/dirs.diff?r1=1.3&r2=1.4)
files (r1.6 -> r1.7)
(http://cvs.pg
Log Message:
---
More aggressive cleaning for preparing the orig tarball for debian
packaging.
Modified Files:
--
pgloader:
Makefile (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/Makefile.diff?r1=1.7&r2=1.8)
---
Log Message:
---
Version number bump for beta4
Modified Files:
--
pginst:
settings.projinc (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.11&r2=1.12)
---(end of broadcast)
Log Message:
---
Include missing setup script in zip file.
Modified Files:
--
pginst/package:
setup.bat (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/setup.bat.diff?r1=1.1&r2=1.2)
pginst:
pginst.proj (r1.
Log Message:
---
print connection age in disconnect message
Tags:
pgbouncer_1_1_stable
Modified Files:
--
pgbouncer/src:
objects.c (r1.27 -> r1.27.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.27&r2=1.27
Log Message:
---
[#1010202] Adding NpgsqlConnectionStringBuilder class (with cache support).
Thanks Tao Wang (dancefire at gmail dot com) for patches!
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bi
Log Message:
---
Add some documentation of the release process.
Added Files:
---
pginst:
RELEASE_PROCESS.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt?rev=1.1&content-type=text/x-cvsweb-markup)
-
Log Message:
---
Add missing documentation for SSPI packets.
Modified Files:
--
pgsql/doc/src/sgml:
protocol.sgml (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.68&r2=1.69)
---(end
Tom Lane wrote:
Removed Files:
-
pgsql/contrib/spi:
README.spi
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/README.spi)
Don't try to install a missing file ;) Install.pm needs an update, see
attached .diff
Best,
-Hannes
Index: src/tools/
On Mon, Dec 03, 2007 at 04:31:42PM +0100, Hannes Eder wrote:
> Tom Lane wrote:
> >Removed Files:
> >-
> >pgsql/contrib/spi:
> >README.spi
> >
> > (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/README.spi)
> >
>
> Don't try to install a missing file
Hannes Eder <[EMAIL PROTECTED]> writes:
> Don't try to install a missing file ;) Install.pm needs an update, see
> attached .diff
Ooops :-(. Looks like Magnus got to this mere seconds before I did.
regards, tom lane
---(end of broadcast)-
Log Message:
---
Don't try to install README.spi
Hannes Eder
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.25&r2=1.26)
---(end
Log Message:
---
Default to integer timestamps being off until 8.4, to correspond
to the settings used for other platforms.
Modified Files:
--
pgsql/src/tools/msvc:
config.pl (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/co
Log Message:
---
Remove contrib/spi/preprocessor, which has been uninteresting ever
since we supported standard FOREIGN KEY constraint syntax. It was
harmless enough just sitting there, but the prospect of having to
document it is surely more work than it's worth.
Removed Files:
-
Log Message:
---
Cleanup a bunch of compiler warnings, C++isms (spotted by Magnus) and other
issues found.
Modified Files:
--
server:
pldbgapi.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.c.diff?r1=1.1&r2=1.2)
Log Message:
---
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
indexable-clauses list for a btree index. Formerly it just Asserted that
all such clauses were opclauses, but that's no longer true in 8.3.
Per bug #3796 from Matthias Schoeneich.
Modified Files:
---
Log Message:
---
Entity-ify a passel of & < > characters. Per gripe from Devrim.
Modified Files:
--
pgsql/doc/src/sgml:
btree-gist.sgml (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/btree-gist.sgml?r1=1.2&r2=1.3)
cub
Log Message:
---
Simple arithmetic now works (yay!). Arithmetic operations follow the syntax
below:
x [AN] y
where operators are as follows:
SUM OF (sum)
DIFF OF (difference)
PRODUKT OF (product)
QUOSHUNT OF (quotient)
MOD OF (modulus)
BIGGR OF
19 matches
Mail list logo