summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
1998-04-27This patch...Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
1998-04-10Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier
1998-04-10Okay, add relation name to the file generating the error...Marc G. Fournier
1998-04-10See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06ASSERT fixes.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-02-28Fix scan adjusting for marked index tuples.Vadim B. Mikheev
1998-02-26index_markpos()/index_restrpos are used now.Vadim B. Mikheev
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-21Change:Marc G. Fournier
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-05Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian
1998-02-05 Symptom:Marc G. Fournier
1998-02-05char() cleanup and more cacheoff improvements.Bruce Momjian
1998-02-04Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian
1998-01-31fmgr_faddr cleanupBruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-13Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17Clean up the MakefilesMarc G. Fournier
1997-12-09Remove trailing period from an elog message.Thomas G. Lockhart
1997-12-08More VARHDRSZ additions.Bruce Momjian
1997-12-06Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-22Fix multi-column index scans in internal pages.Vadim B. Mikheev
1997-09-24Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart
1997-09-22+#include <access/xact.h>Vadim B. Mikheev
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18Inline frequently called functions.Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-10Cleanup for array fix patch.Bruce Momjian
1997-09-10Fix for arrays.Bruce Momjian