aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
Commit message (Expand)AuthorAge
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix typo in multixact.cMichael Paquier2022-02-10
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas2021-06-17
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-02
* Extend amcheck to check heap pages.Robert Haas2020-10-22
* Fix typo in multixact.cMichael Paquier2020-10-08
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch2020-08-01
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Fix some typosMichael Paquier2020-04-27
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix typo in comment.Robert Haas2018-03-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix typosPeter Eisentraut2016-08-16
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* pgindent run for 9.6Robert Haas2016-06-09
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix comments about WAL rule "write xlog before data" versus pg_multixact.Noah Misch2016-01-01
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14