aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan2020-04-22
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Fix assorted typosMagnus Hagander2020-03-31
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Remove stray parenthesis in nbtree.h.Peter Geoghegan2020-03-10
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Silence nbtree.h cpluspluscheck warning.Peter Geoghegan2020-03-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Fix typos.Amit Kapila2020-02-10
* Fix bug in Tid scan.Fujii Masao2020-02-07
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Fix typo.Amit Kapila2020-01-13
* nbtree: Rename BT_HEAP_TID_ATTR.Peter Geoghegan2020-01-10
* nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.Peter Geoghegan2020-01-10
* Remove bogus 'return'.Robert Haas2020-01-09
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Reorder two nbtree.h function prototypes.Peter Geoghegan2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Normalize _bt_finish_split() argument names.Peter Geoghegan2019-12-22
* Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan2019-12-19
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Rename nbtree tuple macros.Peter Geoghegan2019-12-16
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25