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
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-19
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Fix some dubious WAL-parsing code.
Tom Lane
2018-04-02
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-16
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Remove useless code.
Tom Lane
2016-09-23
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Correct copyright for newly added genericdesc.c
Stephen Frost
2016-04-12
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Add new flags argument for xl_heap_visible to heap2_desc.
Robert Haas
2016-03-08
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Refactor headers to split out standby defs
Simon Riggs
2016-01-20
*
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix typo in comment.
Robert Haas
2015-11-19
*
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
[next]