aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/snapmgr.h
Commit message (Expand)AuthorAge
* Support gcc -fkeep-inline-functionsPeter Eisentraut2022-07-15
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Update copyright for 2021Bruce Momjian2021-01-02
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs2017-03-24
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-03-24
* contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane2017-03-09
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner2016-06-10
* pgindent run for 9.6Robert Haas2016-06-09
* Add a few entries to the tail of time mapping, to see old values.Kevin Grittner2016-04-29
* PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane2016-04-21
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* 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
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Split resowner.hAlvaro Herrera2012-08-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-26
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01