summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/fcache.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-230/+24
* Remove debugging Assert that should never have been committed in theTom Lane2000-08-111-4/+1
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-23/+11
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-5/+10
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-12/+12
* init_fcache was being careless about using SearchSysCacheTuple resultTom Lane2000-06-061-4/+9
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-35/+21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-52/+33
* Add system indexes to match all caches.Bruce Momjian1999-11-221-5/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-9/+9
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-10/+1
* 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
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+6
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-5/+8
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-8/+8
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-21/+21
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-235/+246
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-2/+10
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-3/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+297