-
+
Localization>
Author
last updated 2000-03-22.
Check
url="http://www.sra.co.jp/people/t-ishii/PostgreSQL/">Tatsuo's
* Add support for Big5 for fronend encoding
(you need to create a database with EUC_TW to use Big5)
* Add regression test case for EUC_TW
- (contributed by
Jonah Kuo>)
Dec 15, 1998
* Bugs related to SQL_ASCII support fixed
* add octet_length()
* add --with-mb option to configure
* new regression tests for EUC_KR
- (contributed by
Soonmyung. Hong>)
* add some test cases to the EUC_JP regression test
* fix problem in regress/regress.sh in case of System V
* fix toupper(), tolower() to handle 8bit chars
Version: 0.91 for PgSQL 6.5
Author: Pavel Behal
Revised by: Tatsuo Ishii
Licence: The Same as PostgreSQL
Sorry for my Eglish and C code, I'm not native :-)
-Contributed by
Brian Gallew
Author
- Written by
Marc G. Fournier on 1998-11-05.
distribute CVS repositories and other file trees for
This describes an embedded
SQL in
C
- It
is written by Linus Tolke
The package is installed with the
Postgres> distribution.
Author
- Written by
Martin Utesch
for the Institute of Automatic Control at the University of Mining and Technology in Freiberg, Germany.
Author
-This extraction from an e-mail sent by
+This extraction from an email sent by
contains good information
on GiST. Hopefully we will learn more in the future and update this information.
- thomas 1998-03-01
- In 1994,
- and
+ In 1994, Andrew Yu and Jolly Chen
added a SQL language interpreter to
Postgres.
Postgres95 was subsequently released to
the Web to find its own way in the world as an
Author
- Written by
This originally appeared on the User's Mailing List on 1998-03-02
in response to the question:
"What is the difference between PRIMARY KEY and UNIQUE constraints?".
Author
- This is from a reply to a question on the e-mail list
+ This is from a reply to a question on the email list
on 1998-08-11.
The
mailing list is a good place to have user questions answered.
Other mailing lists are available; consult the Info Central section of the
Even those without a lot of experience can provide corrections and
minor changes in the documentation, and that is a good way to start.
The
- (
PostgreSQL.ORG/mhonarc/pgsql-docs/">archive)
+ (
postgresql.org/mhonarc/pgsql-docs/">archive)
mailing list is the place to get going.
Author
- Written by
Peter T. Mount, the
author of the
JDBC driver.
Author
- Written by
+ Written by Herouth Maoz
Written by Bruce Momjian
- and last updated 2000-03-30.
+ and last updated 2000-03-30
Author
- Written by
- on 21 Jul 1999.
+ on 1999-07-21
(MVCC)
is an advanced technique for improving database performance in a
multi-user environment.
the implementation for
Postgres.
the notation for
flagging commands is not universally consistant throughout the
documentation set.
- Please report problems to
+ Please report problems to the documentation mailing list
- Background information originally by
+ Background information originally by Tim Goeke
The September release of ApplixWare v4.4.1 (the first release with official
ODBC support under Linux) shows problems when usernames
exceed eight (8) characters in length.
- Problem description ontributed by
+ Problem description ontributed by Steve Campbell
Author
- Contributed by
- 1998-10-20.
+ 1998-10-20
Where to report bugs
- In general, send bug reports to
- mailing list.
+ In general, send bug reports to the bug report mailing list at
You are invited to find a descriptive subject for your email
message, perhaps parts of the error message.
Do not send bug reports to any of the user mailing lists, such as
-
- mailing list
- or
- mailing list.
These mailing lists are for answering
user questions and their subscribers normally do not wish to receive
bug reports. More importantly, they are unlikely to fix them.
Also, please do not send reports to
- mailing list.
This list is for discussing the
development of
PostgreSQL and it would be nice
if we could keep the bug reports separate. We might choose to take up a
If you have a problem with the documentation, send email to
- mailing list.
Mention the document, chapter, and sections in your problem report.
If your bug is a portability problem on a non-supported platform,
- send mail to
-
the porting issues mail list,
so we (and you) can work on
porting
PostgreSQL to your platform.
subscribe to the special pgsql-loophole mailing list, which
allows you to post to all
PostgreSQL
mailing lists without receiving any messages. Send email to
to subscribe.
-Written by
Phil Thompson.
-Updates for protocol 2.0 by
Tom Lane.
------------
New CLI interface include file sqlcli.h, based on SQL3/SQL98
Remove all limits on query length, row length limit still exists (Tom)
-Update jdbc protocol to 2.0 (
Jens Glaser>)
Add TRUNCATE command to quickly truncate relation (Mike Mascari)
Fix to give super user and createdb user proper update catalog rights (Peter E)
Allow ecpg bool variables to have NULL values (Christof)
Move pginterface from contrib to interface directory, rename to pgeasy (Bruce)
Change pgeasy connectdb() parameter ordering (Bruce)
Require SELECT DISTINCT target list to have all ORDER BY columns (Tom)
-Add Oracle's COMMENT ON command (
Mike Mascari>)
libpq's PQsetNoticeProcessor function now returns previous hook(Peter E)
Prevent PQsetNoticeProcessor from being set to NULL (Peter E)
Make USING in COPY optional (Bruce)
Remove un-needed #include's from *.c files (Bruce)
Change #include's to use <> and "" as appropriate (Bruce)
Enable WIN32 compilation of libpq
-Alpha spinlock fix from
Uncle George>
Overhaul of optimizer data structures (Tom)
Fix to cygipc library (Yutaka Tanida)
Allow pgsql to work on newer Cygwin snapshots (Dan)
Add SQL_ASCII test case to the regression test (Tatsuo)
configure --with-mb now deprecated (Tatsuo)
NT fixes
-NetBSD fixes
Johnny C. Lam
Fixes for Alpha compiles
New multibyte encodings
Author
- Written by
+ Written by Thomas Lockhart
on 1998-10-22. Updated 2000-03-31.