[COMMITTERS] python - typ: Correct range checks for int2-int8.

2006-07-15 Thread James William Pye
Log Message: --- Correct range checks for int2-int8. (Off by one on both sides.) Add one for int4 as Python's ints aren't always 32-bit. Modified Files: -- typ/src: numeric.py (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/n

[COMMITTERS] python - typ: Mark as 0.3.

2006-07-15 Thread James William Pye
Log Message: --- Mark as 0.3. Modified Files: -- typ: setup.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/setup.py.diff?r1=1.2&r2=1.3) ---(end of broadcast)--- TIP 5: don't forget

[COMMITTERS] pgsql: Remove 576 references of include files that were not needed.

2006-07-15 Thread Bruce Momjian
Log Message: --- Remove 576 references of include files that were not needed. Modified Files: -- pgsql/src/backend/access/common: heaptuple.c (r1.109 -> r1.110) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/heaptuple.c.diff?r1=

[COMMITTERS] pgsql: Fix a few places where $Id$ and $Header$ CVS tags had crept into

2006-07-15 Thread Tom Lane
Log Message: --- Fix a few places where $Id$ and $Header$ CVS tags had crept into the source tree. They should all be $PostgreSQL$ of course. Modified Files: -- pgsql/contrib/fuzzystrmatch: dmetaphone.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Fix lack of repeat-inclusion guard in win32 substitute

2006-07-15 Thread Tom Lane
Log Message: --- Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. I think this explains the 'implicit declaration of function gai_strerror' warnings visible in the current buildfarm report from snake: if sys/socket.h is included again after getaddrinfo.h, the file would

[COMMITTERS] pgsql: Put back another not-so-unnecessary #include, per report from

2006-07-15 Thread Tom Lane
Log Message: --- Put back another not-so-unnecessary #include, per report from Hiroshi Saito. Modified Files: -- pgsql/src/backend/storage/ipc: pmsignal.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/pmsignal.c.

[COMMITTERS] pgsql: Fix getDatumCopy(): don't use store_att_byval to copy into a

2006-07-15 Thread Tom Lane
Log Message: --- Fix getDatumCopy(): don't use store_att_byval to copy into a Datum variable (this accounts for regression failures on PPC64, and in fact won't work on any big-endian machine). Get rid of hardwired knowledge about datum size rules; make it look just like datumCopy(). Modif

[COMMITTERS] pgsql: Improve error message wording.

2006-07-15 Thread Tom Lane
Log Message: --- Improve error message wording. Modified Files: -- pgsql/src/backend/access/gin: gindatapage.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/gindatapage.c.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] pgsql: Put back some more not-so-unused-as-all-that #includes.

2006-07-15 Thread Tom Lane
Log Message: --- Put back some more not-so-unused-as-all-that #includes. This un-breaks the EXEC_BACKEND code on my machines, so hopefully it will fix the Windows buildfarm members. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.493 -> r1.494)

[COMMITTERS] pgsql: Fix some pgcrypto portability issues, per Marko Kreen.

2006-07-15 Thread Tom Lane
Log Message: --- Fix some pgcrypto portability issues, per Marko Kreen. Modified Files: -- pgsql/contrib/pgcrypto: imath.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/imath.c.diff?r1=1.1&r2=1.2) imath.h (r1.1 ->

[COMMITTERS] fulldisjunction - fd: more CTID attribute consolidation.

2006-07-15 Thread User Pgstudy
Log Message: --- more CTID attribute consolidation. index queries now up to standard in preparation for casting. Modified Files: -- fd: algstructs.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.13&