Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make 'name' type int aligned, like char/varchar. | Bruce Momjian | 1998-08-27 | 1 | -4/+2 | |
| | ||||||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -7/+1 | |
| | ||||||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -30/+31 | |
| | ||||||
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -15/+15 | |
| | ||||||
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 | 1 | -5/+5 | |
| | ||||||
* | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian | 1998-02-05 | 1 | -2/+2 | |
| | ||||||
* | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian | 1998-02-04 | 1 | -43/+65 | |
| | ||||||
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -74/+43 | |
| | | | | calls. | |||||
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -6/+6 | |
| | ||||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -6/+6 | |
| | ||||||
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -2/+2 | |
| | ||||||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 | |
| | ||||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -6/+6 | |
| | ||||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -96/+96 | |
| | | | | indenting. Also static variable indenting. | |||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -360/+398 | |
| | ||||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | 1 | -2/+4 | |
| | | | | NOT_USED. | |||||
* | Someone forgot about aligning in fastgetiattr()... | Vadim B. Mikheev | 1997-06-12 | 1 | -34/+63 | |
| | ||||||
* | Someone forgot about 'case sizeof(int32)' for | Vadim B. Mikheev | 1997-03-26 | 1 | -1/+4 | |
| | | | | tupleDesc->attrs[i]->attlen in fastgetiattr. | |||||
* | Re-add -I../.. for fmgr.h | Marc G. Fournier | 1996-11-05 | 1 | -8/+7 | |
| | | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror | |||||
* | Clean up a few of the #include files | Marc G. Fournier | 1996-11-05 | 1 | -2/+1 | |
| | ||||||
* | That pretty much totally cleans up the includes files here. | Marc G. Fournier | 1996-11-03 | 1 | -1/+6 | |
| | ||||||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -17/+4 | |
| | ||||||
* | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 | 1 | -18/+4 | |
| | | | | Compiled with -Wall -Werror | |||||
* | Cosmetic changes to ordering of #include files | Marc G. Fournier | 1996-10-21 | 1 | -25/+25 | |
| | ||||||
* | Make line 159:bp = NULL, to quiet compiler | Marc G. Fournier | 1996-10-21 | 1 | -2/+2 | |
| | | | | Suggested by: Randy Terbush <randy@zyzzyva.com> | |||||
* | Other then: | Marc G. Fournier | 1996-10-20 | 1 | -1/+22 | |
| | | | | | | indextuple.c:159: warning: `bp' might be used uninitialized in this function this directory passes -Wall -Werror under FreeBSD | |||||
* | First pass at fixing my own mistakes | Marc G. Fournier | 1996-10-20 | 1 | -1/+12 | |
| | | | | | | Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy | |||||
* | There...that pretty much cleans up redundant/unused #includes in | Marc G. Fournier | 1996-10-19 | 1 | -11/+1 | |
| | | | | access/common...how many more directories to go? :) | |||||
* | One at a time...another one is complete... | Marc G. Fournier | 1996-10-19 | 1 | -11/+13 | |
| | ||||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+427 | |