summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-0139-404/+405
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-301-3/+11
* Make 'name' type int aligned, like char/varchar.Bruce Momjian1998-08-271-4/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-252-6/+6
* fix for index problem.Bruce Momjian1998-08-201-19/+19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-1919-418/+429
* fix typo.Bruce Momjian1998-08-111-2/+2
* Strategy cleanups.Bruce Momjian1998-08-111-8/+4
* index strategy cleanupBruce Momjian1998-08-111-9/+2
* Update flowchart.Bruce Momjian1998-08-101-15/+9
* Fix scan adjustment.Vadim B. Mikheev1998-07-302-3/+131
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-277-28/+28
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-211-69/+19
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-1/+13
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-202-5/+5
* Cleanup Name usage.Bruce Momjian1998-07-201-1/+1
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-5/+5
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-3/+3
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-162-2/+23
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-161-2/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-1525-350/+22
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-152-18/+30
* Pass atttypmod to the frontend.Bruce Momjian1998-05-141-2/+3
* Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian1998-05-131-3/+3
* This patch...Bruce Momjian1998-04-272-29/+27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-264-101/+10
* Inline some small functions called for every row.Bruce Momjian1998-04-241-11/+1
* Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier1998-04-101-2/+2
* Okay, add relation name to the file generating the error...Marc G. Fournier1998-04-101-3/+3
* See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier1998-04-101-2/+3
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-074-10/+101
* ASSERT fixes.Bruce Momjian1998-04-061-3/+3
* Hi,Bruce Momjian1998-04-068-42/+25
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-304-101/+10
* Fix scan adjusting for marked index tuples.Vadim B. Mikheev1998-02-281-1/+5
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-261-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-2614-121/+123
* Change:Marc G. Fournier1998-02-211-2/+2
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-114-37/+31
* Pass around typmod as int16.Bruce Momjian1998-02-102-6/+6
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-102-9/+14
* atttypmod now -1.Bruce Momjian1998-02-071-2/+2
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-062-9/+9
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-051-2/+2
* Symptom:Marc G. Fournier1998-02-051-2/+2
* char() cleanup and more cacheoff improvements.Bruce Momjian1998-02-051-11/+32
* Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian1998-02-042-106/+156
* fmgr_faddr cleanupBruce Momjian1998-01-311-1/+2
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-314-103/+88