summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-10-12Add mklang.sh.in to plpgsql.Bruce Momjian
1998-10-12Cleanup from Billy.Bruce Momjian
1998-10-12TCL_LIB, TCL_INC not used.Bruce Momjian
1998-10-12tcl cleanup.Bruce Momjian
1998-10-12autoconfBruce Momjian
1998-10-12New INET functions from D'Arcy J.M. CainBruce Momjian
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-12plpgsql fixes from Billy G. AllieBruce Momjian
1998-10-12add new file.Bruce Momjian
1998-10-12Tcl fixes from Billy G. AllieBruce Momjian
1998-10-122) Can't dump/restore varchar fields (See attached bug report/patch)Bruce Momjian
Cary B. O'Brien
1998-10-12autoconfBruce Momjian
1998-10-12Cleanup.Bruce Momjian
1998-10-12Fix for inet_net_pton() from Tom.Bruce 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-12Fix for vacuum and cache use. Fix for BSDI 4.0.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-09Reverse out vacuum change.Bruce Momjian
1998-10-09major/minor shared name cleanupBruce Momjian
1998-10-09autoconfBruce Momjian
1998-10-09configure cleanupBruce Momjian
1998-10-09autoconfBruce Momjian
1998-10-09 There where a few more problems fixed by the patch below.Bruce Momjian
o configure.in Jan.
1998-10-09Fix for version() string overwrite.Bruce Momjian
1998-10-09Add wildcard asterisk to the UNLISTEN syntax.Thomas G. Lockhart
1998-10-09Changes to support standalone installation.Thomas G. Lockhart
1998-10-09Adjustments for standalone and integrated ODBC.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-09Cleanup of distclean.Bruce Momjian
1998-10-09Fix for BSDI shared libraries.Bruce Momjian
1998-10-09AutoconfBruce Momjian
1998-10-09Cleanup of pl files.Bruce Momjian
1998-10-08Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane
1998-10-08I have had a few problems with the PL stuff recently committed. TheBruce Momjian
following patches fix the problems (i.e., all regression tests pass) in what I hope to be a platform-independent fashion. The accomplish the following: Brook Milligan
1998-10-08Do not enable TCL_ARRAYS feature by default, because itTom Lane
is wrong and dangerous unless you are using contrib/string. We really need a thorough look at the issue of making the backend and the FE/BE protocols completely 8-bit-clean for string data, but that's a task for some future release.
1998-10-08Update to pgaccess 0.90.Bruce Momjian
1998-10-08No need compile command/version.c anymore.Bruce Momjian
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-10-08Fix for INET type addition.Bruce Momjian
1998-10-08I'm too short of time to make these man pages look like theTom Lane
newly-updated SGML reference pages, so I just inserted a comment that they are obsolete. If you want to transcribe the newer info into these pages, be my guest.
1998-10-08I continue my quest to eliminate documentation that claimsTom Lane
a listen/notify condition name is a class or table name, 'cause it ain't.
1998-10-08Add changelog.Bruce Momjian
1998-10-08remove unused file.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-08Cleanup for snprintf for long long's.Bruce Momjian
1998-10-08I agree. I think, though, that the best argument presented in theBruce Momjian
debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo