| Commit message (Expand) | Author | Age | Files | Lines |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -2/+2 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -196/+110 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -6/+7 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane | 1999-10-02 | 1 | -6/+8 |
| * | heap_close(rel, AccessShareLock); | Vadim B. Mikheev | 1999-09-28 | 1 | -2/+2 |
| * | I have been working with user defined types and user defined c | Bruce Momjian | 1999-09-28 | 1 | -3/+31 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -19/+12 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Add back improperly removed #include for utils/dynamic_loader.h. | Tom Lane | 1999-07-16 | 1 | -1/+3 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -9/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -6/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -5/+6 |
| * | Improve error message from failed LOAD command (include | Tom Lane | 1999-05-22 | 1 | -5/+9 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Clean up some minor compile warnings. | Tom Lane | 1999-02-07 | 1 | -2/+4 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -3/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -10/+10 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -8/+9 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -19/+1 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -2/+2 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -8/+8 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -8/+8 |
| * | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 | 1 | -2/+3 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -3/+3 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -20/+20 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -205/+236 |
| * | trigger_dynamic()->handle_load() func for loading SPI-triggers | Vadim B. Mikheev | 1997-09-01 | 1 | -1/+13 |
| * | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 | 1 | -3/+3 |
| * | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -2/+2 |
| * | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 | 1 | -12/+2 |
| * | Improvements to the ultrix port, in particular a bunch of compiler | Marc G. Fournier | 1997-02-13 | 1 | -1/+4 |
| * | More stuff to make it compile on various ports. | Bryan Henderson | 1996-11-27 | 1 | -1/+2 |
| * | Typecasts, etc. to make compile work on AIX. Thanks Darren King.. | Bryan Henderson | 1996-11-24 | 1 | -2/+2 |
| * | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 | 1 | -2/+2 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+269 |