aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/catcache.c
Commit message (Expand)AuthorAge
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-21
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* 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
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce 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
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* 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
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
* 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
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-23
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* 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
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* 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
* Fix for pointer arithmetic.Bruce Momjian1997-08-26
* Change void * to Dllist*.Bruce Momjian1997-08-26
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24