OSDN Git Service

pg-rex/syncrep.git
1996-11-18 Bryan HendersonQuiet compiler warnings about missing prototypes in...
1996-11-18 Bryan HendersonQuiet compiler warnings, ignore the ones we can't.
1996-11-18 Bryan HendersonIgnore compiler warnings, because we can't escape ...
1996-11-17 Bruce MomjianRenamed file. Restored SLSUFF to .so.
1996-11-17 Bruce MomjianEnable manual pages to be installed.
1996-11-17 Bruce MomjianCopy needed include files into standard directory.
1996-11-17 Bruce MomjianChange SLSUFF from .so to .o as default.
1996-11-17 Bruce MomjianNew backend directory description file.
1996-11-17 Bruce MomjianFix for -da option of pg_dump.
1996-11-17 Bruce MomjianFix for return code of psql in manual.
1996-11-17 Bruce MomjianFix for error when viewing group access privs.
1996-11-17 Bruce MomjianFix for Alter TABLE add column varchar(). Was causing...
1996-11-17 Bryan HendersonFix syntax errors so it runs without error messages.
1996-11-16 Bryan HendersonRemove old GetPGData reference that causes warning.
1996-11-16 Bryan HendersonAdd #include <sys/types.h> so it works with Ultrix...
1996-11-16 Bruce MomjianAdded documentation on new unique index capability.
1996-11-16 Bruce MomjianAdded include file needed by memset().
1996-11-16 Bruce MomjianAdd prototype for new datetime functions.
1996-11-15 Bruce MomjianRemove quote removal. Moved to parser.
1996-11-15 Bruce MomjianCorrect permissions on lo_export(). Open up permissions.
1996-11-15 Bruce MomjianFix quote/doublequote handling.
1996-11-15 Bruce MomjianRemove PERFECT_MEM
1996-11-15 Bruce MomjianUnallocate opaque.
1996-11-15 Bruce MomjianChanged " to '. Removed bug section from psql. added...
1996-11-15 Marc G. FournierMulitple inclusion of sys/socket.h
1996-11-14 Marc G. FournierFeatures added:
1996-11-14 Marc G. FournierBring in Randy's NOROOT patch
1996-11-14 Marc G. FournierFix a comment...was going to fix the <sys/types.h>...
1996-11-14 Marc G. FournierCouple of Ultrix4 related patches submited by:
1996-11-14 Marc G. FournierFix a comment that wasn't commente'd out
1996-11-14 Bruce MomjianRemove comments psql was putting in output, typo's.
1996-11-14 Bruce MomjianOverhaul MainLoop input processing for quotes, comments...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-14 Marc G. Fourniermoved man pages here, as requested by Bryan
1996-11-14 Marc G. FournierRemoved man pages...moved to src/man
1996-11-14 Bryan HendersonMissed this part when I eliminated $(srcdir); src/bin...
1996-11-14 Bryan HendersonUse port-protos.h instead of trying to declare random...
1996-11-14 Bryan HendersonUse -Wno-error option only if compiler is gcc.
1996-11-14 Bryan HendersonUse -W options only if compiler is gcc.
1996-11-14 Bryan HendersonInclude stdlib.h to gives its NULL, etc. definitions...
1996-11-14 Bruce MomjianAdded percentage to CASSERT comment.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-13 Bryan HendersonFix syntax error introduced in last update.
1996-11-13 Bryan HendersonEliminate MKDIR, srcdir, objdir. Centralize setting...
1996-11-13 Bryan HendersonMake shared library builds work for BSD44_derived.
1996-11-13 Bryan HendersonForgot in yesterday's make file blitz.
1996-11-12 Bryan HendersonEnd of the make file simplifications.
1996-11-12 Bryan HendersonPut shared libraries in main directory, not obj/
1996-11-12 Marc G. FournierFix for finding the include files
1996-11-12 Bryan HendersonQuiet compiler warnings.
1996-11-12 Bryan HendersonUse new utils/version.c instead of backend/utils/init...
1996-11-12 Bryan HendersonAdd dependency for install.
1996-11-12 Bryan HendersonAdd install dependency.
1996-11-12 Bryan HendersonFix bug where it tries to do a cleardbdir when you...
1996-11-11 Marc G. FournierAdd include file postgres.h
1996-11-11 Marc G. FournierAdd a blank install target so that 'make install' works
1996-11-11 Marc G. Fournierfix 'conflicting types' errors
1996-11-11 Marc G. FournierAdd missing include errno.h
1996-11-11 Bryan HendersonGoes with the recently added src/utils/version.c, will...
1996-11-11 Bruce MomjianFixed double pfree on opaque.
1996-11-11 Bryan HendersonAdd utils directory for cross-subsystem tools to keep...
1996-11-11 Bryan HendersonMakefile simplification: the "bin" chapter
1996-11-11 Bryan HendersonAdd DASH_N, BACKSLASH_C variables, moved from postgres...
1996-11-11 Marc G. Fournier-----
1996-11-11 Marc G. FournierAs proposed,
1996-11-11 Marc G. FournierVarious cleanups from D'Arcy
1996-11-11 Marc G. FournierAdd an abort() call to ExceptionalCondition so that...
1996-11-11 Marc G. Fournierchange include c.h to postgres.h
1996-11-11 Bruce MomjianRemove warnings when readline is not used.
1996-11-11 Bruce MomjianWarning removal cleanup
1996-11-11 Bruce MomjianMoved -Werror to COPT.
1996-11-10 Bruce MomjianRemoved -Wmissing-declaration.
1996-11-10 Bryan HendersonChange gmake to $(MAKE) so backend compiles on system...
1996-11-10 Bruce Momjianprototype cleanup
1996-11-10 Bryan HendersonRecognize dependencies more reliably.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-11-10 Bryan HendersonAdd #include <ctype.h> to quiet compiler about missing...
1996-11-10 Bryan HendersonAdd #include <unistd.h> to quiet compiler warning about...
1996-11-10 Bryan HendersonAdd #include <unistd.h> to quiet warning about missing...
1996-11-10 Bryan HendersonRemove #include <regex.h> so it compiles on systems...
1996-11-10 Bryan HendersonAdd USE_POSIX_TIME, HAVE_TZSET for Linux so backend...
1996-11-10 Bryan HendersonMake it find inet_aton.h so backend compiles on Solaris.
1996-11-09 Marc G. FournierAdded in PQconnectdb() function
1996-11-09 Marc G. Fourniervarious docs changes requested by Bryan
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-09 Bruce MomjianAdded new include file.
1996-11-09 Marc G. FournierA few more sparc_solaris cleanups from keith parks
1996-11-08 Bruce MomjianFix typo in file name found during install.
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Marc G. FournierSomehow PORTNAME keeps getting changed to BSD44_derived :(
1996-11-08 Marc G. FournierChange includes from "" to <>
1996-11-08 Bryan HendersonFix perbyte_cpu thing
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-08 Marc G. Fournierquick doc cleanup for libpgtcl from D'Arcy
1996-11-08 Marc G. FournierSecondly, small problem when trying to create a MAX...
1996-11-08 Marc G. FournierAnother patch to quiet the compiler from D'Arcy
1996-11-08 Marc G. FournierThere is a problem in the Makefile of libpgtcl on linux...
1996-11-08 Marc G. FournierAdd some missing includes
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
next