]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer
Update copyrights to 2003.
[postgresql] / src / backend / storage / buffer /
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianAdd config.h as needed.
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-07-13 Bruce MomjianMore cpu cleanups, only for 6.6.
1999-06-29 Vadim B. MikheevAvoid disk writes for read-only transactions.
1999-06-26 Bruce MomjianAdd var defines for no testandset
1999-06-12 Tom LaneMove default NBuffers setting into config.h, and rename it
1999-06-11 Vadim B. MikheevRemoved bad Assert(!buf->ri_lock) when unlocking exclus...
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-06-06 Vadim B. Mikheev1. xact.c: update comments about changing MyProc->xid...
1999-05-29 Tom LaneMissing semicolons in non-HAS_TEST_AND_SET code paths :-(
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-03-14 Bruce MomjianWe have tested the patches on three platforms:
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
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...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1998-12-26 Bruce MomjianLong awaited port for NetBSD/m68k was finally done...
1998-12-18 Bruce MomjianI have ported PostgreSQL 6.4 to Cobalt Qube running...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-18 Bruce MomjianNS32K lock patch reversed.
1998-09-18 Bruce MomjianFix for NS32K machine.
1998-09-03 Bruce MomjianO2. Seems tas() for PPC (storage/buffer/s_lock.c) never...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-06-30 Bruce MomjianRename shared memory area.
1998-06-27 Bruce MomjianRename BindingTable to ShmemIndex.
1998-06-16 Bruce MomjianHere is the long awaited optimized version of the S_LOC...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-05-04 Marc G. FournierMissed the __alpha__ to __alpha change...
1998-05-04 Marc G. FournierOkay...this should fix the s_lock() patches from David...
1998-05-04 Marc G. FournierMajor screwed up s_lock patches...need to be fixed...
1998-04-29 Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-04-27 Marc G. FournierFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1998-04-24 Bruce MomjianInline some small functions called for every row.
1998-04-06 Bruce MomjianHi,
1998-04-05 Bruce MomjianRemove GetDatabaseName/Path and use globals. Make...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-02 Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-07 Marc G. FournierWrap the function in and #ifdef, not the header files
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-30 Marc G. FournierOops, missed adding a file
1997-12-30 Marc G. Fournierbring in alpha/linux s_lock changes
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-11-21 Bruce MomjianRemove archive stuff.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-22 Vadim B. MikheevDebug stuff added to BlowawayRelationBuffers().
1997-10-12 Vadim B. MikheevDecrement relation reference count incremented in
1997-09-22 Vadim B. MikheevBlowaway relation buffers from buffer pool before trunc...
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 MomjianAdd typdefs to pgindent run.
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-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-05-20 Vadim B. Mikheev1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we...
1997-04-18 Vadim B. MikheevCommitInfoNeedsSave[buffer - 1] = 0
1997-04-18 Vadim B. MikheevPrintBufferUsage() changed to report about shared,...
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-26 Bruce MomjianFix typo in struct name.
1997-01-25 Bruce MomjianMore autosize structure error checks.
1997-01-23 Marc G. FournierThe second patch adds a more explicative error message...
1997-01-23 Bruce MomjianRemove SB_PAD. Compute padding at compile time.
1997-01-20 Vadim B. MikheevFixing possible losing data changes:
1997-01-16 Vadim B. MikheevFlushLocalBuffer () releases buffer only if required
1997-01-16 Vadim B. MikheevNo more LateWrite, but there is WriteMode;
1997-01-16 Vadim B. MikheevNo more LateWrite.
1997-01-14 Vadim B. MikheevReleaseTmpRelBuffers is ReleaseRelationBuffers now.
1996-12-31 Vadim B. MikheevReleaseTmpRelBuffers () releases buffers in LOCAL...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
next