summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/README
AgeCommit message (Expand)Author
2025-02-13XLogRegisterData, XLogRegisterBufData void * argument for binary dataPeter Eisentraut
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2023-09-28Fix typo in src/backend/access/transam/README.Etsuro Fujita
2022-11-12Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-19Fix typos referring to PGPROCJohn Naylor
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2020-08-15Correct several behavior descriptions in comments.Noah Misch
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-12Fix out-of-date version reference, grammar.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2017-10-05Fix typo in README.Tom Lane
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2016-06-17Finish up XLOG_HINT renamingAlvaro Herrera
2016-03-04Minor improvements to transaction manager README.Robert Haas
2016-02-16Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-05-17Update README, we don't do post-recovery cleanup actions anymore.Heikki Linnakangas
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2012-12-03Clarify when to use PageSetLSN/PageGetLSN().Simon Riggs
2012-11-12Fix multiple problems in WAL replay.Tom Lane
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-04-22Fix some typosPeter Eisentraut
2011-12-17Fix some long-obsolete references to XLogOpenRelation.Tom Lane
2011-12-12Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane
2011-08-29Remove some tabs from README file.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-17Add some documentation about how we WAL-log filesystem actions.Tom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2008-10-20Rework subtransaction commit protocol for hot standby.Alvaro Herrera
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2007-09-08Replace the former method of determining snapshot xmax --- to wit, callingTom Lane
2007-09-07Don't take ProcArrayLock while exiting a transaction that has no XID; there isTom Lane
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane