mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
@ -295,7 +295,7 @@ ssimkovi@ag.or.at
|
||||
<pubdate>April, 1990</pubdate>
|
||||
<publisher>
|
||||
<publishername>University of California</publishername>
|
||||
<address>Berkely, California</address>
|
||||
<address>Berkeley, California</address>
|
||||
</publisher>
|
||||
</biblioset>
|
||||
</biblioentry>
|
||||
|
@ -381,7 +381,7 @@
|
||||
|
||||
<para>
|
||||
This prevents scenarios wherein a pathological regular expression
|
||||
could lock up a server process uninterruptably for a long time.
|
||||
could lock up a server process uninterruptibly for a long time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -2250,7 +2250,7 @@
|
||||
|
||||
<para>
|
||||
This prevents scenarios wherein a pathological regular expression
|
||||
could lock up a server process uninterruptably for a long time.
|
||||
could lock up a server process uninterruptibly for a long time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
|
||||
|
||||
<para>
|
||||
This prevents scenarios wherein a pathological regular expression
|
||||
could lock up a server process uninterruptably for a long time.
|
||||
could lock up a server process uninterruptibly for a long time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
|
||||
|
||||
<para>
|
||||
This prevents scenarios wherein a pathological regular expression
|
||||
could lock up a server process uninterruptably for a long time.
|
||||
could lock up a server process uninterruptibly for a long time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
|
||||
|
||||
<para>
|
||||
This prevents scenarios wherein a pathological regular expression
|
||||
could lock up a server process uninterruptably for a long time.
|
||||
could lock up a server process uninterruptibly for a long time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -5737,8 +5737,8 @@ fix rtree for use in inner scan (Vadim)
|
||||
fix gist for use in inner scan, cleanups (Vadim, Andrea)
|
||||
avoid unnecessary local buffers allocation (Vadim, Massimo)
|
||||
fix local buffers leak in transaction aborts (Vadim)
|
||||
fix file manager memmory leaks, cleanups (Vadim, Massimo)
|
||||
fix storage manager memmory leaks (Vadim)
|
||||
fix file manager memory leaks, cleanups (Vadim, Massimo)
|
||||
fix storage manager memory leaks (Vadim)
|
||||
fix btree duplicates handling (Vadim)
|
||||
fix deleted rows reincarnation caused by vacuum (Vadim)
|
||||
fix SELECT varchar()/char() INTO TABLE made zero-length fields(Bruce)
|
||||
@ -5904,7 +5904,7 @@ European date format now set when postmaster is started
|
||||
Execute lowercase function names if not found with exact case
|
||||
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
|
||||
Gist now included in the distribution(Marc)
|
||||
Idend authentication of local users(Bryan)
|
||||
Ident authentication of local users(Bryan)
|
||||
Implement BETWEEN qualifier(Bruce)
|
||||
Implement IN qualifier(Bruce)
|
||||
libpq has PQgetisnull()(Bruce)
|
||||
|
Reference in New Issue
Block a user