summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Quiet compiler warnings.Bryan Henderson
1996-11-10Remove #include <regex.h> so it compiles on systems with GNU regex library.Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-06Another directory that compiles with no errors, and few warningsMarc G. Fournier
1996-11-06Make sure that #include <postgres.h> is included in fmgrtab.cMarc G. Fournier
1996-11-06Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1996-11-04Remove OPENLINK defineBruce Momjian
1996-11-04Remove ARRAY_PATCH defineBruce Momjian
1996-11-04Remove ESCAPE_PATCH defineBruce Momjian
1996-11-04Removed PORTNAME_. Use OS version only.Bruce Momjian
1996-11-03Cleaned up include headersMarc G. Fournier
1996-11-03Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.Bryan Henderson
1996-11-03Produce a clean compile of backend...Marc G. Fournier
1996-11-02Convenience routine for checking superuser status.Bryan Henderson
1996-11-02Add misc subdirectory.Bryan Henderson
1996-10-31more removal of PORTNAME_*Marc G. Fournier
1996-10-31.h files shouldn't include .h files, .c files should contain .h files...Marc G. Fournier
1996-10-31Added needed include file.Bruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-26Correct #if statement so it compiles on Solaris. Thanks Keith Parks.Bryan Henderson
1996-10-25Use EUROPEAN_DATES instead of EUROPEAN_STYLEBryan Henderson
1996-10-24Fixes: Growing backend when using nested function callsMarc G. Fournier
1996-10-24Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier
1996-10-17Move "port specific" #ifdefs out of here and into config.hMarc G. Fournier
1996-10-13Removed const warning.Bruce Momjian
1996-10-13D'Arcy change.Bruce Momjian
1996-10-07Mostly adding "const" keyword and making some functions static.Marc G. Fournier
1996-09-23diff -ru ../../../orig/postgres95/src/backend/utils/adt/varlena.cMarc G. Fournier
1996-09-19I have two small patches which correct some very obscure bug in the parserMarc G. Fournier
1996-09-10Fixes:Marc G. Fournier
1996-08-28Clean up th ecompile process by centralizing the include filesMarc G. Fournier
1996-08-28Path to pg_proc.h to create fmgrtab.c change to include/catalogMarc G. Fournier
1996-08-27Should finish cleaning out the machine.h includesMarc G. Fournier
1996-08-27At this rate, maybe next year sometime I'll get this done...Marc G. Fournier
1996-08-26The patch that is applied at the end of the email makes sure that theseMarc G. Fournier
1996-08-26There, now we support GiST...now what? :)Marc G. Fournier
1996-08-19Added a SVR4 portMarc G. Fournier
1996-08-15Fixes a bug in 'create index'Marc G. Fournier
1996-08-14I grabbed the latest version of the source code via sup this morning,Marc G. Fournier
1996-08-13More code cleanupsMarc G. Fournier
1996-08-13More code cleanupsMarc G. Fournier
1996-07-31This prevent gcc from complaining about casting a short to a char * andMarc G. Fournier
1996-07-30More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-07-22- merging in Dr. George's tree with oursMarc G. Fournier