]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1996-11-28  Vadim B. MikheevFix for "might be used uninitialized" warnings.
1996-11-28  Bryan HendersonMake strdup work for Ultrix. Thanks Erik Bertelsen
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress is commented out
1996-11-27  Bruce MomjianConvert ' to " in dates. Update example code to show...
1996-11-27  Bruce MomjianRemove unused define's.
1996-11-27  Bruce Momjianno change
1996-11-27  Bruce MomjianAllow all empty queries to return EMPTY.
1996-11-27  Bryan HendersonMore stuff to make it compile on various ports.
1996-11-27  Vadim B. MikheevNew structures for new vacuum.
1996-11-27  Vadim B. MikheevNew mdtruncate() & smgrtruncate() funcs.
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-27  Vadim B. MikheevShrinking and other things.
1996-11-27  Vadim B. MikheevNew smgrtruncate smgr' interface func.
1996-11-27  Vadim B. MikheevNew mdtruncate() func for single segment relations...
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress is here now and gives quality...
1996-11-27  Vadim B. MikheevSetting MyProc->xid to InvalidTransactionId while creating
1996-11-27  Vadim B. MikheevSetting MyProc->xid to current transaction' id in Start...
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-27  Bryan HendersonForgot in yesterday's Ultrix compile work.
1996-11-26  Bryan HendersonOK, I think I've got the postconfig thing right now.
1996-11-26  Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-26  Bryan HendersonFix double-colon syntax error on fe-lobj.o.
1996-11-26  Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-26  Bryan HendersonProperly structure ProcedureNameIndexScan so it doesn...
1996-11-26  Bryan HendersonPut in #include <fcntl.h> for those systems that don...
1996-11-26  Bryan Henderson-Werror fixes from D'Arcy.
1996-11-25  Bryan HendersonInclude fcntl.h, which is not automatically included...
1996-11-25  Bryan HendersonGo back to $(postconfig...) from $(exec postconfig...
1996-11-25  Bruce MomjianPrevent empty queries from crashing server.
1996-11-24  Bryan HendersonFix access through null pointer info->rule_action....
1996-11-24  Bryan HendersonFix syntax error: missing argument to elog(). Thanks...
1996-11-24  Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-24  Bryan HendersonMove include of signal.h inside pqsignal.h so it's...
1996-11-24  Bryan HendersonAdd dep: rule.
1996-11-23  Bryan HendersonFirst pass at getting shared libraries on AIX properly...
1996-11-23  Bryan HendersonEliminate pesky "postconfig not found" message.
1996-11-22  Bruce MomjianFix for \g strdup error.
1996-11-22  Bryan HendersonInclude ctype.h to fix Kurt Lidl's compile problem.
1996-11-22  Bryan HendersonInclude stdio.h to fix Craig Anderson's compile problem.
1996-11-22  Bryan HendersonFix bug: No -D option to postgres
1996-11-22  Bryan HendersonFix bug: -D options implies -d option.
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-20  Bruce MomjianCan't add a keyword without making it a keyword. :-)
1996-11-20  Bruce MomjianOtherwise "gmake install" fails.
1996-11-20  Bruce MomjianThere is a bug in aclinsert3 in the code which update...
1996-11-20  Bruce Momjian following is a little fix for libpq.
1996-11-20  Bruce MomjianFix \g filename. Free allocated memory and don't use...
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...
next