Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Indent jdbc case labels using pgjindent. | Bruce Momjian | 2001-11-19 |
| | |||
* | More jdbc comment cleanups. Code looks very nice now. | Bruce Momjian | 2001-11-19 |
| | |||
* | pgjindent jdbc files. First time jdbc files were formatted. | Bruce Momjian | 2001-10-25 |
| | |||
* | ImageViewer transaction fixes | Peter Mount | 2000-05-05 |
| | |||
* | Minor fixes ready for 7.0 | Peter Mount | 2000-05-03 |
| | |||
* | Another attempt | Peter Mount | 2000-04-26 |
| | |||
* | Transactions in ImageViewer | Peter Mount | 1999-05-18 |
| | |||
* | This patch updates the ImageViewer example to use Multiple Threading. | Bruce Momjian | 1998-10-12 |
| | | | | | | | | | | | | | | When importing an image into the database, the example now fires off a new Thread, which imports the image in the background. This also means that the application doesn't freeze on the user, and they can still browse the images in the database, while the upload is running. This now makes the ImageViewer a true example on how to use Threads (the threadtest class is just that - a test). Peter | ||
* | Oops...missed over half the patch :( | Marc G. Fournier | 1998-01-13 |