aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/fcache.c
Commit message (Expand)AuthorAge
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Remove debugging Assert that should never have been committed in theTom Lane2000-08-11
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* init_fcache was being careless about using SearchSysCacheTuple resultTom Lane2000-06-06
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-23
* 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 cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* 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
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09