[COMMITTERS] pgsql: Fix canonicalize_path so "../.." isn't stripped off and ignored.

2005-08-10 Thread Bruce Momjian
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) ---

[COMMITTERS] uri - uri: Fix by DarcyB to compile against 7.x

2005-08-10 Thread User Applejack
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

[COMMITTERS] pgsql: Make new hints follow style guide.

2005-08-10 Thread Tom Lane
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

[COMMITTERS] pgsql: Add hints to cases where indexes fail because of values that are

2005-08-10 Thread Bruce Momjian
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.

[COMMITTERS] python - pq: Remove superfluous fatality state.

2005-08-10 Thread James William Pye
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

[COMMITTERS] bizgres - bizgres: added $BIZHOME

2005-08-10 Thread User Nitin
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)---

[COMMITTERS] pgsql: Document why Win32 loops over rename/unlink are necessary.

2005-08-10 Thread Bruce Momjian
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

[COMMITTERS] bizgres - bizgres: changed java vm memory settings to 128m and 512m

2005-08-10 Thread User Nitin
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)

[COMMITTERS] python - be: Add SXid() and Transact() module functions.

2005-08-10 Thread James William Pye
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

[COMMITTERS] pgsql: Add new FAQ information.

2005-08-10 Thread Bruce Momjian
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

[COMMITTERS] python - be: Only do handler based Python identification.

2005-08-10 Thread James William Pye
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

[COMMITTERS] python - be: If the call's iterator hits the end, it will return NULL

2005-08-10 Thread James William Pye
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

[COMMITTERS] pgpool - pgpool: If invalid non-switch args are given (for example,

2005-08-10 Thread User T-ishii
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