summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/inval.c
Commit message (Expand)AuthorAgeFilesLines
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add cache invalidation callback hooks.Tom Lane2002-04-291-4/+98
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-5/+8
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-031-116/+122
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-3/+31
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-161-1/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-22/+26
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-571/+348
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-5/+9
* Check for malloc failure.Tom Lane2001-06-011-47/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-40/+47
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-93/+93
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-051-37/+74
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-138/+10
* Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian2000-06-081-1/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-48/+51
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-2/+2
* Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane2000-01-291-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-101-35/+410
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-211-85/+47
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-171-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Final cleanup.Bruce Momjian1999-07-161-4/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+1
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-8/+8
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-35/+10
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-7/+7
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-16/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-13/+12
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* fix for index problem.Bruce Momjian1998-08-201-1/+2
* fix for ecpg corruptionBruce Momjian1998-08-191-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-231-1/+15
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-171-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-55/+55
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-409/+431
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+12