aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAge
* 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
* Plug memory leaks introduced by dynamic-search-path changes.Tom Lane2001-10-04
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* 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
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-19
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-17
* 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
* Fix typo.Tom Lane2000-11-19
* Update README with proposed new method for determining calling conventionTom Lane2000-11-19
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* 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
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* 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
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Install fmgr rewrite doc as README file.Tom Lane2000-05-28
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* 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
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* heap_close(rel, AccessShareLock);Vadim B. Mikheev1999-09-28
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-16
* 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