K 10 svn:author V 5 edwin K 8 svn:date V 27 2004-05-14T13:13:10.000000Z K 7 svn:log V 1080 [PATCH] databases/postgresql73: update to 7.3.6 * Revert erroneous changes in rule permissions checking * Repair incorrect order of operations in GetNewTransactionId() * Ensure configure selects -fno-strict-aliasing even when an external value for CFLAGS is supplied * Make pg_restore handle 64-bit off_t correctly * Make contrib/dblink not assume that local and remote type OIDs match (Joe) * Quote connectby()'s start_with argument properly (Joe) * Don't crash when a rowtype argument to a plpgsql function is NULL * Avoid generating invalid character encoding sequences in corner cases when planning LIKE operations * Ensure text_position() cannot scan past end of source string in multibyte cases (Korea PostgreSQL Users' Group) * Fix index optimization and selectivity estimates for LIKE operations on bytea columns (Joe) This version, as with most minor versions, does not require a dump/reload to put into place. PR: ports/63698 Submitted by: Palle Girgensohn END