aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane2001-01-07
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* MUST update (in-memory) data page BEFORE XLogInsert to logVadim B. Mikheev2000-12-29
* nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Remove elog for online log files.Vadim B. Mikheev2000-12-11
* elog(LOG)-->elog(DEBUG) for skipped logs.Vadim B. Mikheev2000-12-11
* Resolve complie error(was my fault).Hiroshi Inoue2000-12-11
* *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.Hiroshi Inoue2000-12-11
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* RecordTransactionAbort() shouldn't log XLOG_XACT_ABORTHiroshi Inoue2000-12-07
* Silence compiler warning.Tom Lane2000-12-07
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* XLOG stuff for sequences.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
* Check for link(2) failure.Tom Lane2000-11-27
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut2000-11-21
* Put external declarations into header files.Peter Eisentraut2000-11-21
* miscVadim B. Mikheev2000-11-21
* Fix OID bootstraping.Vadim B. Mikheev2000-11-21
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-21
* Silence gcc warnings.Tom Lane2000-11-20
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-20
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-10
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-01
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-31
* WAL fixes.Vadim B. Mikheev2000-10-29
* WALVadim B. Mikheev2000-10-28