| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix comment that Vadim found confusing. | Tom Lane | 2001-04-05 | 1 | -5/+4 |
| * | StartupXLOG(): initialize XLogCtl->Insert to new page if there is | Vadim B. Mikheev | 2001-04-05 | 1 | -14/+44 |
| * | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 | 1 | -29/+58 |
| * | Fix code that incorrectly assumed a 'char foo[N]' local variable would | Tom Lane | 2001-03-25 | 1 | -5/+8 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 5 | -22/+31 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 13 | -1008/+771 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 32 | -1922/+2145 |
| * | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 | 3 | -57/+5 |
| * | Make sure ControlFile logId/logSeg don't go backwards (barely possible given a | Tom Lane | 2001-03-18 | 1 | -3/+4 |
| * | Rearrange XLogFileInit so that control-file spinlock is not held while filling | Tom Lane | 2001-03-17 | 1 | -75/+117 |
| * | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 | 1 | -26/+205 |
| * | Use SEP_CHAR consistently in forming XLOG pathnames. | Tom Lane | 2001-03-14 | 1 | -3/+4 |
| * | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane | 2001-03-13 | 1 | -13/+54 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 5 | -1081/+1561 |
| * | Repair a number of places that didn't bother to check whether PageAddItem | Tom Lane | 2001-03-07 | 5 | -190/+333 |
| * | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 2 | -11/+15 |
| * | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 | 4 | -11/+11 |
| * | Avoid 'FATAL: out of free buffers: time to abort !" error | Hiroshi Inoue | 2001-02-22 | 1 | -0/+2 |
| * | Change default commit_delay to zero, update documentation. | Tom Lane | 2001-02-18 | 1 | -7/+15 |
| * | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 1 | -27/+47 |
| * | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 | 2 | -21/+39 |
| * | Comments about GetFreeXLBuffer(). | Vadim B. Mikheev | 2001-02-13 | 1 | -1/+18 |
| * | Removed abort() in XLogFileOpen. | Vadim B. Mikheev | 2001-02-13 | 1 | -2/+1 |
| * | When updating a tuple containing compressed-in-line fields, do not | Tom Lane | 2001-02-09 | 1 | -3/+3 |
| * | Runtime btree recovery is now ON by default. | Vadim B. Mikheev | 2001-02-07 | 3 | -53/+55 |
| * | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev | 2001-02-02 | 1 | -67/+202 |
| * | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev | 2001-01-31 | 1 | -7/+324 |
| * | Call _bt_fixroot() from _bt_insertonpg. | Vadim B. Mikheev | 2001-01-29 | 2 | -5/+60 |
| * | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 4 | -8/+8 |
| * | First step in attempt to fix tree at runtime: create upper levels | Vadim B. Mikheev | 2001-01-26 | 3 | -61/+282 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 43 | -84/+84 |
| * | Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. | Tom Lane | 2001-01-23 | 1 | -2/+3 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 2 | -7/+84 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -6/+6 |
| * | Comment out xlrec in xact_redo - no support for file unlinking on | Vadim B. Mikheev | 2001-01-18 | 1 | -3/+1 |
| * | Tweak heap_update/delete so that we do not hold the buffer context lock | Tom Lane | 2001-01-15 | 2 | -51/+74 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 3 | -4/+21 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 5 | -36/+36 |
| * | New feature: | Marc G. Fournier | 2001-01-12 | 1 | -618/+485 |
| * | 1. Checkpoint.undo may be after checkpoint itself: | Vadim B. Mikheev | 2001-01-09 | 1 | -26/+82 |
| * | Correct nasty error in heap_update: it was releasing the buffer refcount | Tom Lane | 2001-01-07 | 1 | -11/+37 |
| * | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 | 1 | -2/+2 |
| * | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 | 1 | -24/+45 |
| * | Fixed misprint in heap update WALoging. | Vadim B. Mikheev | 2000-12-30 | 2 | -5/+24 |
| * | Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to | Tom Lane | 2000-12-29 | 1 | -55/+27 |
| * | MUST update (in-memory) data page BEFORE XLogInsert to log | Vadim B. Mikheev | 2000-12-29 | 2 | -17/+15 |
| * | nbtree_xlog_newroot: set meta flag in meta page opaque. | Vadim B. Mikheev | 2000-12-29 | 1 | -1/+4 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 6 | -1064/+925 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 5 | -205/+170 |
| * | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 | 1 | -3/+3 |