]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/lsyscache.c
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / backend / utils / cache / lsyscache.c
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-01 Tom LaneTeach planner to expand sufficiently simple SQL-languag...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-09-19 Tom LaneTweak heap.c to refuse attempts to create table columns...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
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 LaneA little further progress on schemas: push down RangeVa...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-05-09 Tom LaneFirst cut at making indexscan cost estimates depend...
2001-05-09 Tom LaneCause planner to make use of average-column-width stati...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-07-23 Tom LaneClean up some sloppy casts --- Oid vs. Datum, that...
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Tom LaneIf we don't have any stats for a boolean column, assume
2000-01-26 Bruce MomjianAdd:
2000-01-23 Tom LaneReplace SearchSysCacheGetAttribute with SysCacheGetAttr...
1999-12-31 Tom LaneClean up datatypes and comments for op_class() routine.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-09 Tom LaneRepair error noticed by Roberto Cornacchia: selectivity...
1999-08-16 Tom LaneAdd get_func_rettype() to general-use lsyscache routines,
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
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-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-29 Tom LaneClean up inefficient and just plain bad code in some...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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-08-16 Thomas G. LockhartAllow a null pointer to be returned from get_opname().
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-08-11 Bruce MomjianMore op_class cleanup.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-20 Bruce MomjianParser cleanup.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
next