summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Collapse)Author
1998-10-12This patch updates the ImageViewer example to use Multiple Threading.Bruce Momjian
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
1998-10-12Tcl fixes from Billy G. AllieBruce Momjian
1998-10-12More Solaris fixes.Bruce Momjian
1998-10-12Add SVr4 shared libraries.Bruce Momjian
1998-10-12Solaris shared library fixes.Bruce Momjian
1998-10-10Move documentation to sgml sources, so remove man page installation.Thomas G. Lockhart
1998-10-10Move documentation to sgml sources.Thomas G. Lockhart
1998-10-09major/minor shared name cleanupBruce Momjian
1998-10-09Changes to support standalone installation.Thomas G. Lockhart
1998-10-09More bsdi 4.0 cleanups for shared libraries.Bruce Momjian
1998-10-09More bsdi 4.0 fixes.Bruce Momjian
1998-10-09Fix for BSDI shared libraries.Bruce Momjian
1998-10-08Add changelog.Bruce Momjian
1998-10-08Just a quick patch. This makes the JDBC driver thread safe, which is anBruce Momjian
important step towards making the driver compliant, and means that for some Java applications and servlets, only a single database connection is needed, so in a sence this is a nice little show stopper for 6.4 (and should still be backward compatible to 6.3.2). Peter
1998-10-08Hello!Bruce Momjian
Here are two new patches for the Win32 support. 1) The patch based on the one from Hiroshi Inoue [Inoue@tpf.co.jp], to load Winsock.dll from libpq.dll. 2) A patch for psql.c to remove the call to WSAStartup(), since it is not required when it's done in libpq.dll. I'm still looking for the possibility of having a crypt() function in libpq.dll too, the same way getopt was included. Any chance of getting this before 6.4, or should we wait for the next one? //Magnus
1998-10-07Use the $(LN_S) substitution for "ln -s" since configure tests for it.Thomas G. Lockhart
1998-10-07Clean up for configuration from the Postgres main configure script.Thomas G. Lockhart
Use @top-srcdir@ to find the right Makefile.global and use ODBCSRCDIR to point to this local directory. Move non-platform-specific stuff to outside the if clauses. Still need to move all platform-specific stuff to the templates.
1998-10-07Add conditional compilation of the ODBC directory.Thomas G. Lockhart
Requires --with-odbc specified in the standalone configure.
1998-10-06Took it on myself to change libpq's sharedlib version number fromTom Lane
1.1 to 2.0 for this release. The other frontend shlibs need version number bumps too, but I think a minor version number change will do for them.
1998-10-06If we're going to offer a default definition of PQmblen,Tom Lane
it probably ought to actually work.
1998-10-06Re-apply fix stomped on by someone else's patch. Tsk, tsk.Tom Lane
1998-10-06Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart
to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
1998-10-06Here are the patches against the current source tree. I have run theBruce Momjian
regression test on a FreeBSD box with both non-MULTIBYTE and MULTIBYTE-enabled, and confirmed that the results are same. However I do not tested on PCs(I don't have access to win). Please let me know if the patches break anything on PCs. Also please note that the patch for varchar.c is a fix for a nasty bug of char(n) types that I introduced and I believe at least this should be applied. Tatsuo Ishii
1998-10-04Disable doubling of backslashes in PQprint, per discussionTom Lane
on pgsql-interfaces a couple months ago.
1998-10-03Changes from Michael Meskes:Thomas G. Lockhart
Check strdup calls for out of memory. Set library version to 2.6.2 Synced preproc.y and keywords.c with gram.y and keywords.c yet again. Set version to 2.4.3
1998-10-03Update for newest changes.Thomas G. Lockhart
1998-10-02Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane
to a field that will get free'd). Also make it robust in cases where values contain Tcl special characters.
1998-10-01Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane
fix some memory leaks in pg_select.
1998-10-01Update libpq to store an error message in PGresult, per pgsq-interfaces ↵Tom Lane
discussion of 21-Sep.
1998-09-27pgsql_perl5-1.8.0Edmund Mergl
1998-09-22Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian
1998-09-22Add .h to string include.Bruce Momjian
1998-09-21From: Michael Meskes <meskes@usa.net>Marc G. Fournier
+ Mon Aug 31 09:40:04 CEST 1998 + + - Minor patch to Makefile + - Put pgc.l in sync with scan.l + + Tue Sep 1 11:31:05 CEST 1998 + + - Fixed another bug in preproc.y + + Thu Sep 3 12:21:16 CEST 1998 + + - Sync preproc.y with gram.y + + Mon Sep 14 09:21:02 CEST 1998 + + - Sync preproc.y with gram.y yet again + + Thu Sep 17 08:55:33 CEST 1998 + + - Synced preproc.y and gram.y one more time + + Thu Sep 17 19:23:24 CEST 1998 + + - Added missing ´;´ in preproc.y + - Set version to 2.4.2
1998-09-21Fix for \z formatting from Tom Lane.Bruce Momjian
1998-09-21This patch covers several to-do items that I had for libpgtcl:Bruce Momjian
* It works under both Tcl 7.6 and Tcl 8.0 now. (The code claims to work under Tcl 7.5 as well, but I have no way to test that --- if anyone still cares, please check it with 7.5.) * pg_listen suppresses extra LISTEN commands and correctly sends an UNLISTEN when the last listen request for a relation is cancelled. (Note this means it will not work with pre-6.4 backends, but that was true already because it depends on the current libpq, which only speaks protocol 2.0.) * Added -error option to pg_result so that there's some way to find out what you did wrong ;-) * Miscellaneous cleanups of code comments and overenthusiastic #includes. BTW, I bumped the package version number from 1.2 to 1.3. Is this premature? Does someone run around and do that routinely before each pgsql release? regards, tom lane
1998-09-20Fix memory leak from Tom Lane.Bruce Momjian
1998-09-18Fixes for VC and libpq.Bruce Momjian
Magnus Hagander
1998-09-13Here are some additional patches needed to get the UnixWare 7 C++Bruce Momjian
compiler to attempt to compile libpq++. The patches address the following problems: 1. In my first pass at changing the libpq++ makefile, I forgot to include the PORTNAME in the Makefile.in file. 2. The UnixWare 7 C++ compiler did not like the '-K alloca' option in CXXFLAGS. Billy G. Allie
1998-09-12rename java file for Peter.Bruce Momjian
1998-09-11The attached patches fix the following problems:Bruce Momjian
1. The UnixWare tas macro was reformatted (by indent or it like?) which caused it to break. The asm macro construct is very particular about the %mem construct -- it has to start in column 1. 2. When compiling libpq++, g++ was used even if configure found the C++ com- piler to be CC. 3. When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the compiler wasn't g++. Billy G. Allie
1998-09-10Fix for length in libpq from Tom Lane.Bruce Momjian
1998-09-10More bsdi 4.0 additions.Bruce Momjian
1998-09-04libpgtcl cleanups for Tom Lane.Bruce Momjian
1998-09-03patch cleanups.Bruce Momjian
1998-09-03New stuff from Peter Mount for jdbc.Bruce Momjian
1998-09-03New stuff for 6.4 jdbc.Bruce Momjian
Peter mount
1998-09-03Attached is a patch to remove the definitions of libpq's internalBruce Momjian
structs from libpq-fe.h, as we previously discussed. There turned out to be sloppy coding practices in more places than I had realized :-(, but all in all I think it was a well-worth-while exercise. I ended up adding several routines to libpq's API in order to respond to application requirements that were exposed by this work. I owe the docs crew updates for libpq.sgml to describe these changes. I'm way too tired to work on the docs tonight, however. This is the last major change I intend to submit for 6.4. I do want to see if I can make libpgtcl work with Tcl 8.0 before we go final, but hopefully that will be a minor bug fix.
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-30Add missing file.Bruce Momjian