Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...

From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:07:16
Message-ID: 42060000.1078326436@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

Hi,

Just realized that man pages are not installed. Reason is that
doc/man.tar.gz does not exists, but Makefile expects it. instead, there is
a doc/man-7.3.tar.gz...

/Palle

--On Wednesday, March 03, 2004 10:08:52 -0400 "Marc G. Fournier"
<scrappy(at)postgresql(dot)org> wrote:

>
> After several fixes were backpatches to the 7_3_STABLE branch, we have now
> released a 7.3.6. As the list of Changes since 7.3.5 is quite small, they
> are included in this email:
>
> * 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.
>
> As always, this release is available on all our mirrors, viable at:
>
> http://www.postgresql.org/mirrors-www.html
>
> And, thanks to David Fetter, is also available via BitTorrent at:
>
> http://bt.postgresql.org
>
> ----
> Marc G. Fournier Hub.Org Networking Services
> (http://www.hub.org) Email: scrappy(at)hub(dot)org Yahoo!: yscrappy
> ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Marc G. Fournier 2004-03-03 15:21:28 Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Previous Message Marc G. Fournier 2004-03-03 14:08:52 PostgreSQL 7.3.6 Now Available ...

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-03-03 15:08:56 Re: SPI memory managment issue
Previous Message Tom Lane 2004-03-03 15:04:29 Re: Selecting reals into doubles