aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/varsup.c
Commit message (Expand)AuthorAge
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Update copyright for 2022Bruce Momjian2022-01-07
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Update copyright for 2021Bruce Momjian2021-01-02
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro2019-04-12
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.Andres Freund2018-11-10
* Improve comment in GetNewObjectId().Thomas Munro2018-08-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Extend near-wraparound hints to include replication slotsSimon Riggs2017-12-29
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Clarify terminology standalone backend vs. single-user modePeter Eisentraut2013-06-20
* Fix handling of OID wraparound while in standalone mode.Tom Lane2013-05-13
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01