index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xact.c
Commit message (
Expand
)
Author
Age
*
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Avoid setup work for invalidation messages at start-of-(sub)xact.
Robert Haas
2014-10-29
*
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-24
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-25
*
Introduce InvalidCommandId.
Robert Haas
2013-09-09
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-10
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Skip searching for subxact locks at commit.
Simon Riggs
2012-11-13
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Update C comment to NOTICE to reflect previous commit changing the error
Bruce Momjian
2012-08-15
*
Make commit_delay much smarter.
Robert Haas
2012-07-02
*
Make walsender more responsive.
Robert Haas
2012-07-02
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
During transaction cleanup, release locks before deleting files.
Robert Haas
2012-06-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
*
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-28
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-12
[next]