aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib
Commit message (Collapse)AuthorAge
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30
|
* Update to pgaccess 0.91.Bruce Momjian2002-07-02
|
* Update copyright to 2002.Bruce Momjian2002-06-20
|
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
|
* This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create newBruce Momjian2002-04-04
| | | | | | | | | | records containing apostrophes in text fields without altering the appearance of the entry in the GUI interface (by copying the fldval to fldvalfixed). This will alleviate the need for users to create a record and then go back to edit apostrophes into the text they entered. Ryan Grange
* Fix kanji-coversion key binding. This has been broken since 7.1Tatsuo Ishii2002-02-18
| | | | Per Yoshinori Ariie's report.
* Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid.Tom Lane2001-08-10
|
* Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian2001-05-30
|
* Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian2001-05-30
|
* Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian2001-05-30
|
* Put proper pgaccess Chinese big5 file in place.Bruce Momjian2001-03-29
|
* Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian2001-03-05
| | | | | | | | Windows 2000 without any problem. Have fun. LM.Liu
* Allow pgaccess to input Japanese. See included mail.Tatsuo Ishii2001-02-26
| | | | | | | | | | | | | | | | | | | | | | | Subject: [HACKERS] pgaccess Japanese input capability patch From: Tatsuo Ishii <t-ishii@sra.co.jp> To: teo@flex.ro Cc: pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.org Date: Sat, 24 Feb 2001 21:41:14 +0900 Hi Teodorescu, I have made patches which enable pgaccess to input Japanese characters in the table editing window. As you might know, to input Japanese characters, we first type in "hiragana" then convert it to "kanji". To make this proccess transparent to tcl application programs, libraries are provided with localized version of Tcl/Tk. The patches bind certain keys to initiate a function (kanjiInput) that is responsible for the conversion process. If the function is not available, those keys will not be binded. Comments? -- Tatsuo Ishii
* chinese-gb -> chinese_gb.Bruce Momjian2001-02-23
|
* Rename to chinese-gbBruce Momjian2001-02-23
|
* The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian2001-02-22
| | | | | | | | | | | | | | if it's correct to post here. It's simple to do the translation, And I've test in 7.0.2 & current CVS, seems pretty good. If anyone want this little thing, I'll very happy. use it is very simple, just gunzip it and copy to $PGDIR/share/pgaccess/lib/languages/ for current CVS version, and $PGDIR/pgaccess/lib/languages/ for 7.0* BTW: I havn't got the tools to translate it to BIG5 encoding, is there anybody to to it? He Weiping(Laser Henry)
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
|
* Redo pgaccess' queries about views so that they will work in both 7.1Tom Lane2001-02-07
| | | | | and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite.
* Not sure why this work script was in the repository ... but it doesn'tTom Lane2001-02-07
| | | | belong ...
* Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATHTom Lane2001-02-07
| | | | | | or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this.
* Add missing pgaccess files.Bruce Momjian2001-01-27
|
* Update to pgaccess 0.98.7.Bruce Momjian2001-01-27
|
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
| | | | | | | | | | | and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
| | | | WARNING. Fix German FAQ mention about warning.
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
| | | | Fix misspelling of disbursion to dispersion.
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
|
* Fix create user for pgaccess.Bruce Momjian2000-05-14
|
* No ID file needed.Bruce Momjian2000-04-04
|
* Update QNX FAQBruce Momjian2000-04-04
|
* Hi,Bruce Momjian2000-04-03
| | | | | | | | | | | here is an updated version of the bit type with a bugfix and all the necessa ry SQL functions defined. This should replace what is currently in contrib. I'd appreciate any comments on what is there. Kind regards, Adriaan
* Add new pgaccess languages.Bruce Momjian2000-03-31
|
* Update pgaccess to 0.98.5Bruce Momjian2000-03-31
|
* Remove obsolete note about pg_vlock lock file.Tom Lane1999-11-28
|
* Add 0.98.Bruce Momjian1999-10-30
|
* Remove 0.96 for update to 0.98Bruce Momjian1999-10-30
|
* fixing it more..Marc G. Fournier1999-09-20
|
* bring it all into -current againMarc G. Fournier1999-09-20
|
* try and fix things...Marc G. Fournier1999-09-20