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
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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
[next]