aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-22
* Still further tweaking of s_lock assembler: do not assume that leadingTom Lane2001-01-20
* cleanup.Bruce Momjian2001-01-19
* Remove ; and add \n to ASM code.Bruce Momjian2001-01-19
* Fix alignmentBruce Momjian2001-01-19
* Fix univel asm alignmentBruce Momjian2001-01-19
* Add __volatile__ to all __asm__ and make consistent indentingBruce Momjian2001-01-19
* New ASM format:Bruce Momjian2001-01-19
* Fix VAX ASM '1 f' -> '1f'.Bruce Momjian2001-01-18
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-16
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-16
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Fix small but critical typo ...Tom Lane2001-01-09
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Clean up spinlock assembly code slightly (just cosmetic improvements)Tom Lane2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart2000-12-03
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Put external declarations into header files.Peter Eisentraut2000-11-21
* No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev2000-11-20
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* Reconsider page size for large objects: rather than stuffing disk pagesTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Tom Lane wrote:Bruce Momjian2000-10-08
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02