| Commit message (Expand) | Author | Age |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | cleanup | Bruce Momjian | 1999-07-09 |
* | Update tuple size check. | Bruce Momjian | 1999-07-03 |
* | Fix for insertion of tuple too large. | Bruce Momjian | 1999-07-03 |
* | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 |
* | typo fix. | Bruce Momjian | 1999-07-02 |
* | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev | 1999-06-10 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 |
* | Use page-level ExtendLock lock instead of table-level - | Vadim B. Mikheev | 1999-05-01 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | fix for index problem. | Bruce Momjian | 1998-08-20 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 |
* | Change error message and remove non-functional update message, from | Bruce Momjian | 1998-06-16 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Hi, | Bruce Momjian | 1998-04-06 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
* | Clean up the Makefiles | Marc G. Fournier | 1997-12-17 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | 1997-08-27 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |