Log Message:
---
Change shell syntax that seems not to work right on FreeBSD 6-CURRENT
buildfarm machines.
Modified Files:
--
pgsql/src/test/regress:
pg_regress.sh (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regres
Log Message:
---
Add lock file contents printout to "can't happen" case to help
investigate buildfarm failures.
Modified Files:
--
pgsql/src/backend/utils/init:
miscinit.c (r1.141 -> r1.142)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/util
Log Message:
---
Trivial code clarity improvement to UpdateStats(); no functional change.
Modified Files:
--
pgsql/src/backend/catalog:
index.c (r1.256 -> r1.257)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c.diff?r1=1.256&r2
Log Message:
---
Fix bogus assumption that sizeof() produces an int-sized result.
Modified Files:
--
pgsql/contrib/tsearch2:
gistidx.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/gistidx.c.diff?r1=1.7&r2=1.8)
-
Log Message:
---
Minor documentation update for RAISE expression patch.
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.72&r2=1.73)
-
Log Message:
---
Avoid unnecessary palloc overhead in _bt_first(). The temporary
scankeys arrays that it needs can never have more than INDEX_MAX_KEYS
entries, so it's reasonable to just allocate them as fixed-size local
arrays, and save the cost of palloc/pfree. Not a huge savings, but
a
Log Message:
---
Need #include on some platforms.
Modified Files:
--
pgsql/src/backend/access/transam:
twophase.c (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.5&r2=1.6)
--
Log Message:
---
Simplify uses of readdir() by creating a function ReadDir() that
includes error checking and an appropriate ereport(ERROR) message.
This gets rid of rather tedious and error-prone manipulation of errno,
as well as a Windows-specific bug workaround, at more than a dozen
call
Log Message:
---
Cleanup and temporary work-around for pg.util.config.
Modified Files:
--
be:
setup.py (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.13&r2=1.14)
---(end of broadcast)-
Log Message:
---
Call the expectation with the object as the argument set if it is a composite or
an array. (Actually identify resultinfo as an RSI instead of assuming it to be.)
Modified Files:
--
be/include/pypg/call:
pl.h (r1.5 -> r1.6)
(http://cvs.pgfou
Log Message:
---
Actually identify the resultinfo node as ReturnSetInfo, and use
ecxt_per_query_memory for VPC SRF returns.(?)
Modified Files:
--
be/src:
pl.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.16&r2=1
Log Message:
---
Arrange to fsync two-phase-commit state files only during checkpoints;
given reasonably short lifespans for prepared transactions, this should
mean that only a small minority of state files ever need to be fsynced
at all. Per discussion with Heikki Linnakangas.
Modified F
Log Message:
---
Minor cleanups.
Modified Files:
--
be/src/call:
function.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/call/function.c.diff?r1=1.5&r2=1.6)
be/src:
utils.c (r1.9 -> r1.10)
(http://cvs.pgfoun
Log Message:
---
default use_vpath to false
Modified Files:
--
client-code:
build-farm.conf (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.9&r2=1.10)
---(end of broadc
Log Message:
---
additions for mail events
Modified Files:
--
client-code:
build-farm.conf (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.8&r2=1.9)
---(end of broadcast
Log Message:
---
Fix handling of composite types (rendering instances).
Also, if type_call gets a instance of the type as args, just return it. This is
handles a low-level case where the function may receive a composite or array
instance as args, instead of the usual Python tuple. (This is
Log Message:
---
Default free to false.
(HeapTuple_FromTupleDescAndPySequence seems broken, and the From-Iterable
variant
seems more general, so it is likely that From-Sequence will simply be removed)
Modified Files:
--
be/src:
tif.c (r1.7 -> r1.8)
(http:/
Log Message:
---
Add IsArray macro. (Doesn't check if it's a "real" array)
Modified Files:
--
be/include/pypg:
type.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/type.h.diff?r1=1.6&r2=1.7)
---(
Log Message:
---
Explicitly set the appropriate type id in the Datum Tuple.
Modified Files:
--
be/src:
object.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/object.c.diff?r1=1.8&r2=1.9)
---(end of broadc
Log Message:
---
Ignore dot files.
Modified Files:
--
be/test:
regress.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/regress.py.diff?r1=1.2&r2=1.3)
---(end of broadcast)---
TIP
Log Message:
---
Add comment about \# in bcc makefiles.
Modified Files:
--
pgsql/src/bin/psql:
bcc32.mak (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.diff?r1=1.13&r2=1.14)
---(end of broa
Log Message:
---
Add comment about \# in bcc makefiles.
Modified Files:
--
pgsql/src/interfaces/libpq:
bcc32.mak (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.18&r2=1.19)
---
Log Message:
---
Cleanup for Win32 compile.
Andreas Pflug
Modified Files:
--
pgsql/src/bin/psql:
win32.mak (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/win32.mak.diff?r1=1.27&r2=1.28)
pgsql/src/interfaces/libpq:
Log Message:
---
Added Files:
---
uri:
AUTHORS (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/AUTHORS?rev=1.1&content-type=text/x-cvsweb-markup)
COPYING (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/COPYING?rev=1.1&c
24 matches
Mail list logo