| Commit message (Expand) | Author | Age | Files | Lines |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 1 | -3/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -7/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -1/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Reversed out Massimo patch. | Bruce Momjian | 1999-06-12 | 1 | -26/+3 |
| * | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian | 1999-06-12 | 1 | -3/+26 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -35/+39 |
| * | cleanup | Bruce Momjian | 1999-03-14 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Tighten coding of inner loops in nocachegetattr ... | Tom Lane | 1999-01-24 | 1 | -41/+33 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -63/+96 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -1/+3 |
| * | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 | 1 | -181/+16 |
| * | offsetof cleanup. | Bruce Momjian | 1998-09-04 | 1 | -3/+3 |
| * | t_bits alignment fix from Tatsuo Ishii | Bruce Momjian | 1998-09-04 | 1 | -3/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -39/+39 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -41/+5 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -44/+45 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -18/+12 |
| * | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 | 1 | -4/+4 |
| * | Symptom: | Marc G. Fournier | 1998-02-05 | 1 | -2/+2 |
| * | char() cleanup and more cacheoff improvements. | Bruce Momjian | 1998-02-05 | 1 | -11/+32 |
| * | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian | 1998-02-04 | 1 | -63/+91 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -20/+37 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -14/+14 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -14/+14 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -73/+10 |
| * | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 | 1 | -3/+3 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -3/+3 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -28/+25 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -3/+3 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -339/+339 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -757/+846 |
| * | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 | 1 | -59/+6 |
| * | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 | 1 | -20/+14 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -2/+6 |
| * | Add comments describing interface to heap_getattr(). | Bryan Henderson | 1996-12-09 | 1 | -21/+30 |
| * | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson | 1996-12-04 | 1 | -3/+3 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -1/+2 |
| * | Re-add -I../.. for fmgr.h | Marc G. Fournier | 1996-11-05 | 1 | -8/+8 |
| * | Clean up a few of the #include files | Marc G. Fournier | 1996-11-05 | 1 | -2/+1 |
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -3/+1 |
| * | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 | 1 | -6/+6 |
| * | Okay, so I was going backwards on my include cleanup... | Marc G. Fournier | 1996-11-01 | 1 | -34/+7 |
| * | Added misc include files | Marc G. Fournier | 1996-10-31 | 1 | -1/+2 |
| * | Cosmetic changes to ordering of #include files | Marc G. Fournier | 1996-10-21 | 1 | -28/+27 |