]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer/bufmgr.c
Marginal performance improvement in LockBuffer --- calculate address
[postgresql] / src / backend / storage / buffer / bufmgr.c
2000-03-14 Tom LaneMarginal performance improvement in LockBuffer ---...
2000-02-21 Tom LaneOops, commited a test version of this file by accident...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-17 Hiroshi InoueFix assert bug(was my fault)
2000-01-26 Bruce MomjianAdd:
2000-01-17 Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-11-22 Tom LaneCome to think of it, DropBuffers() could have the same...
1999-11-22 Tom LaneReleaseRelationBuffers() failed to check for I/O in...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
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-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-29 Vadim B. MikheevAvoid disk writes for read-only transactions.
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-05-29 Tom LaneMissing semicolons in non-HAS_TEST_AND_SET code paths :-(
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-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...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
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-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-24 Bruce MomjianInline some small functions called for every row.
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-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-21 Bruce MomjianRemove archive stuff.
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-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-23 Marc G. FournierThe second patch adds a more explicative error message...
1997-01-20 Vadim B. MikheevFixing possible losing data changes:
1997-01-16 Vadim B. MikheevNo more LateWrite, but there is WriteMode;
1997-01-14 Vadim B. MikheevReleaseTmpRelBuffers is ReleaseRelationBuffers now.
1996-12-31 Vadim B. MikheevReleaseTmpRelBuffers () releases buffers in LOCAL...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierClean up Makefile
1996-09-19 Marc G. FournierFix for pg_log bug
1996-07-23 Marc G. FournieriBrought in a fix for backend crashes
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01