]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc
Update copyrights to 2003.
[postgresql] / src / backend / storage / ipc /
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-06 Bruce Momjianexit recursion fix from Massimo
1999-11-06 Bruce MomjianFix for recusive exit call from Massimo.
1999-10-10 Bruce MomjianRe-add mention of FAQ's for shared memory/ipc errors.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-09 Tom LaneMinor improvement in SI overflow logic: try to delete
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-04 Tom LaneModify sinval so that InvalidateSharedInvalid() does...
1999-07-22 Bruce MomjianAlpha spinlock fix from Uncle George <gatgul@voicenet...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-06 Vadim B. Mikheev1. xact.c: update comments about changing MyProc->xid...
1999-06-03 Vadim B. Mikheev1. Additional fix against ERROR: Child itemid marked...
1999-05-31 Tom LaneRound up shmem size estimate to 1Kb boundary.
1999-05-28 Tom LaneRepair performance problem in SI segment manipulations...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-02 Tom LaneClean up compile errors and warnings, cf Billy Allie's
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-19 Tom LaneReorder startup ops so that if preallocation of semas...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-21 Vadim B. MikheevVariableCache (next XID generator) is placed in shmem.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-07-12 Bruce MomjianReverse out unused patch.
1998-07-12 Bruce MomjianPrint relation name before vacuum, results after vacuum.
1998-06-30 Bruce MomjianRename shared memory area.
1998-06-28 Bruce MomjianUpdate backend flowchart.
1998-06-27 Bruce MomjianRename BindingTable to ShmemIndex.
1998-06-27 Bruce MomjianMore cleanups for compiler warnings.
1998-06-27 Bruce MomjianRename proc_exit_clear to on_exit_reset.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-26 Bruce MomjianRename Lockm to Locks.
1998-06-25 Bruce MomjianRename BindingTab to BindingTable.
1998-06-23 Bruce MomjianBack out some changes I made just for testing.
1998-06-23 Bruce MomjianAdd underscores in manual references.
1998-06-23 Bruce Momjiancleanups
1998-06-23 Bruce Momjianrename MAIN_MEMORY to STABLE_MEMORY_STORAGE
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-18 Bruce MomjianAdd Assert().
1998-06-18 Bruce MomjianCleanup UsePrivateMemory define.
1998-06-18 Bruce MomjianCleanups.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-26 Bruce MomjianCleanup.
1998-04-06 Bruce MomjianASSERT fixes.
1998-04-06 Bruce MomjianHi,
1998-03-02 Marc G. FournierLast minute clean up for SunOS...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-09-22 Vadim B. MikheevHave to PROC_INCR_SLOCK before return.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-21 Bruce MomjianRemove unused spin function when no spinlocks.
1997-08-20 Marc G. FournierChanges for Digital Unix
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-17 Marc G. FournierFixes for alphalinux port by abrams@philos.umass.edu
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-29 Bruce MomjianmkLinux patches from Tatsuo Ishii.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-06-06 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06 Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-04-24 Marc G. FournierVarious patches not commited, plus a linux/sparc patch...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-01-26 Bruce MomjianChange next to nextstep where missed.
1997-01-14 Bruce MomjianAnother compilation error has surfaced on Ultrix. In...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-27 Vadim B. MikheevTransactionIdIsInProgress is here now and gives quality...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
next