aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix comment that Vadim found confusing.Tom Lane2001-04-05
* StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev2001-04-05
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane2001-03-25
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-18
* Make sure ControlFile logId/logSeg don't go backwards (barely possible given aTom Lane2001-03-18
* Rearrange XLogFileInit so that control-file spinlock is not held while fillingTom Lane2001-03-17
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* Use SEP_CHAR consistently in forming XLOG pathnames.Tom Lane2001-03-14
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-13
* XLOG (and related) changes:Tom Lane2001-03-13
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-07
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Avoid 'FATAL: out of free buffers: time to abort !" errorHiroshi Inoue2001-02-22
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-18
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* Comments about GetFreeXLBuffer().Vadim B. Mikheev2001-02-13
* Removed abort() in XLogFileOpen.Vadim B. Mikheev2001-02-13
* When updating a tuple containing compressed-in-line fields, do notTom Lane2001-02-09
* Runtime btree recovery is now ON by default.Vadim B. Mikheev2001-02-07
* Runtime tree recovery is implemented, just testing is left -:)Vadim B. Mikheev2001-02-02
* Couple additional functions to fix tree at runtime.Vadim B. Mikheev2001-01-31
* Call _bt_fixroot() from _bt_insertonpg.Vadim B. Mikheev2001-01-29
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev2001-01-26
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane2001-01-23
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Comment out xlrec in xact_redo - no support for file unlinking onVadim B. Mikheev2001-01-18
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-15
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* New feature:Marc G. Fournier2001-01-12
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-09
* 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