| Commit message (Expand) | Author | Age |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 |
* | exit recursion fix from Massimo | Bruce Momjian | 1999-11-06 |
* | Fix for recusive exit call from Massimo. | Bruce Momjian | 1999-11-06 |
* | Re-add mention of FAQ's for shared memory/ipc errors. | Bruce Momjian | 1999-10-10 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Minor improvement in SI overflow logic: try to delete | Tom Lane | 1999-09-09 |
* | I finally understood what sinvaladt.c is doing --- and it | Tom Lane | 1999-09-06 |
* | Modify sinval so that InvalidateSharedInvalid() does not hold | Tom Lane | 1999-09-04 |
* | Alpha spinlock fix from Uncle George <gatgul@voicenet.com> | Bruce Momjian | 1999-07-22 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | 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 |
* | 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin. | Vadim B. Mikheev | 1999-06-06 |
* | 1. Additional fix against ERROR: Child itemid marked as unused | Vadim B. Mikheev | 1999-06-03 |
* | Round up shmem size estimate to 1Kb boundary. | Tom Lane | 1999-05-31 |
* | Repair performance problem in SI segment manipulations: iterating | Tom Lane | 1999-05-28 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 |
* | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 |
* | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 |
* | Reorder startup ops so that if preallocation of semas fails, | Tom Lane | 1999-02-19 |
* | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 |
* | Serialized mode works! | Vadim B. Mikheev | 1998-12-16 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | Fix for indexing problems. | Bruce Momjian | 1998-09-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | VariableCache (next XID generator) is placed in shmem. | Vadim B. Mikheev | 1998-07-21 |
* | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 |
* | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 |
* | Reverse out unused patch. | Bruce Momjian | 1998-07-12 |
* | Print relation name before vacuum, results after vacuum. | Bruce Momjian | 1998-07-12 |
* | Rename shared memory area. | Bruce Momjian | 1998-06-30 |
* | Update backend flowchart. | Bruce Momjian | 1998-06-28 |
* | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 |