postgresql/src/backend/access
Vadim B. Mikheev 4b59366e57 1. Checkpoint.undo may be after checkpoint itself:
- no more elog(STOP) in StartupXLOG();
   - both checkpoint' undo & redo are used to define
     oldest on-line log file.
2. Ability to pre-allocate a few log files at checkpoint time
   (wal_files option). Off by default.
2001-01-09 06:24:33 +00:00
..
common Fix portability problems recently exposed by regression tests on Alphas. 2000-12-27 23:59:14 +00:00
gist No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
hash Repair erroneous use of hashvarlena() for MACADDR, which is not a 2000-12-08 23:57:03 +00:00
heap Correct nasty error in heap_update: it was releasing the buffer refcount 2001-01-07 22:14:31 +00:00
index Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nbtree MUST update (in-memory) data page BEFORE XLogInsert to log 2000-12-29 20:47:17 +00:00
rtree Repair erroneous use of hashvarlena() for MACADDR, which is not a 2000-12-08 23:57:03 +00:00
transam 1. Checkpoint.undo may be after checkpoint itself: 2001-01-09 06:24:33 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00