pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/postgresql81



Module name:    wip
Committed by:   absd
Date:           Sun Jan  8 13:04:51 UTC 2006

Modified Files:
        wip/postgresql81: Makefile.common distinfo
        wip/postgresql81-client: PLIST buildlink3.mk
        wip/postgresql81-server: MESSAGE

Log Message:
Update postgresql81-* to 8.1.1

Changes since 8.1.0:
    * Fix incorrect optimizations of outer-join conditions (Tom)
    * Fix problems with wrong reported column names in cases
      involving sub-selects flattened by the optimizer (Tom)
    * Fix update failures in scenarios involving CHECK constraints,
      toasted columns, and indexes (Tom)
    * Fix bgwriter problems after recovering from errors (Tom)
      The background writer was found to leak buffer pins after
      write errors. While not fatal in itself, this might lead to
      mysterious blockages of later VACUUM commands.
    * Prevent failure if client sends Bind protocol message when
      current transaction is already aborted
    * /contrib/tsearch2 and /contrib/ltree fixes (Teodor)
    * Fix problems with translated error messages in languages that
      require word reordering, such as Turkish; also problems with
      unexpected truncation of output strings and wrong display of
      the smallest possible bigint value (Andrew, Tom)
      These problems only appeared on platforms that were using
      our port/snprintf.c code, which includes BSD variants if
      --enable-nls was given, and perhaps others. In addition, a
      different form of the translated-error-message problem could
      appear on Windows depending on which version of libintl was
      used.
    * Re-allow AM/PM, HH, HH12, and D format specifiers for
      to_char(time) and to_char(interval). (to_char(interval) should
      probably use HH24.) (Bruce)
    * AIX, HPUX, and MSVC compile fixes (Tom, Hiroshi Saito)
    * Optimizer improvements (Tom)
    * Retry file reads and writes after Windows NO_SYSTEM_RESOURCES
      error (Qingqing Zhou)
    * Prevent autovacuum from crashing during ANALYZE of expression
      index (Alvaro)
    * Fix problems with ON COMMIT DELETE ROWS temp tables
    * Fix problems when a trigger alters the output of a SELECT
      DISTINCT query
    * Add 8.1.0 release note item on how to migrate invalid UTF-8
      byte sequences (Paul Lindner)


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/postgresql81-client/PLIST \
    wip/postgresql81-server/MESSAGE wip/postgresql81/distinfo
cvs -z3 rdiff -u -r1.2 -r1.3 wip/postgresql81-client/buildlink3.mk \
    wip/postgresql81/Makefile.common

To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/postgresql81-client/PLIST?r1=1.1.1.1&r2=1.2
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/postgresql81-server/MESSAGE?r1=1.1.1.1&r2=1.2
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/postgresql81/distinfo?r1=1.1.1.1&r2=1.2
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/postgresql81-client/buildlink3.mk?r1=1.2&r2=1.3
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/postgresql81/Makefile.common?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index