aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Relcache Size fix.Bruce Momjian1999-01-22
* Fix for Size sizeof in cache code.Bruce Momjian1999-01-22
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Hi all,Bruce Momjian1998-08-28
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* fix for index problem.Bruce Momjian1998-08-20
* fix for ecpg corruptionBruce Momjian1998-08-19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Allow a null pointer to be returned from get_opname().Thomas G. Lockhart1998-08-16
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* More op_class cleanup.Bruce Momjian1998-08-11
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Cleanup Name usage.Bruce Momjian1998-07-20
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Fix CACHEDEBUG debugging statements; usually not used and apparentlyThomas G. Lockhart1998-05-09
* This patch...Bruce Momjian1998-04-27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* Hi,Bruce Momjian1998-04-06
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-23
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-29
* Parser cleanup.Bruce Momjian1998-01-20
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-14
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19