Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
postgresql-11
/
doc
/
html
/
//proc/thread-self/root/opt/postgresql-11/doc/html/release-7-3-6.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>E.327. Release 7.3.6</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="release-7-3-7.html" title="E.326. Release 7.3.7" /><link rel="next" href="release-7-3-5.html" title="E.328. Release 7.3.5" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">E.327. Release 7.3.6</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-7-3-7.html" title="E.326. Release 7.3.7">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="release.html" title="Appendix E. Release Notes">Up</a></td><th width="60%" align="center">Appendix E. Release Notes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 11.1 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="release-7-3-5.html" title="E.328. Release 7.3.5">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-7-3-6"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.327. Release 7.3.6</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-7-3-6.html#id-1.11.6.331.4">E.327.1. Migration to Version 7.3.6</a></span></dt><dt><span class="sect2"><a href="release-7-3-6.html#id-1.11.6.331.5">E.327.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2004-03-02</p><p> This release contains a variety of fixes from 7.3.5. </p><div class="sect2" id="id-1.11.6.331.4"><div class="titlepage"><div><div><h3 class="title">E.327.1. Migration to Version 7.3.6</h3></div></div></div><p> A dump/restore is <span class="emphasis"><em>not</em></span> required for those running 7.3.*. </p></div><div class="sect2" id="id-1.11.6.331.5"><div class="titlepage"><div><div><h3 class="title">E.327.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Revert erroneous changes in rule permissions checking</p><p>A patch applied in 7.3.3 to fix a corner case in rule permissions checks turns out to have disabled rule-related permissions checks in many not-so-corner cases. This would for example allow users to insert into views they weren't supposed to have permission to insert into. We have therefore reverted the 7.3.3 patch. The original bug will be fixed in 8.0. </p></li><li class="listitem"><p>Repair incorrect order of operations in GetNewTransactionId()</p><p> This bug could result in failure under out-of-disk-space conditions, including inability to restart even after disk space is freed. </p></li><li class="listitem"><p>Ensure configure selects -fno-strict-aliasing even when an external value for CFLAGS is supplied</p><p> On some platforms, building with -fstrict-aliasing causes bugs. </p></li><li class="listitem"><p>Make pg_restore handle 64-bit off_t correctly</p><p> This bug prevented proper restoration from archive files exceeding 4 GB. </p></li><li class="listitem"><p>Make contrib/dblink not assume that local and remote type OIDs match (Joe)</p></li><li class="listitem"><p>Quote connectby()'s start_with argument properly (Joe)</p></li><li class="listitem"><p>Don't crash when a rowtype argument to a plpgsql function is NULL</p></li><li class="listitem"><p>Avoid generating invalid character encoding sequences in corner cases when planning LIKE operations</p></li><li class="listitem"><p>Ensure text_position() cannot scan past end of source string in multibyte cases (Korea PostgreSQL Users' Group)</p></li><li class="listitem"><p>Fix index optimization and selectivity estimates for LIKE operations on bytea columns (Joe)</p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="release-7-3-7.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="release.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="release-7-3-5.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.326. Release 7.3.7 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.328. Release 7.3.5</td></tr></table></div></body></html>