| Commit message (Expand) | Author | Age |
* | Add new replication mode synchronous_commit = 'remote_apply'. | Robert Haas | 2016-03-29 |
* | Fix typos. | Robert Haas | 2016-03-15 |
* | Reduce size of two phase file header | Simon Riggs | 2016-03-10 |
* | Speedup 2PC by skipping two phase state files in normal path | Simon Riggs | 2016-01-20 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Fix commit_ts for standby | Alvaro Herrera | 2015-10-01 |
* | Code review for transaction commit timestamps | Alvaro Herrera | 2015-09-29 |
* | Don't use function definitions looking like old-style ones. | Andres Freund | 2015-08-15 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Fix more typos in comments. | Heikki Linnakangas | 2015-05-20 |
* | Fix various typos and grammar errors in comments. | Andres Freund | 2015-04-26 |
* | Fix deadlock at startup, if max_prepared_transactions is too small. | Heikki Linnakangas | 2015-04-23 |
* | Reorganize our CRC source files again. | Heikki Linnakangas | 2015-04-14 |
* | Merge the various forms of transaction commit & abort records. | Andres Freund | 2015-03-15 |
* | Use FLEXIBLE_ARRAY_MEMBER in some more places. | Tom Lane | 2015-02-20 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. | Andres Freund | 2014-12-25 |
* | 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 |
* | Switch to CRC-32C in WAL and other places. | Heikki Linnakangas | 2014-11-04 |
* | Initialize tsId and dbId fields in WAL record of COMMIT PREPARED. | Heikki Linnakangas | 2014-05-16 |
* | 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 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Remove obsolete XLogRecPtr macros | Alvaro Herrera | 2012-12-28 |
* | Refactor inCommit flag into generic delayChkpt flag. | Simon Riggs | 2012-12-03 |
* | Add OpenTransientFile, with automatic cleanup at end-of-xact. | Heikki Linnakangas | 2012-11-27 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Fix TwoPhaseGetDummyBackendId(). | Tom Lane | 2012-08-08 |
* | 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 |
* | 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 |
* | Update comments that became out-of-date with the PGXACT struct. | Heikki Linnakangas | 2012-05-14 |
* | Add locking around WAL-replay modification of shared-memory variables. | Tom Lane | 2012-02-06 |
* | Make group commit more effective. | Heikki Linnakangas | 2012-01-30 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Avoid crashing when we have problems unlinking files post-commit. | Tom Lane | 2011-12-20 |
* | Move "hot" members of PGPROC into a separate PGXACT array. | Robert Haas | 2011-11-25 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Fix race condition in relcache init file invalidation. | Tom Lane | 2011-08-16 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 |