Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove pgaccess from CVS. It has its own home now. | Bruce Momjian | 2002-08-30 |
| | |||
* | Update to pgaccess 0.91. | Bruce Momjian | 2002-07-02 |
| | |||
* | This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new | Bruce Momjian | 2002-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.1 | Tatsuo Ishii | 2002-02-18 |
| | | | | Per Yoshinori Ariie's report. | ||
* | Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid. | Tom Lane | 2001-08-10 |
| | |||
* | Fix missing relation in FROM causing NOTICE. Cleanup. | Bruce Momjian | 2001-05-30 |
| | |||
* | Remove reference to pg_class.relhaspkey from code. Column is unused. | Bruce Momjian | 2001-05-30 |
| | |||
* | Allow pgaccess to input Japanese. See included mail. | Tatsuo Ishii | 2001-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 | ||
* | Update to pgaccess 0.98.7. | Bruce Momjian | 2001-01-27 |
| | |||
* | Update pgaccess to 0.98.5 | Bruce Momjian | 2000-03-31 |
| | |||
* | Add 0.98. | Bruce Momjian | 1999-10-30 |
| | |||
* | Remove 0.96 for update to 0.98 | Bruce Momjian | 1999-10-30 |
| | |||
* | try and fix things... | Marc G. Fournier | 1999-09-20 |