Log Message:
---
Fix canonicalize_path so "../.." isn't stripped off and ignored.
Modified Files:
--
pgsql/src/port:
path.c (r1.51 -> r1.52)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.51&r2=1.52)
---
Log Message:
---
Fix by DarcyB to compile against 7.x
Modified Files:
--
uri:
uri.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/uri.c.diff?r1=1.7&r2=1.8)
---(end of broadcast)---
TIP 4
Log Message:
---
Make new hints follow style guide.
Modified Files:
--
pgsql/src/backend/access/nbtree:
nbtinsert.c (r1.122 -> r1.123)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtinsert.c.diff?r1=1.122&r2=1.123)
nb
Log Message:
---
Add hints to cases where indexes fail because of values that are too long.
Modified Files:
--
pgsql/src/backend/access/hash:
hashinsert.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/hash/hashinsert.
Log Message:
---
Remove superfluous fatality state. Failed covers this area well enough.
However, compensate a bit for the removal by adding a 'fatal' property to
client3.Transaction that identifies failed transactions that got an error
message with a severity of 'FATAL'.
Note, even 'faile
Log Message:
---
added $BIZHOME
Modified Files:
--
bizgres/KETL/conf:
Extra.Libraries (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/Extra.Libraries.diff?r1=1.2&r2=1.3)
---(end of broadcast)---
Log Message:
---
Document why Win32 loops over rename/unlink are necessary.
Modified Files:
--
pgsql/src/port:
dirmod.c (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.38&r2=1.39)
---(e
Log Message:
---
changed java vm memory settings to 128m and 512m
Modified Files:
--
bizgres/KETL/conf:
Extra.Config (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/Extra.Config.diff?r1=1.4&r2=1.5)
Log Message:
---
Add SXid() and Transact() module functions.
Transact, with fair safety, assumes that it will be invoked within a
transaction.
SXid gets the current SubTransactionId as an XID instance.
Modified Files:
--
be/src:
module.c (r1.20 -> r1.21)
(h
Log Message:
---
Add new FAQ information.
Martijn van Oosterhout
Modified Files:
--
pgsql/doc:
FAQ (r1.354 -> r1.355)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.354&r2=1.355)
pgsql/doc/src/FAQ:
FAQ.html (r1.310 -> r1.31
Log Message:
---
Only do handler based Python identification. While LanguageOid based
identification avoids hitting the fmgrinfo once, it's not a significant enough
improvement to justify special casing it. Multiple Languages can be bound to
the handler, so only keeping track of one languag
Log Message:
---
If the call's iterator hits the end, it will return NULL without exception, so
handle this case simply by returning None. (Probably more context dependent
logic should be used to identify what should actually happen here. However, for
now
this prevents a common invalid ERR
Log Message:
---
If invalid non-switch args are given (for example, pgpool -f
pgpool.conf foobar), pgpool silently deletes pgpool.pid even if it's a
valid one. Per report from Brad Nicholson.
Modified Files:
--
pgpool:
main.c (r1.6 -> r1.7)
(http://cvs.pgfo
13 matches
Mail list logo