| Commit message (Expand) | Author | Age |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | Add checkpoint_warning to warn of excessive checkpoints caused by too | Bruce Momjian | 2002-11-15 |
* | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 |
* | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane | 2002-09-26 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Complete TODO item: | Bruce Momjian | 2002-08-30 |
* | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart | 2002-08-05 |
* | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart | 2002-08-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 |
* | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 |
* | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane | 2001-03-13 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 |
* | XLOG stuff for sequences. | Vadim B. Mikheev | 2000-11-30 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |