index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
time
Age
Commit message (
Expand
)
Author
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-20
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-01-21
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-14
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-06-24
Fix typo in comment in SerializeSnapshot
Simon Riggs
2017-06-24
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65
Simon Riggs
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-02
Handle unaligned SerializeSnapshot() buffer.
Noah Misch
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-08-17
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-07
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-07-14
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-01
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-10
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
[prev]
[next]