aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
Commit message (Expand)AuthorAge
* 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
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Remove spurious spaceAlvaro Herrera2013-01-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28