aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-11
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-06
* Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane2004-08-30
* Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Now that TransactionIdDidAbort doesn't think it should try to modifyTom Lane2004-08-28
* Add missing Assert to make TransactionIdDidAbort more consistent withTom Lane2004-08-28
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane2004-08-28
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-17
* Dept. of further reflection: I looked around to see if any other callersTom Lane2004-08-15
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* Add mention of "WIN32" COPY.Bruce Momjian2004-08-12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* When expanding %p in archive_command or restore_command, translateTom Lane2004-08-09
* Add a comment about why we always replay backup blocks from WAL.Tom Lane2004-08-08
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Make use of backup label/history files to control recovery properly.Tom Lane2004-08-04
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* Fix misplacement of savepointLevel test, per report from Chris K-L.Tom Lane2004-08-03
* Update the in-code documentation about the transaction system. Move itTom Lane2004-08-01
* Error message style adjustments, per Alvaro Herrera.Tom Lane2004-08-01
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* plpgsql does exceptions.Tom Lane2004-07-31
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Add cross-check that current timeline of pg_control is an ancestor ofTom Lane2004-07-22
* Add a check on file size as an additional safety check that a WAL fileTom Lane2004-07-22
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Remove unportable use of strptime() to parse recovery target time spec.Tom Lane2004-07-19
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-11
* Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane2004-07-03
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01