summaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAgeFilesLines
* cleanupBruce Momjian1999-03-141-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-137-17/+17
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-032-8/+5
* Turns out it's easy to cache the fmgr function lookupTom Lane1999-01-271-9/+9
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-11/+109
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-241-41/+33
* Use heap_attisnull, rather than heap_getattr, for a smallTom Lane1999-01-241-19/+13
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-46/+43
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-2/+3
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-121-5/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-274-75/+108
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-1/+3
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-072-255/+21
* offsetof cleanup.Bruce Momjian1998-09-041-3/+3
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-041-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-013-6/+9
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-015-76/+76
* 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
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-193-48/+11
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-5/+5
* 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
* Remove un-needed braces around single statements.Bruce Momjian1998-06-154-26/+4
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-3/+5
* Pass atttypmod to the frontend.Bruce Momjian1998-05-141-2/+3
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* Hi,Bruce Momjian1998-04-061-7/+4
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-264-83/+85
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-113-35/+29
* 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-313-100/+86
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-13/+4
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-153-7/+8
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-074-26/+26
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-054-26/+26
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Clean up the MakefilesMarc G. Fournier1997-12-171-4/+6
* More VARHDRSZ additions.Bruce Momjian1997-12-081-2/+2