summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/s_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-131-3/+3
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-061-2/+2
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-3/+5
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-171-3/+2
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-261-1/+20
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-181-2/+23
* Initial MVCC code.Vadim B. Mikheev1998-12-151-7/+14
* NS32K lock patch reversed.Bruce Momjian1998-09-181-12/+1
* Fix for NS32K machine.Bruce Momjian1998-09-181-1/+12
* O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works ifBruce Momjian1998-09-031-13/+16
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-17/+21
* Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian1998-06-161-175/+58
* Missed the __alpha__ to __alpha change...Marc G. Fournier1998-05-041-3/+3
* Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier1998-05-041-1/+1
* Major screwed up s_lock patches...need to be fixed...Marc G. Fournier1998-05-041-41/+314
* From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier1998-04-271-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-13/+16
* Wrap the function in and #ifdef, not the header filesMarc G. Fournier1998-01-071-3/+2
* Oops, missed adding a fileMarc G. Fournier1997-12-301-0/+65