summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-301-12/+1
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+13
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-041-1/+12
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-091-110/+1
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-201-8/+19
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-201-19/+8
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanupBruce Momjian1999-07-161-12/+6
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Fix for \do and ceil()/float.Bruce Momjian1999-07-071-2/+2
* Clean up inefficient and just plain bad code in some hot-spotTom Lane1999-05-291-41/+47
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-11/+11
* 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-9/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-13/+15
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-19/+19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-66/+145
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-27/+15
* Fix CACHEDEBUG debugging statements; usually not used and apparentlyThomas G. Lockhart1998-05-091-5/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+9
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-8/+8
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+1
* 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
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-6/+15
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-38/+38
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-512/+545
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-3/+7
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-3/+2
* Fixes a bug in 'create index'Marc G. Fournier1996-08-151-2/+11
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+630