aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-21
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Cleanup Name usage.Bruce Momjian1998-07-20
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-16
* 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
* Pass atttypmod to the frontend.Bruce Momjian1998-05-14
* Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian1998-05-13
* This patch...Bruce Momjian1998-04-27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier1998-04-10
* Okay, add relation name to the file generating the error...Marc G. Fournier1998-04-10
* See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier1998-04-10
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* ASSERT fixes.Bruce Momjian1998-04-06
* Hi,Bruce Momjian1998-04-06
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* Fix scan adjusting for marked index tuples.Vadim B. Mikheev1998-02-28
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-26
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Change:Marc G. Fournier1998-02-21
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* atttypmod now -1.Bruce Momjian1998-02-07
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-05
* Symptom:Marc G. Fournier1998-02-05
* char() cleanup and more cacheoff improvements.Bruce Momjian1998-02-05
* Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian1998-02-04
* fmgr_faddr cleanupBruce Momjian1998-01-31
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...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
* Clean up the MakefilesMarc G. Fournier1997-12-17
* Remove trailing period from an elog message.Thomas G. Lockhart1997-12-09
* More VARHDRSZ additions.Bruce Momjian1997-12-08
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06