cvs commit: ports/databases/postgresql73 Makefile distinfo
Edwin Groothuis
edwin at FreeBSD.org
Fri May 14 06:13:11 PDT 2004
edwin 2004/05/14 06:13:10 PDT
FreeBSD ports repository
Modified files:
databases/postgresql73 Makefile distinfo
Log:
[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 <girgen at pingpong.net>
Revision Changes Path
1.124 +4 -4 ports/databases/postgresql73/Makefile
1.32 +9 -4 ports/databases/postgresql73/distinfo
More information about the cvs-all
mailing list