Обсуждение: 6.5.1 CHANGES

Поиск
Список
Период
Сортировка

6.5.1 CHANGES

От
Bruce Momjian
Дата:
Here are the new items for 6.5.1.  Changes?

---------------------------------------------------------------------------

Add NT README file
Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
Remove QUERY_LIMIT, use SELECT...LIMIT
Fix for EXPLAIN on inheritance(Tom)
Patch to allow vacuum on multi-segment tables(Hiroshi)
R=Tree optimizer selectivity fix(Tom)
ACL file descriptor leak fix(Atsushi Ogawa)
New expresssion subtree code(Tom)
Avoid disk writes for read-only transactions(Vadim)
Fix for removal of temp tables if last transaction was aborted(Bruce)
Fix to prevent too large tuple from being created(Bruce)
plpgsql fixes
Allow port numbers 32k - 64k(Bruce)
Add ^ precidence(Bruce)
Rename sort files called pg_temp to pg_sorttemp(Bruce)
Fix for microseconds in time values(Tom)
Tutorial source cleanup
New linux_m68k port
Fix for sorting of NULL's in rare cases(Tom)


Re: [HACKERS] 6.5.1 CHANGES

От
Tom Lane
Дата:
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> Here are the new items for 6.5.1.  Changes?
> ...
> Fix for sorting of NULL's in rare cases(Tom)

I dunno if it was "rare" or not --- basically, anytime you did a
multicolumn sort where some tuples match up to and including a
NULL column, you'd find that the columns to the right of the NULL
weren't sorted.  Maybe instead write

* Fix for sorting of NULLs in multicolumn sorts

A couple other things to add:

* Shared library dependencies fixed (this time for sure ;-))
* Fixed glitches affecting GROUP BY in subselects
        regards, tom lane


Re: [HACKERS] 6.5.1 CHANGES

От
Bruce Momjian
Дата:
Done.

> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > Here are the new items for 6.5.1.  Changes?
> > ...
> > Fix for sorting of NULL's in rare cases(Tom)
> 
> I dunno if it was "rare" or not --- basically, anytime you did a
> multicolumn sort where some tuples match up to and including a
> NULL column, you'd find that the columns to the right of the NULL
> weren't sorted.  Maybe instead write
> 
> * Fix for sorting of NULLs in multicolumn sorts
> 
> A couple other things to add:
> 
> * Shared library dependencies fixed (this time for sure ;-))
> * Fixed glitches affecting GROUP BY in subselects
> 
>             regards, tom lane
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] 6.5.1 CHANGES

От
Tatsuo Ishii
Дата:
This time I have committed following changes for multi-byte support:

o Fix some compiler warnings (contributed by Tomoaki Nishiyama)
o Add Win1250 (Czech) support (contributed Pavel Behal)
---
Tatsuo Ishii


Re: [HACKERS] 6.5.1 CHANGES

От
Bruce Momjian
Дата:
Done.

> This time I have committed following changes for multi-byte support:
> 
> o Fix some compiler warnings (contributed by Tomoaki Nishiyama)
> o Add Win1250 (Czech) support (contributed Pavel Behal)
> ---
> Tatsuo Ishii
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026