]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1996-11-20  Bruce MomjianHere is the patch for pg_dump not handling NULL values...
1996-11-20  Bruce MomjianFix for man Makefile. Added 'all'.
1996-11-19  Bruce MomjianMake install change for man files
1996-11-19  Bruce MomjianRemoved old Assert's used during development.
1996-11-19  Bryan HendersonThis file has not been part of the regression test...
1996-11-19  Bryan HendersonThe routines in magic.c have moved to the more accessib...
1996-11-19  Bryan HendersonEliminate mk/ directory. The tyranny of the included...
1996-11-19  Bryan HendersonBuild man/ instead of ../doc. Man pages have moved...
1996-11-18  Bruce MomjianAdded DLSUFFIX to bsdi.
1996-11-18  Bruce MomjianRename SLSUFF to DLSUFFIX
1996-11-18  Bryan HendersonInclude some macros that used to be -D options in Makef...
1996-11-18  Bryan HendersonRemove linux define of __USE_POSIX, which doesn't appea...
1996-11-18  Bryan HendersonAdd comments about the diversity of signal functionalit...
1996-11-18  Bryan HendersonMake port-specific link libraries defined for linking...
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
next