aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Add config.h as needed.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
* Add var defines for no testandsetBruce Momjian1999-06-26
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-12
* Removed bad Assert(!buf->ri_lock) when unlocking exclusivelyVadim B. Mikheev1999-06-11
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* Missing semicolons in non-HAS_TEST_AND_SET code paths :-(Tom Lane1999-05-29
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-26
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-18
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* NS32K lock patch reversed.Bruce Momjian1998-09-18
* Fix for NS32K machine.Bruce Momjian1998-09-18
* O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works ifBruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* Rename shared memory area.Bruce Momjian1998-06-30
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Missed the __alpha__ to __alpha change...Marc G. Fournier1998-05-04
* Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier1998-05-04
* Major screwed up s_lock patches...need to be fixed...Marc G. Fournier1998-05-04
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-04-29
* From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier1998-04-27
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Hi,Bruce Momjian1998-04-06
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-05