Log Message:
---
Fix up hash functions for datetime datatypes so that they don't take
unwarranted liberties with int8 vs float8 values for these types.
Specifically, be sure to apply either hashint8 or hashfloat8 depending
on HAVE_INT64_TIMESTAMP. Per my gripe of even date.
Modified Files
Log Message:
---
Improve description of SPI_scroll_cursor_move's return values, per a
gripe by Pavel Stehule awhile ago.
Modified Files:
--
pgsql/doc/src/sgml:
spi.sgml (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/spi.sgml
Log Message:
---
When checking portals with strategy PORTAL_MULTI_SELECT need to consider cases
that are SELECT type statements (CREATE TABLE AS SELECT), and lock these even
if resource_select_only is off.
Modified Files:
--
bizgres/postgresql/src/backend/tcop:
pq
Log Message:
---
Update from 8.2.3 to 8.2.4 Postgres codebase.
Modified Files:
--
bizgres/postgresql:
HISTORY (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/HISTORY.diff?r1=1.2&r2=1.3)
INSTALL (r1.2 -> r1.3)