| Commit message (Expand) | Author | Age | Files | Lines |
| * | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 | 1 | -1/+90 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -17/+19 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -21/+70 |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 1 | -2/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -6/+7 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -12/+12 |
| * | 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 | -2/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+3 |
| * | cleanup | Bruce Momjian | 1999-07-09 | 1 | -2/+1 |
| * | typo fix. | Bruce Momjian | 1999-07-02 | 1 | -2/+2 |
| * | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev | 1999-06-10 | 1 | -7/+22 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -55/+57 |
| * | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 1 | -1/+2 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -249/+247 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -206/+204 |
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 1 | -25/+1 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -2/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -19/+22 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -23/+23 |
| * | fix for index problem. | Bruce Momjian | 1998-08-20 | 1 | -19/+19 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -236/+240 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -14/+14 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -4/+4 |
| * | Change error message and remove non-functional update message, from | Bruce Momjian | 1998-06-16 | 1 | -2/+5 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -51/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -9/+10 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -2/+2 |
| * | 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 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -2/+2 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -39/+22 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -8/+7 |
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 1 | -15/+20 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -4/+4 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -4/+4 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -31/+31 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -1208/+1323 |
| * | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | 1997-08-27 | 1 | -7/+9 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -1/+3 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -2/+2 |
| * | Catch non-functional delete attempts. | Vadim B. Mikheev | 1997-08-06 | 1 | -1/+14 |
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-28 | 1 | -4/+5 |
| * | Removed unlinked patch that is not neede now that Vadim has properly fixed it. | Bruce Momjian | 1997-01-23 | 1 | -9/+1 |
| * | Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error. | Bruce Momjian | 1997-01-01 | 1 | -1/+9 |
| * | More cleanups | Marc G. Fournier | 1996-11-05 | 1 | -32/+16 |
| * | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 | 1 | -38/+3 |