aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/fmgr.c
Commit message (Expand)AuthorAge
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Tweak a few of the most heavily used function call points to zero outTom Lane2002-10-04
* pgindent run.Bruce Momjian2002-09-04
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut2001-05-19
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-22
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-16
* Add:Bruce Momjian2000-01-26
* More updates for function call interface > 8.Bruce Momjian2000-01-10
* Update fmgr to allow 32 arguments.Bruce Momjian2000-01-10
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-10
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-09
* Give a better error message if an SQL-language function isTom Lane1999-04-03
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-29
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19