| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -5/+5 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Fix for failure to clean SysCache entry when a relation is deleted | Tom Lane | 1999-06-04 | 1 | -37/+51 |
| * | Fix some latent bugs in dllist.c (carelessness about setting | Tom Lane | 1999-05-31 | 1 | -6/+8 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+3 |
| * | 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 | -3/+3 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -2/+1 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -7/+7 |
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 1 | -1/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -4/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -15/+15 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -11/+7 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -2/+2 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -15/+1 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -13/+23 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -2/+2 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -2/+2 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -2/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -8/+8 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-23 | 1 | -1/+24 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -3/+3 |
| * | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 | 1 | -3/+3 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -4/+4 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -4/+4 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -6/+6 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -2/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 1 | -3/+7 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -17/+17 |
| * | 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 indenting... | Bruce Momjian | 1997-09-08 | 1 | -126/+126 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -864/+922 |
| * | Fix for pointer arithmetic. | Bruce Momjian | 1997-08-26 | 1 | -2/+2 |
| * | Change void * to Dllist*. | Bruce Momjian | 1997-08-26 | 1 | -3/+3 |
| * | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 | 1 | -3/+14 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -6/+16 |
| * | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson | 1996-12-04 | 1 | -2/+2 |
| * | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 | 1 | -1/+2 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -2/+2 |
| * | Fixes: Growing backend when using nested function calls | Marc G. Fournier | 1996-10-24 | 1 | -1/+32 |
| * | D'Arcy change. | Bruce Momjian | 1996-10-13 | 1 | -2/+2 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+1023 |