summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
AgeCommit message (Expand)Author
2018-05-21Fix broken implementation of recovery to barrier.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2018-04-17Do not send the new protocol message to non-XL client.Pavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-09Formatting improvements in config file samplesPeter Eisentraut
2017-06-09Update code commentsPeter Eisentraut
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-01Add missing include (pgxcnode.h) into parallel.cTomas Vondra
2017-05-31Restore accidentally-removed line.Robert Haas
2017-05-18Ensure that multi-node executor is initialised correctly.Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-05-05Extend CommitTS properly, filling in any holes, just like ExtendCLOG.Pavan Deolasee
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2017-05-01Fix logical replication launcher wake up and resetPeter Eisentraut
2017-04-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-23Workaround for RecoverPreparedTransactions()Simon Riggs
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-18Exit correctly from PrepareRedoRemove() when not foundSimon Riggs
2017-04-18Don’t push nextid too far forwards in recoverySimon Riggs
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane
2017-04-16Fix typo in commentPeter Eisentraut