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
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
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=
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
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
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.
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
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)
---
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)
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 ->
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&
11 matches
Mail list logo