summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1998-10-13This is plain wrong, but check to see if DataDir was set *before* runningMarc G. Fournier
read_pg_options ... read_pg_options should probably be moved to after the getopt() instead?
1998-10-13case statement in select call was missing a break...Marc G. Fournier
1998-10-13change configure so that if postgresql isn't being installed as root,Marc G. Fournier
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...
1998-10-13auytoconfBruce Momjian
1998-10-13Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR.Bruce Momjian
1998-10-13Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflictMarc G. Fournier
with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
1998-10-12autoconfBruce Momjian
1998-10-12TCL_LIB/TCL_INCDIR cleanup.Bruce Momjian
1998-10-12TCL_LIB.Bruce Momjian
1998-10-12Fix for inet from Tom H.Bruce Momjian
1998-10-12No more TCL_LIB>Bruce Momjian
1998-10-12autoconfBruce Momjian
1998-10-12Fix for Solaris/i386.Bruce Momjian
1998-10-12Fix for version.c warning.Bruce Momjian
1998-10-12distclean fixupBruce Momjian
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