| Age | Commit message (Expand) | Author |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Now that TransactionIdDidAbort doesn't think it should try to modify | Tom Lane |
| 2004-08-28 | Add missing Assert to make TransactionIdDidAbort more consistent with | Tom Lane |
| 2004-08-28 | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane |
| 2004-08-28 | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane |
| 2004-08-25 | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane |
| 2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
| 2004-08-22 | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane |
| 2004-08-17 | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane |
| 2004-08-15 | Dept. of further reflection: I looked around to see if any other callers | Tom Lane |
| 2004-08-12 | 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-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-08-09 | When expanding %p in archive_command or restore_command, translate | Tom Lane |
| 2004-08-08 | Add a comment about why we always replay backup blocks from WAL. | Tom Lane |
| 2004-08-04 | 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-03 | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane |
| 2004-08-03 | Fix misplacement of savepointLevel test, per report from Chris K-L. | Tom Lane |
| 2004-08-01 | Update the in-code documentation about the transaction system. Move it | Tom Lane |
| 2004-08-01 | Error message style adjustments, per Alvaro Herrera. | Tom Lane |
| 2004-08-01 | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane |
| 2004-07-31 | plpgsql does exceptions. | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-22 | 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-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 2004-07-19 | Remove unportable use of strptime() to parse recovery target time spec. | Tom Lane |
| 2004-07-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-11 | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane |
| 2004-07-03 | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane |
| 2004-07-01 | Further review of xact.c state machine for nested transactions. Fix | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-06-04 | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-02 | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |