]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/syscache.c
Create the planner mechanism for optimizing simple MIN and MAX queries
[postgresql] / src / backend / utils / cache / syscache.c
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2002-09-04 Bruce Momjianpgindent run.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
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