| Commit message (Expand) | Author | Age |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane | 2004-09-16 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane | 2004-09-06 |
* | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 |
* | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane | 2004-08-30 |
* | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane | 2004-08-30 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 |
* | 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 |
* | 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-28 |
* | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane | 2004-08-25 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 |
* | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 |
* | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 |
* | 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 |
* | Fix misplacement of savepointLevel test, per report from Chris K-L. | Tom Lane | 2004-08-03 |
* | 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-08-01 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | 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 |
* | 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-19 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 |
* | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane | 2004-07-03 |
* | 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-07-01 |