| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -6/+6 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -3/+3 |
| * | 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 | 3 | -284/+291 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 2 | -213/+211 |
| * | 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 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | 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 | 2 | -17/+17 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 2 | -17/+17 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | Clean up the Makefiles | Marc G. Fournier | 1997-12-17 | 1 | -5/+7 |
| * | 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 | 3 | -49/+49 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 3 | -1585/+1706 |
| * | 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 | 2 | -3/+15 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 2 | -4/+4 |
| * | 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 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -2/+2 |
| * | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 | 1 | -2/+3 |
| * | Missed a file... | Marc G. Fournier | 1996-11-05 | 1 | -1/+3 |
| * | More cleanups | Marc G. Fournier | 1996-11-05 | 3 | -53/+27 |
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -2/+1 |
| * | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 | 3 | -100/+7 |
| * | Cleaned out -I../.. -I../../include from Makefile | Marc G. Fournier | 1996-10-31 | 4 | -7/+12 |
| * | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 2 | -14/+37 |
| * | -Wall'd | Marc G. Fournier | 1996-10-21 | 3 | -4/+49 |
| * | First pass at fixing my own mistakes | Marc G. Fournier | 1996-10-20 | 3 | -3/+85 |
| * | Another directory cleaned out | Marc G. Fournier | 1996-10-20 | 3 | -52/+16 |
| * | Move #define PageIsNew (true if page is not initialize) to bufpage.h | Vadim B. Mikheev | 1996-10-18 | 1 | -8/+1 |