projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix cross-version upgrade test failure
[postgresql.git]
/
src
/
backend
/
utils
/
time
/
2025-03-11
Heikki Linnakangas
Improve snapmgr.c comment
tree
|
commitdiff
2025-03-11
Heikki Linnakangas
Assert that a snapshot is active or registered before...
tree
|
commitdiff
2025-01-23
Peter Eisentraut
Add some const decorations (htup.h)
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-23
Heikki Linnakangas
Don't allow GetTransactionSnapshot() in logical decoding
tree
|
commitdiff
2024-12-21
Heikki Linnakangas
Update TransactionXmin when MyProc->xmin is updated
tree
|
commitdiff
2024-12-20
Heikki Linnakangas
Mark CatalogSnapshotData static
tree
|
commitdiff
2024-12-09
Heikki Linnakangas
Remove remants of "snapshot too old"
tree
|
commitdiff
2024-03-04
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-03-03
Heikki Linnakangas
Replace BackendIds with 0-based ProcNumbers
tree
|
commitdiff
2024-03-03
Heikki Linnakangas
Redefine backend ID to be an index into the proc array
tree
|
commitdiff
2024-01-04
Bruce Momjian
Update copyright for 2024
tree
|
commitdiff
2024-01-02
Robert Haas
Fix typos in comments and in one isolation test.
tree
|
commitdiff
2023-11-08
Heikki Linnakangas
Make ResourceOwners more easily extensible.
tree
|
commitdiff
2023-09-19
Michael Paquier
Improve error message for snapshot import in snapmgr...
tree
|
commitdiff
2023-09-14
Michael Paquier
Revert "Improve error message on snapshot import in...
tree
|
commitdiff
2023-09-14
Michael Paquier
Improve error message on snapshot import in snapmgr.c
tree
|
commitdiff
2023-09-05
Thomas Munro
Remove the "snapshot too old" feature.
tree
|
commitdiff
2023-05-19
Tom Lane
Pre-beta mechanical code beautification.
tree
|
commitdiff
2023-04-19
David Rowley
Fix various typos and incorrect/outdated name references
tree
|
commitdiff
2023-02-06
Peter Eisentraut
Remove useless casts to (void *) in hash_search() calls
tree
|
commitdiff
2023-01-02
Bruce Momjian
Update copyright for 2023
tree
|
commitdiff
2022-12-20
Andrew Dunstan
Add copyright notices to meson files
tree
|
commitdiff
2022-11-15
Amit Kapila
Improve comments referring snapshot's subxip array.
tree
|
commitdiff
2022-09-22
Andres Freund
meson: Add initial version of meson based build system
tree
|
commitdiff
2022-09-20
Peter Geoghegan
Harmonize more parameter names in bulk.
tree
|
commitdiff
2022-08-11
John Naylor
Optimize xid/subxid searches in XidInMVCCSnapshot().
tree
|
commitdiff
2022-04-16
Tom Lane
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
tree
|
commitdiff
2022-03-03
Tom Lane
Clean up assorted failures under clang's -fsanitize...
tree
|
commitdiff
2022-02-21
Andres Freund
Assert in init_toast_snapshot() that some snapshot...
tree
|
commitdiff
2022-01-08
Bruce Momjian
Update copyright for 2022
tree
|
commitdiff
2021-10-04
Daniel Gustafsson
Replace occurrences of InvalidXid with InvalidTransactionId
tree
|
commitdiff
2021-10-01
Tom Lane
Fix Portal snapshot tracking to handle subtransactions...
tree
|
commitdiff
2021-05-12
Tom Lane
Initial pgindent and pgperltidy run for v14.
tree
|
commitdiff
2021-03-25
Michael Paquier
Sanitize the term "combo CID" in code comments
tree
|
commitdiff
2021-01-30
Noah Misch
Revive "snapshot too old" with wal_level=minimal and...
tree
|
commitdiff
2021-01-02
Bruce Momjian
Update copyright for 2021
tree
|
commitdiff
2020-12-15
Tom Lane
Improve hash_create()'s API for some added robustness.
tree
|
commitdiff
2020-09-24
Robert Haas
Fix two bugs in MaintainOldSnapshotTimeMapping.
tree
|
commitdiff
2020-09-24
Robert Haas
Expose oldSnapshotControl definition via new header.
tree
|
commitdiff
2020-09-14
Fujii Masao
Fix typos.
tree
|
commitdiff
2020-08-18
Andres Freund
snapshot scalability: cache snapshots using a xact...
tree
|
commitdiff
2020-08-17
Heikki Linnakangas
Make xact.h usable in frontend.
tree
|
commitdiff
2020-08-13
Andres Freund
snapshot scalability: Move PGXACT->xmin back to PGPROC.
tree
|
commitdiff
2020-08-12
Andres Freund
snapshot scalability: Don't compute global horizons...
tree
|
commitdiff
2020-07-08
Andres Freund
code: replace most remaining uses of 'master'.
tree
|
commitdiff
2020-01-01
Bruce Momjian
Update copyrights for 2020
tree
|
commitdiff
2019-11-12
Amit Kapila
Make the order of the header file includes consistent...
tree
|
commitdiff
2019-11-05
Andres Freund
Split all OBJS style lines in makefiles into one-line...
tree
|
commitdiff
2019-08-05
Michael Paquier
Fix inconsistencies and typos in the tree, take 9
tree
|
commitdiff
2019-07-24
Heikki Linnakangas
Use full 64-bit XID for checking if a deleted GiST...
tree
|
commitdiff
2019-07-22
Michael Paquier
Fix inconsistencies and typos in the tree
tree
|
commitdiff
2019-05-22
Tom Lane
Phase 2 pgindent run for v12.
tree
|
commitdiff
2019-02-20
Michael Paquier
Mark correctly initial slot snapshots with MVCC type...
tree
|
commitdiff
2019-01-22
Andres Freund
Move remaining code from tqual.[ch] to heapam.h / heapa...
tree
|
commitdiff
2019-01-22
Andres Freund
Move generic snapshot related code from tqual.h to...
tree
|
commitdiff
2019-01-22
Andres Freund
Change snapshot type to be determined by enum rather...
tree
|
commitdiff
2019-01-02
Bruce Momjian
Update copyright for 2019
tree
|
commitdiff
2018-07-18
Heikki Linnakangas
Fix misc typos, mostly in comments.
tree
|
commitdiff
2018-03-16
Peter Eisentraut
Rename TransactionChain functions
tree
|
commitdiff
2018-01-03
Bruce Momjian
Update copyright for 2018
tree
|
commitdiff
2017-12-15
Andres Freund
Fix pruning of locked and updated tuples.
tree
|
commitdiff
2017-12-04
Tom Lane
Clean up assorted messiness around AllocateDir() usage.
tree
|
commitdiff
2017-11-08
Peter Eisentraut
Change TRUE/FALSE to true/false
tree
|
commitdiff
2017-11-05
Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prereq...
tree
|
commitdiff
2017-10-11
Tom Lane
Fix low-probability loss of NOTIFY messages due to...
tree
|
commitdiff
2017-09-11
Peter Eisentraut
Message style fixes
tree
|
commitdiff
2017-09-07
Tom Lane
Improve performance of get_actual_variable_range with...
tree
|
commitdiff
2017-06-24
Simon Riggs
Fix typo in comment in SerializeSnapshot
tree
|
commitdiff
2017-06-24
Simon Riggs
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65
tree
|
commitdiff
2017-06-21
Tom Lane
Phase 3 of pgindent updates.
tree
|
commitdiff
2017-06-21
Tom Lane
Phase 2 of pgindent updates.
tree
|
commitdiff
2017-06-21
Tom Lane
Final pgindent run with old pg_bsd_indent (version...
tree
|
commitdiff
2017-06-14
Andres Freund
Don't force-assign transaction id when exporting a...
tree
|
commitdiff
2017-05-17
Bruce Momjian
Post-PG 10 beta1 pgindent run
tree
|
commitdiff
2017-05-08
Simon Riggs
Remove poorly worded and duplicated comment
tree
|
commitdiff
2017-04-17
Peter Eisentraut
Fix new warnings from GCC 7
tree
|
commitdiff
2017-04-06
Simon Riggs
Always SnapshotResetXmin() during ClearTransaction()
tree
|
commitdiff
2017-04-06
Simon Riggs
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
tree
|
commitdiff
2017-03-24
Simon Riggs
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
tree
|
commitdiff
2017-03-24
Simon Riggs
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
tree
|
commitdiff
2017-03-17
Robert Haas
Rename "pg_clog" directory to "pg_xact".
tree
|
commitdiff
2017-03-02
Noah Misch
Handle unaligned SerializeSnapshot() buffer.
tree
|
commitdiff
2017-02-23
Tom Lane
Consistently declare timestamp variables as TimestampTz.
tree
|
commitdiff
2017-02-06
Heikki Linnakangas
Fix typos in comments.
tree
|
commitdiff
2017-01-03
Bruce Momjian
Update copyright via script for 2017
tree
|
commitdiff
2016-11-15
Tom Lane
Account for catalog snapshot in PGXACT->xmin updates.
tree
|
commitdiff
2016-08-18
Andres Freund
Fix deletion of speculatively inserted TOAST on conflict
tree
|
commitdiff
2016-08-07
Tom Lane
Avoid crashing in GetOldestSnapshot() if there are...
tree
|
commitdiff
2016-08-03
Robert Haas
Prevent "snapshot too old" from trying to return pruned...
tree
|
commitdiff
2016-07-15
Peter Eisentraut
Adjust spellings of forms of "cancel"
tree
|
commitdiff
2016-07-01
Robert Haas
Fix crash bug in RestoreSnapshot.
tree
|
commitdiff
2016-06-24
Alvaro Herrera
Fix handling of multixacts predating pg_upgrade
tree
|
commitdiff
2016-06-10
Kevin Grittner
Fix interaction between CREATE INDEX and "snapshot...
tree
|
commitdiff
2016-06-09
Robert Haas
pgindent run for 9.6
tree
|
commitdiff
2016-06-07
Stephen Frost
Minor typos / copy-editing for snapmgr.c
tree
|
commitdiff
2016-06-03
Kevin Grittner
Add new snapshot fields to serialize/deserialize functions.
tree
|
commitdiff
2016-05-07
Kevin Grittner
Mitigate "snapshot too old" performance regression...
tree
|
commitdiff
2016-05-06
Kevin Grittner
Fix hash index vs "snapshot too old" problemms
tree
|
commitdiff
2016-04-29
Kevin Grittner
Add a few entries to the tail of time mapping, to see...
tree
|
commitdiff
next