Commit Graph

138 Commits (a6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2)

Author SHA1 Message Date
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut d496a65790 Standardize "WAL location" terminology 8 years ago
Simon Riggs 49e9281549 Rework handling of subtransactions in 2PC recovery 8 years ago
Simon Riggs 546c13e11b Workaround for RecoverPreparedTransactions() 8 years ago
Tom Lane 0874d4f3e1 Fix order of arguments to SubTransSetParent(). 8 years ago
Simon Riggs ee01f7092f Exit correctly from PrepareRedoRemove() when not found 8 years ago
Simon Riggs aa203e7600 Don’t push nextid too far forwards in recovery 8 years ago
Simon Riggs cd740c0dbf Fix uninitialized variables in twophase.c 8 years ago
Simon Riggs 728bd991c3 Speedup 2PC recovery by skipping two phase state files in normal path 8 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 8 years ago
Simon Riggs 9b013dc238 Improve performance of replay of AccessExclusiveLocks 8 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 8 years ago
Robert Haas 88e66d193f Rename "pg_clog" directory to "pg_xact". 8 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 8 years ago
Peter Eisentraut 1e6de941e3 Change xlog to WAL in some error messages 8 years ago
Robert Haas 390811750d Revert "Use group updates when setting transaction status in clog." 8 years ago
Robert Haas ccce90b398 Use group updates when setting transaction status in clog. 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 8 years ago
Robert Haas 38c363adf4 Improve grammar of message about two-phase state files. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Simon Riggs ec253de1fd Fix corruption of 2PC recovery with subxacts 9 years ago
Simon Riggs 67c6bd1ca3 Fix minor memory leak in Standby startup 9 years ago
Peter Eisentraut ef5d4a3cfa Message style improvements 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 9 years ago
Robert Haas 3aff33aa68 Fix typos. 9 years ago
Simon Riggs e0694cf9c7 Reduce size of two phase file header 9 years ago
Simon Riggs 978b2f65aa Speedup 2PC by skipping two phase state files in normal path 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera f12e814b88 Fix commit_ts for standby 10 years ago
Alvaro Herrera 6b61955135 Code review for transaction commit timestamps 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 10 years ago
Heikki Linnakangas 2c47fe16a7 Fix deadlock at startup, if max_prepared_transactions is too small. 10 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 10 years ago
Andres Freund 4f1b890b13 Merge the various forms of transaction commit & abort records. 10 years ago
Tom Lane 33a3b03d63 Use FLEXIBLE_ARRAY_MEMBER in some more places. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 7882c3b0b9 Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Heikki Linnakangas 07a4a93a0e Initialize tsId and dbId fields in WAL record of COMMIT PREPARED. 11 years ago
Heikki Linnakangas bb38fb0d43 Fix race condition in preparing a transaction for two-phase commit. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago