aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
Commit message (Expand)AuthorAge
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev2018-04-19
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Fix some dubious WAL-parsing code.Tom Lane2018-04-02
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove dedicated B-tree root-split record types.Heikki Linnakangas2017-08-16
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* BRIN de-summarizationAlvaro Herrera2017-04-01
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Remove useless code.Tom Lane2016-09-23
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* pg_visibility: Add pg_truncate_visibility_map function.Robert Haas2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Correct copyright for newly added genericdesc.cStephen Frost2016-04-12
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Add new flags argument for xl_heap_visible to heap2_desc.Robert Haas2016-03-08
* Change delimiter used for display of NextXIDJoe Conway2016-02-12
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Revoke change to rmgr desc of btree vacuumSimon Riggs2016-01-09
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix typo in comment.Robert Haas2015-11-19
* 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