]> granicus.if.org Git - postgresql/history - src/include/utils/syscache.h
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / include / utils / syscache.h
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-09-04 Bruce Momjianpgindent run.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
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-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-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-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-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-23 Tom LaneReplace SearchSysCacheGetAttribute with SysCacheGetAttr...
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
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-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-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
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-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-19 Marc G. Fournierstep by step...file by file...
1996-08-28 Marc G. FournierMore cleanups of the include files