summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAgeFilesLines
* Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut2001-05-191-13/+22
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-191-59/+60
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-172-2/+201
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-143/+161
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-242-4/+4
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-202-133/+223
* Fix typo.Tom Lane2000-11-191-1/+1
* Update README with proposed new method for determining calling conventionTom Lane2000-11-191-83/+173
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-162-13/+17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-17/+5
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-1/+31
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-11/+8
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+2
* Final #include cleanup.Bruce Momjian2000-06-151-2/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-96/+74
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-1/+5
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-2/+1
* Install fmgr rewrite doc as README file.Tom Lane2000-05-281-0/+409
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-282-793/+1278
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-1/+2
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-1/+47
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
* Add:Bruce Momjian2000-01-262-4/+6
* More updates for function call interface > 8.Bruce Momjian2000-01-101-26/+1
* Update fmgr to allow 32 arguments.Bruce Momjian2000-01-101-2/+242
* Make number of args to a function configurable.Bruce Momjian2000-01-101-11/+82
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-222-5/+5
* 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-172-7/+2
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-161-1/+3
* Final cleanupBruce Momjian1999-07-162-18/+9
* Remove unused #includes in *.c files.Bruce Momjian1999-07-152-11/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-152-4/+2
* pgindent run over code.Bruce Momjian1999-05-252-19/+30
* Improve error message from failed LOAD command (includeTom Lane1999-05-221-5/+9
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-101-2/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-102-13/+13
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-5/+17
* Give a better error message if an SQL-language function isTom Lane1999-04-031-29/+69
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-291-14/+16