OSDN Git Service

pg-rex/syncrep.git
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
1996-11-07 Bruce MomjianCleanup initdb for 1.*.
1996-11-07 Bryan HendersonTry to fix mode.
1996-11-07 Bryan HendersonTry to fix mode.
1996-11-06 Bruce MomjianUpdate initdb instructions for a 1.* database.
1996-11-06 Bruce MomjianChange instructions for 1.*.
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-06 Marc G. FournierOkay...this pretty much cleans out the include files.
1996-11-06 Marc G. FournierMake sure that #include <postgres.h> is included in...
1996-11-06 Marc G. FournierAdd prototype for: int DebugFileOpen()
1996-11-06 Marc G. Fournier...same...
1996-11-06 Marc G. FournierMore files cleaned out
1996-11-06 Marc G. FournierOne by one, file by file
1996-11-06 Marc G. FournierAnother
1996-11-06 Marc G. FournierGetting there, one by one...
1996-11-06 Marc G. FournierAnd another
1996-11-06 Marc G. Fournieranother one bites the dust
1996-11-06 Marc G. FournierJust a couple of small mods
1996-11-06 Marc G. Fournieranother gone
1996-11-06 Marc G. FournierI'm getting there, slowly :)
1996-11-06 Marc G. FournierSlowly getting faster to make sure it compiles...still...
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-06 Marc G. FournierAnother one cleaned up
1996-11-06 Marc G. FournierOops, two includes unrequired
1996-11-06 Marc G. FournierAnother one bite sthe dust
1996-11-06 Marc G. Fournieranother include cleaned out
1996-11-06 Marc G. FournierFurther include file cleanups
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-06 Marc G. FournierAnother one bites the dust
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-05 Marc G. Fournieranother one quickly done up
1996-11-05 Marc G. Fournierclean this one
1996-11-05 Marc G. FournierMissed a file...
1996-11-05 Marc G. FournierThere, that cleans *that* out
1996-11-05 Marc G. FournierOne more to go
1996-11-05 Marc G. Fournierthese ones have their dependencies cleaned up
1996-11-05 Marc G. FournierAlmost done access...
1996-11-05 Marc G. FournierMore cleanups
1996-11-05 Marc G. FournierMore cleanups
1996-11-05 Marc G. Fournieranother directory cleaned of extraneous #includes
1996-11-05 Marc G. FournierMore cleaned out #include files
1996-11-05 Marc G. FournierAnother run through.
1996-11-05 Marc G. FournierRe-add -I../.. for fmgr.h
1996-11-05 Marc G. FournierAnd double check changes
1996-11-05 Marc G. FournierMake sure all changes commited
1996-11-05 Marc G. FournierAnother
1996-11-05 Marc G. FournierAnd another one
1996-11-05 Marc G. FournierAnother one bits the dust...
1996-11-05 Marc G. FournierAnd another...
1996-11-05 Marc G. FournierAnd another..
1996-11-05 Marc G. FournierAnother one cleaned out
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-11-05 Marc G. FournierFix c.h for sparc_solaris
1996-11-05 Marc G. FournierClean up a few of the #include files
1996-11-05 Marc G. FournierAdded missing #includes pointed out by Keith Parks
next