- 14 Oct, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Oct, 1998 9 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Here are patches needed to complie under AIX 4.2. I changed configure.in, pqcomm.c, config.h.in, and fe-connect.c. Also I had to install flex because lex did not want to translate pgc.l.
-
Marc G. Fournier authored
New regression results for Solaris-Sparc 2.6 w/ gcc 2.8.1
-
Marc G. Fournier authored
This is plain wrong, but check to see if DataDir was set *before* running read_pg_options ... read_pg_options should probably be moved to after the getopt() instead?
-
Marc G. Fournier authored
case statement in select call was missing a break...
-
Marc G. Fournier authored
change configure so that if postgresql isn't being installed as root, do not configure in the perl5 interface. the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which is generally owned by root. This allows a non-root build/install with the only root requirement being the make/install of hte perl5 stuff...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
-
- 12 Oct, 1998 27 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Cary B. O'Brien
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Oct, 1998 2 commits
-
-
Thomas G. Lockhart authored
Update UNLISTEN to not require double-quotes around the wildcard argument. Clean up markup.
-
Thomas G. Lockhart authored
Add new bibliographic references from Paul Aoki. Include libpq++ docs from the old man page in the Programmer's Guide. Update Unix installation info for ODBC.
-