| Commit message (Expand) | Author | Age |
* | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian | 2005-06-09 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane | 2005-05-31 |
* | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 |
* | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane | 2005-04-23 |
* | Fix comment typo. | Bruce Momjian | 2005-04-17 |
* | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane | 2005-04-15 |
* | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane | 2005-04-15 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane | 2004-12-17 |
* | Minor adjustment of message style. | Tom Lane | 2004-11-17 |
* | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 |
* | Small message clarifications | Peter Eisentraut | 2004-11-05 |
* | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane | 2004-10-29 |
* | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | 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 |
* | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane | 2004-08-28 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | Add mention of "WIN32" COPY. | Bruce Momjian | 2004-08-12 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 |
* | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 |
* | Add a comment about why we always replay backup blocks from WAL. | Tom Lane | 2004-08-08 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Make use of backup label/history files to control recovery properly. | Tom Lane | 2004-08-04 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |
* | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 |
* | Add cross-check that current timeline of pg_control is an ancestor of | Tom Lane | 2004-07-22 |
* | Add a check on file size as an additional safety check that a WAL file | Tom Lane | 2004-07-22 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |