aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
Commit message (Expand)AuthorAge
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Tweak heapam's rmgr desc output slightlyAlvaro Herrera2015-01-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas2014-12-05
* Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas2014-12-05
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-24
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas2014-04-22
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-31
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Introduce logical decoding.Robert Haas2014-03-03
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-22
* Update copyright for 2014Bruce Momjian2014-01-07
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Another gin_desc fix.Heikki Linnakangas2013-11-28
* Fix gin_desc routine to match the WAL format.Heikki Linnakangas2013-11-28
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-27
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29