We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent04bfc5b commitbc5f34cCopy full SHA for bc5f34c
doc/src/sgml/release.sgml
@@ -34,7 +34,7 @@ A dump/restore is <emphasis>not</emphasis> required for those running
34
35
<para>
36
<programlisting>
37
-Add NT README file.
+Add NT README file
38
Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
39
Remove QUERY_LIMIT, use SELECT...LIMIT
40
Fix for EXPLAIN on inheritance(Tom)
@@ -48,7 +48,7 @@ Fix to prevent too large tuple from being created(Bruce)
48
plpgsql fixes
49
Allow port numbers 32k - 64k(Bruce)
50
Add ^ precidence(Bruce)
51
-Rename sort files called pg_temp to pg_sorttemp
+Rename sort files called pg_temp to pg_sorttemp(Bruce)
52
Fix for microseconds in time values(Tom)
53
Tutorial source cleanup
54
New linux_m68k port