Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a33bcf90
Commit
a33bcf90
authored
Sep 12, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix
parent
ed5003c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/set.sgml
+3
-3
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuum.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+9
-9
No files found.
doc/src/sgml/ref/set.sgml
View file @
a33bcf90
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.4
8 2000/08/29 20:02:09
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.4
9 2000/09/12 21:12:45
momjian Exp $
Postgres documentation
-->
...
...
@@ -59,7 +59,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
<term>NAMES</term>
<listitem>
<para>
Sets the multi
-
byte client encoding. The specified encoding
Sets the multibyte client encoding. The specified encoding
must be supported by the backend.
</para>
...
...
@@ -220,7 +220,7 @@ SELECT setseed(<replaceable>value</replaceable>);
<term>SERVER_ENCODING</term>
<listitem>
<para>
Sets the multi
-
byte server encoding.
Sets the multibyte server encoding.
</para>
<para>
...
...
doc/src/sgml/ref/vacuum.sgml
View file @
a33bcf90
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.
9 2000/04/14 17:37:54
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.
10 2000/09/12 21:12:45
momjian Exp $
Postgres documentation
-->
...
...
@@ -180,7 +180,7 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
</para>
<para>
We recommend that active production databases be
<command>VACUUM
M
</command>-ed nightly, in order to keep remove
<command>VACUUM</command>-ed nightly, in order to keep remove
expired rows. After copying a large class into
<productname>Postgres</productname> or after deleting a large number
of records, it may be a good idea to issue a <command>VACUUM
...
...
doc/src/sgml/release.sgml
View file @
a33bcf90
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.5
8 2000/08/29 20:02:07
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.5
9 2000/09/12 21:12:44
momjian Exp $
-->
<chapter id="release">
...
...
@@ -585,7 +585,7 @@ Performance
Prevent exponential space consumption with many AND's and OR's (Tom)
Collect attribute selectivity values for system columns (Tom)
Reduce memory usage of aggregates (Tom)
Fix for LIKE optimization to use indexes with multi
-
byte encodings (Tom)
Fix for LIKE optimization to use indexes with multibyte encodings (Tom)
Fix r-tree index optimizer selectivity (Thomas)
Improve optimizer selectivity computations and functions (Tom)
Optimize btree searching for cases where many equal keys exist (Tom)
...
...
@@ -1144,7 +1144,7 @@ New moddatetime contrib(Terry)
Update to pgaccess 0.96(Constantin)
Add routines for single-byte "char" type(Thomas)
Improved substr() function(Thomas)
Improved multi
-
byte handling(Tatsuo)
Improved multibyte handling(Tatsuo)
Multi-version concurrency control/MVCC(Vadim)
New Serialized mode(Vadim)
Fix for tables over 2gigs(Peter)
...
...
@@ -1335,7 +1335,7 @@ Change exp() behavior to generate error on underflow(Thomas)
pg_dump fixes for memory leak, inheritance constraints, layout change
update pgaccess to 0.93
Fix prototype for 64-bit platforms
Multi
-
byte fixes(Tatsuo)
Multibyte fixes(Tatsuo)
New ecpg man page
Fix memory overruns(Tatsuo)
Fix for lo_import() crash(Bruce)
...
...
@@ -1489,7 +1489,7 @@ Enhancements
Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
Show the index used in an EXPLAIN(Zeugswetter)
EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan)
Multi
-
byte awareness of many data types and functions, via configure(Tatsuo)
Multibyte awareness of many data types and functions, via configure(Tatsuo)
New configure --with-mb option(Tatsuo)
New initdb --pgencoding option(Tatsuo)
New createdb -E multibyte option(Tatsuo)
...
...
@@ -1535,7 +1535,7 @@ Add -error option to libpgtcl's pg_result command(Tom)
New locale patch, see docs/README/locale(Oleg)
Fix for pg_dump so CONSTRAINT and CHECK syntax is correct(ccb)
New contrib/lo code for large object orphan removal(Peter)
New psql command "SET CLIENT_ENCODING TO 'encoding'" for multi
-
bytes
New psql command "SET CLIENT_ENCODING TO 'encoding'" for multibytes
feature, see /doc/README.mb(Tatsuo)
/contrib/noupdate code to revoke update permission on a column
Libpq can now be compiled on win32(Magnus)
...
...
@@ -1628,7 +1628,7 @@ Source Tree Changes
Inline some small functions called for every row(Bruce)
Alpha/linux fixes
Hp/UX cleanups(Tom)
Multi
-
byte regression tests(Soonmyung.)
Multibyte regression tests(Soonmyung.)
Remove --disabled options from configure
Define PGDOC to use POSTGRESDIR by default
Make regression optional
...
...
@@ -1759,7 +1759,7 @@ ASSERT fixes(Bruce)
<itemizedlist>
<listitem>
<para>
Additional support for multi
-
byte character sets.
Additional support for multibyte character sets.
</para>
</listitem>
...
...
@@ -1807,7 +1807,7 @@ fix for redefining builtin functions(Thomas)
ultrix4 cleanup
upgrade to pg_access 0.83
updated CLUSTER manual page
multi
-
byte character set support, see doc/README.mb(Tatsuo)
multibyte character set support, see doc/README.mb(Tatsuo)
configure --with-pgport fix
pg_ident fix
big-endian fix for backend communications(Kataoka)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment