OSDN Git Service

pg_type has a typnamespace column; system now supports creating types
[pg-rex/syncrep.git] / src / backend / utils / cache / lsyscache.c
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).
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
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.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-10-31 Bruce MomjianAdded needed include file.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources