aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Fix multi-column index scans in internal pages.Vadim B. Mikheev1997-10-22
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-24
* +#include <access/xact.h>Vadim B. Mikheev1997-09-22
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Cleanup for array fix patch.Bruce Momjian1997-09-10
* Fix for arrays.Bruce Momjian1997-09-10
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* TupleUpdatedByCurXactAndCmd () changed due toVadim B. Mikheev1997-08-29
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-29
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24