summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAgeFilesLines
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-22/+10
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-281-3/+3
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+4
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-211-17/+9
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-4/+4
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-171-5/+4
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-18/+18
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-5/+5
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-80/+91
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-46/+44
* Fix relcache.c so that local relations (those created duringTom Lane1999-09-061-10/+21
* RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane1999-09-061-11/+18
* In RelationNameGetRelation(), replace temp table name byTom Lane1999-09-041-21/+12
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-041-49/+118
* Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane1999-09-021-13/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanupBruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-20/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-20/+19
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-011-17/+18
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-4/+4
* 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-17/+9
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-47/+45
* Relcache Size fix.Bruce Momjian1999-01-221-2/+2
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-221-19/+19
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+9
* Initial MVCC code.Vadim B. Mikheev1998-12-151-9/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-25/+20
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-29/+25
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-22/+22
* Hi all,Bruce Momjian1998-08-281-3/+4
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-35/+27
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-2/+2
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-011-1/+4
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-10/+6
* 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
* Cleanup Name usage.Bruce Momjian1998-07-201-27/+26
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-17/+1
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-78/+72
* This patch...Bruce Momjian1998-04-271-37/+31
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+12
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-231-1/+3
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-6/+6