index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xact.c
Age
Commit message (
Expand
)
Author
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-11-09
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-14
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-09-28
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Fix typos referring to PGPROC
John Naylor
2022-08-04
Rephrase comments to make them clearer
Daniel Gustafsson
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-06-30
pgindent run prior to branching v15.
Tom Lane
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-02
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-07-28
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
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-03-08
Track replication origin progress for rollbacks.
Amit Kapila
2021-02-19
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-08-17
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
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-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-06-20
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
[next]