index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
rmgrdesc
Commit message (
Expand
)
Author
Age
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
*
Tweak heapam's rmgr desc output slightly
Alvaro Herrera
2015-01-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Print new track_commit_timestamp in rm_desc of a parameter-change record.
Heikki Linnakangas
2014-12-05
*
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-05
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Fix rm_desc routine of b-tree page delete records.
Heikki Linnakangas
2014-04-22
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Another gin_desc fix.
Heikki Linnakangas
2013-11-28
*
Fix gin_desc routine to match the WAL format.
Heikki Linnakangas
2013-11-28
*
Get rid of the post-recovery cleanup step of GIN page splits.
Heikki Linnakangas
2013-11-27
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
[next]