summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-11-13Fix syntax error introduced in last update.Bryan Henderson
1996-11-13Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson
1996-11-13Make shared library builds work for BSD44_derived.Bryan Henderson
1996-11-13Forgot in yesterday's make file blitz.Bryan Henderson
1996-11-12End of the make file simplifications.Bryan Henderson
1996-11-12Put shared libraries in main directory, not obj/Bryan Henderson
1996-11-12Fix for finding the include filesMarc G. Fournier
1996-11-12Quiet compiler warnings.Bryan Henderson
1996-11-12Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson
1996-11-12Add dependency for install.Bryan Henderson
1996-11-12Add install dependency.Bryan Henderson
1996-11-12Fix bug where it tries to do a cleardbdir when you make install.Bryan Henderson
1996-11-11Add include file postgres.hMarc G. Fournier
1996-11-11Add a blank install target so that 'make install' worksMarc G. Fournier
1996-11-11fix 'conflicting types' errorsMarc G. Fournier
1996-11-11Add missing include errno.hMarc G. Fournier
1996-11-11Goes with the recently added src/utils/version.c, will replace some stuff inBryan Henderson
1996-11-11Fixed double pfree on opaque.Bruce Momjian
1996-11-11Add utils directory for cross-subsystem tools to keep make files from havingBryan Henderson
1996-11-11Makefile simplification: the "bin" chapterBryan Henderson
1996-11-11Add DASH_N, BACKSLASH_C variables, moved from postgres.shell.mk.Bryan Henderson
1996-11-11-----Marc G. Fournier
1996-11-11As proposed,Marc G. Fournier
1996-11-11Various cleanups from D'ArcyMarc G. Fournier
1996-11-11Add an abort() call to ExceptionalCondition so that is Assert isMarc G. Fournier
1996-11-11change include c.h to postgres.hMarc G. Fournier
1996-11-11Remove warnings when readline is not used.Bruce Momjian
1996-11-11Warning removal cleanupBruce Momjian
1996-11-11Moved -Werror to COPT.Bruce Momjian
1996-11-10Removed -Wmissing-declaration.Bruce Momjian
1996-11-10Change gmake to $(MAKE) so backend compiles on system with no "gmake".Bryan Henderson
1996-11-10prototype cleanupBruce Momjian
1996-11-10Recognize dependencies more reliably.Bryan Henderson
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Quiet compiler warnings.Bryan Henderson
1996-11-10Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson
1996-11-10Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson
1996-11-10Add #include <unistd.h> to quiet warning about missing getopt() declaration.Bryan Henderson
1996-11-10Remove #include <regex.h> so it compiles on systems with GNU regex library.Bryan Henderson
1996-11-10Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.Bryan Henderson
1996-11-10Make it find inet_aton.h so backend compiles on Solaris.Bryan Henderson
1996-11-09Added in PQconnectdb() functionMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-09Added new include file.Bruce Momjian
1996-11-09A few more sparc_solaris cleanups from keith parksMarc G. Fournier
1996-11-08Fix typo in file name found during install.Bruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Somehow PORTNAME keeps getting changed to BSD44_derived :(Marc G. Fournier
1996-11-08Change includes from "" to <>Marc G. Fournier
1996-11-08Fix perbyte_cpu thingBryan Henderson