]> granicus.if.org Git - postgresql/history - src/backend/utils/cache
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils / cache /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-07 Bruce MomjianFix for \do and ceil()/float.
1999-07-03 Bruce MomjianAdd abortcurrent trans to temp table fix.
1999-07-02 Bruce MomjianFix for removal of temp tables if last transaction...
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-05-31 Tom LaneFix some latent bugs in dllist.c (carelessness about...
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-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-01 Tom LaneArrange for VACUUM to delete the init file that relcach...
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...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-22 Bruce MomjianRelcache Size fix.
1999-01-22 Bruce MomjianFix for Size sizeof in cache code.
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-12 Bruce MomjianFix for vacuum and cache use. Fix for BSDI 4.0.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-28 Bruce MomjianHi all,
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-20 Bruce Momjianfix for index problem.
1998-08-19 Bruce Momjianfix for ecpg corruption
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-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-20 Bruce MomjianCleanup Name usage.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-05-09 Thomas G. LockhartFix CACHEDEBUG debugging statements; usually not used...
1998-04-27 Bruce MomjianThis patch...
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-04-06 Bruce MomjianHi,
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
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-23 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-20 Bruce MomjianParser cleanup.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-14 Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
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-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-25 Thomas G. LockhartChange column number constant to reflect change in...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-12 Vadim B. MikheevRelationBuildRuleLock(): char* --> Datum for ruleaction and
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 MomjianAdd typdefs to pgindent run.
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-09-01 Vadim B. MikheevCalls of RelationBuildTriggers() & FreeTriggerDesc()
1997-08-26 Bruce MomjianFix for pointer arithmetic.
1997-08-26 Bruce MomjianChange void * to Dllist*.
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-22 Vadim B. MikheevFetch information about DEFAULT/CHECK while openning...
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-21 Vadim B. MikheevRead info for DEFAULT from pg_attrdef.
1997-08-20 Bruce MomjianMore NOT_USEDs
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-06-04 Vadim B. MikheevNew func RelationForgetRelation();
1997-05-22 Vadim B. MikheevRelationPurgeLocalRelation():
1997-05-20 Vadim B. MikheevLittle memmory leak in RelationFlushRelation() in freeing
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
next