index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
xact.h
Age
Commit message (
Expand
)
Author
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-02
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-15
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-20
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-06-20
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-20
Fix comment in xact.h
Michael Paquier
2019-11-13
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-03
Log all statements from a sample of transactions
Alvaro Herrera
2019-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-24
Transaction chaining
Peter Eisentraut
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-17
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-03-28
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-16
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]