aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Block interrupts during HandleParallelMessages().Tom Lane2016-08-02
* Sync 9.5 version of access/transam/parallel.c with HEAD.Tom Lane2016-08-02
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Message improvementsPeter Eisentraut2015-11-16
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Message style improvementsPeter Eisentraut2015-10-28
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Invalidate caches after cranking up a parallel worker transaction.Robert Haas2015-10-16
* Tighten up application of parallel mode checks.Robert Haas2015-10-16
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas2015-07-28