summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
Commit message (Expand)AuthorAgeFilesLines
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-4/+39
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+4
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-14/+25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-1/+23
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-181-5/+36
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-21/+2
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-65/+66
* Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian2001-02-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-97/+90
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-104/+69
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-201-6/+12
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-171-133/+115
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-071-4/+4
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-071-2/+2
* Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane2000-06-061-4/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-26/+29
* Implement reindex commandHiroshi Inoue2000-02-181-1/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Update for index change. Semes it didn't work the first time.Bruce Momjian2000-01-241-7/+5
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-241-8/+8
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-231-129/+31
* Cleanup for pg_statistic commit.Bruce Momjian1999-11-241-2/+3
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-24/+36
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-149/+180
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-1/+2
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-2/+2
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-011-18/+7
* 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