Log Message:
---
Properly parse Makefile after change from := to =.
Modified Files:
--
pgsql/src/tools/msvc:
Solution.pm (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.9&r2=1.10)
-
Log Message:
---
One more fix for makefile := to : change.
Modified Files:
--
pgsql/src/tools/msvc:
install.pl (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/install.pl.diff?r1=1.3&r2=1.4)
---(end of
Log Message:
---
Add script to run regression tests under vc++ without mingw. Update
clean script to properly clean up the result of it.
Modified Files:
--
pgsql/src/tools/msvc:
clean.bat (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/
Log Message:
---
Un-break build on ANSI compilers (like msvc) by moving Assert to position
after variable declarations.
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/util
Log Message:
---
Add:
> * Update our code to handle 64-bit timezone files to match the zic
> source code, which now uses them
Modified Files:
--
pgsql/doc:
TODO (r1.2085 -> r1.2086)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.20
Log Message:
---
Add ORDER BY to vacummdb so databases are scaned in the same order as
pg_dumpall.
Modified Files:
--
pgsql/src/bin/scripts:
vacuumdb.c (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/vacuumdb.c.diff?r1=1.1
Log Message:
---
Update /contrib/fuzzystrmatch error message to mention bytes, not just
'length', which can be characters.
Modified Files:
--
pgsql/contrib/fuzzystrmatch:
fuzzystrmatch.c (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/con
Log Message:
---
Add code so database scans are done in an order consistent with
pg_dumpall.
Modified Files:
--
pgsql/src/bin/scripts:
clusterdb.c (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/clusterdb.c.diff?r1=1.15&r2
Log Message:
---
Add URL for:
* Update Bonjour to work with newer cross-platform SDK
>
> http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2086 -> r1.2087)
(http://developer.postgresql.org/cvsweb
Log Message:
---
Improve postmaster's behavior if an accept() call fails. Because the server
socket is still read-ready, the code was a tight loop, wasting lots of CPU.
We can't do anything to clear the failure, other than wait, but we should give
other processes more chance to finish and
Log Message:
---
Disallow committing a prepared transaction unless we are in the same database
it was executed in. Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places. Per Heikki.
Modified Files:
--
pgsql/src/bac
Log Message:
---
Disallow committing a prepared transaction unless we are in the same database
it was executed in. Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places. Per Heikki.
Tags:
REL8_2_STABLE
Modified Files:
--
Log Message:
---
Disallow committing a prepared transaction unless we are in the same database
it was executed in. Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places. Per Heikki.
Tags:
REL8_1_STABLE
Modified Files:
--
Log Message:
---
Add:
> * Improve failure message when DROP DATABASE is used on a database that
> has prepared transactions
Modified Files:
--
pgsql/doc:
TODO (r1.2087 -> r1.2088)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2087&
Log Message:
---
holdable cursor support
Modified Files:
--
plpgpsm/src:
gram.y (r1.40 -> r1.41)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.40&r2=1.41)
pl_exec.c (r1.41 -> r1.42)
(http://cvs.pgfoundry.or
Log Message:
---
Add URL for:
* Update Bonjour to work with newer cross-platform SDK
> http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.php
Modified Files:
--
pgsql/doc:
TODO (r1.2088 -> r1.2089)
(http://developer.postgresql.org/cvsweb.cgi/
Log Message:
---
Add URL for:
>
> http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2089 -> r1.2090)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2089&r2=1.2090)
pg
Log Message:
---
Fix up foreign-key mechanism so that there is a sound semantic basis for the
equality checks it applies, instead of a random dependence on whatever
operators might be named "=". The equality operators will now be selected
from the opfamily of the unique index that the FK c
Log Message:
---
Add URL for:
* Allow SQL-language functions to return results from RETURNING queries
>
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2090 -> r1.2091)
(http://developer.postg
Log Message:
---
Fix capitalization and punctuation of two more GUC description strings.
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.373 -> r1.374)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.373&r
Log Message:
---
Add:
> * Improve logging of prepared statements recovered during startup
>
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2091 -> r1.2092)
(http://developer.postgresql.org/cv
Log Message:
---
Add:
> * Clean up casting in /contrib/isn
>
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2092 -> r1.2093)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1
Log Message:
---
Minor editorialization on operator-family documentation: put some
copied-and-pasted text in a more useful location.
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_opfamily.sgml (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pg
Log Message:
---
Move fsync method macro defines into /include/access/xlogdefs.h so they
can be used by src/tools/fsync/test_fsync.c.
Modified Files:
--
pgsql/src/backend/access/transam:
xlog.c (r1.263 -> r1.264)
(http://developer.postgresql.org/cvsweb.cgi/
Log Message:
---
Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.
Converting from char using 'D' doesn't make lots of sense, of course.
Report from Brendan Jurd.
Modified Files:
--
pgsql/src/backend/utils/adt:
formatting.c (r1.123 -> r1.124)
25 matches
Mail list logo