Age | Commit message (Expand) | Author |
2007-10-12 | When telling the bgwriter that we need a checkpoint because too much xlog | Tom Lane |
2007-09-30 | Adjust recovery PS display as agreed with Simon: 'waiting for XXX' | Tom Lane |
2007-09-29 | Make recovery show the current input WAL segment name in the startup | Tom Lane |
2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane |
2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
2007-08-28 | Add a debug logging message when a resource manager rejects an attempted | Tom Lane |
2007-08-13 | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane |
2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
2007-05-31 | Make some messages more consistent | Peter Eisentraut |
2007-05-31 | Downgrade some low-level startup messages to DEBUG1. | Peter Eisentraut |
2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
2007-05-20 | To support external compression of archived WAL data, add a flag bit to | Tom Lane |
2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
2007-04-03 | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane |
2007-04-03 | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane |
2007-03-03 | Remove undo information from pg_controldata --- never used. | Bruce Momjian |
2007-02-14 | Move fsync method macro defines into /include/access/xlogdefs.h so they | Bruce Momjian |
2007-02-08 | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut |
2007-02-07 | Remove the xlog-centric "database system is ready" message and replace it with | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-08 | Remove the logId/logSeg fields from pg_control, because they are not needed | Tom Lane |
2006-11-30 | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane |
2006-11-21 | On systems that have setsid(2) (which should be just about everything except | Tom Lane |
2006-11-16 | String fix | Peter Eisentraut |
2006-11-10 | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane |
2006-11-08 | Change Windows rename and unlink substitutes so that they time out after | Tom Lane |
2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
2006-10-18 | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane |
2006-10-06 | Message style improvements | Peter Eisentraut |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-21 | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane |
2006-08-17 | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane |
2006-08-07 | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane |
2006-08-06 | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane |
2006-07-30 | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-27 | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane |
2006-06-22 | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane |
2006-06-18 | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane |
2006-06-16 | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | Bruce Momjian |
2006-06-15 | Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file | Bruce Momjian |
2006-04-20 | Ensure that we validate the page header of the first page of a WAL file | Tom Lane |