aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Spelling fixesPeter Eisentraut2017-03-14
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-14
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-13
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Improve grammar of message about two-phase state files.Robert Haas2017-02-03
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Logical replicationPeter Eisentraut2017-01-20
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Remove barrier.hRobert Haas2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane2016-11-06
* Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane2016-11-04
* Fix leftover reference to background writer performing checkpoints.Robert Haas2016-10-28
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Fix comment formatting.Robert Haas2016-10-21
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Delay updating control file to "in production"Peter Eisentraut2016-09-21
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* Fix corruption of 2PC recovery with subxactsSimon Riggs2016-09-09
* Fix minor memory leak in Standby startupSimon Riggs2016-09-08
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29