]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/syscache.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / utils / cache / syscache.c
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-18 Tom LaneDo some restructuring to improve performance of the...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianChange /*---- commants to /* where appropriate. pginde...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-06-20 Tom LaneFix handling of type tuple associated with a temp relat...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-07 Bruce MomjianRe-order pg_listener index so it can later be used...
2000-06-07 Bruce MomjianAdd index on pg_index.indrelid for Tom Lane.
2000-06-06 Tom LaneImprove comments for SearchSysCacheTuple and SearchSysC...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-24 Bruce MomjianUpdate for index change. Semes it didn't work the...
2000-01-24 Bruce MomjianRemove Ops parameter from STATRELID cache lookup, for...
2000-01-23 Tom LaneReplace SearchSysCacheGetAttribute with SysCacheGetAttr...
1999-11-24 Bruce MomjianCleanup for pg_statistic commit.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-09-30 Jan WieckRemoved (useless) pg_proc_prosrc_index
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-04 Bruce MomjianIntercept temp table lookups further up to map temp...
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
1999-07-20 Bruce MomjianReverse out cache changes that are not ready yet.
1999-07-20 Bruce MomjianUse -ieee alpha flag for gcc and egcs only.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-07 Bruce MomjianFix for \do and ceil()/float.
1999-05-29 Tom LaneClean up inefficient and just plain bad code in some...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-09 Thomas G. LockhartFix CACHEDEBUG debugging statements; usually not used...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-08-15 Marc G. FournierFixes a bug in 'create index'
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01