Log Message:
---
- Support encoding conversion (ENCODING = ).
- Support check the constraints (CHECK_CONSTRAINTS = YES).
Modified Files:
--
pgbulkload/bin/expected:
load_bin.out (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulklo
Log Message:
---
Add pgut-be header file.
Added Files:
---
pgbulkload/bin/pgut:
pgut-list.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut-list.h?rev=1.1&content-type=text/x-cvsweb-markup)
--
Sent via pgsql-committers
Log Message:
---
When estimating the selectivity of an inequality "column > constant" or
"column < constant", and the comparison value is in the first or last
histogram bin or outside the histogram entirely, try to fetch the actual
column min or max value using an index scan (if there is an
Log Message:
---
Silence compiler warning about printf format for HANDLE.
Modified Files:
--
pgsql/src/backend/port:
win32_shmem.c (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c?r1=1.14&r2=1.15)
--
Sent via