summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/dfmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Final #include cleanup.Bruce Momjian2000-06-151-2/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-196/+110
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-021-6/+8
* heap_close(rel, AccessShareLock);Vadim B. Mikheev1999-09-281-2/+2
* I have been working with user defined types and user defined cBruce Momjian1999-09-281-3/+31
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-19/+12
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-161-1/+3
* Final cleanupBruce Momjian1999-07-161-9/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-5/+6
* Improve error message from failed LOAD command (includeTom Lane1999-05-221-5/+9
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Clean up some minor compile warnings.Tom Lane1999-02-071-2/+4
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-10/+10
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-8/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-19/+1
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-8/+8
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-8/+8
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-2/+3
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-20/+20
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-205/+236
* trigger_dynamic()->handle_load() func for loading SPI-triggersVadim B. Mikheev1997-09-011-1/+13
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+3
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-2/+2
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-12/+2
* Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier1997-02-131-1/+4
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-1/+2
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-241-2/+2
* Quiet compiler warnings.Bryan Henderson1996-11-101-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+269