6.5.1 CHANGES
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)
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
Import Notes
Reply to msg id not found: YourmessageofSat10Jul1999220036-0400199907110200.WAA07580@candle.pha.pa.us | Resolved by subject fallback
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 subselectsregards, 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, Pennsylvania 19026
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
Import Notes
Reply to msg id not found: YourmessageofSun11Jul1999140149-0400.199907111801.OAA28731@candle.pha.pa.us | Resolved by subject fallback
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, Pennsylvania 19026