summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib
AgeCommit message (Collapse)Author
2002-08-30Remove pgaccess from CVS. It has its own home now.Bruce Momjian
2002-07-02Update to pgaccess 0.91.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-04-04This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create newBruce Momjian
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
2002-02-18Fix kanji-coversion key binding. This has been broken since 7.1Tatsuo Ishii
Per Yoshinori Ariie's report.
2001-08-10Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid.Tom Lane
2001-05-30Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian
2001-05-30Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian
2001-05-30Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian
2001-03-29Put proper pgaccess Chinese big5 file in place.Bruce Momjian
2001-03-05Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian
Windows 2000 without any problem. Have fun. LM.Liu
2001-02-26Allow pgaccess to input Japanese. See included mail.Tatsuo Ishii
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
2001-02-23chinese-gb -> chinese_gb.Bruce Momjian
2001-02-23Rename to chinese-gbBruce Momjian
2001-02-22 The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian
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)
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-02-07Redo pgaccess' queries about views so that they will work in both 7.1Tom Lane
and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite.
2001-02-07Not sure why this work script was in the repository ... but it doesn'tTom Lane
belong ...
2001-02-07Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATHTom Lane
or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this.
2001-01-27Add missing pgaccess files.Bruce Momjian
2001-01-27Update to pgaccess 0.98.7.Bruce Momjian
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
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.
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
WARNING. Fix German FAQ mention about warning.
2000-10-05Add proofreader's changes to docs.Bruce Momjian
Fix misspelling of disbursion to dispersion.
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-05-14Fix create user for pgaccess.Bruce Momjian
2000-04-04No ID file needed.Bruce Momjian
2000-04-04Update QNX FAQBruce Momjian
2000-04-03Hi,Bruce Momjian
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
2000-03-31Add new pgaccess languages.Bruce Momjian
2000-03-31Update pgaccess to 0.98.5Bruce Momjian
1999-11-28Remove obsolete note about pg_vlock lock file.Tom Lane
1999-10-30Add 0.98.Bruce Momjian
1999-10-30Remove 0.96 for update to 0.98Bruce Momjian
1999-09-20fixing it more..Marc G. Fournier
1999-09-20bring it all into -current againMarc G. Fournier
1999-09-20try and fix things...Marc G. Fournier