aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Avoid calls to RelationGetRelationName() and RelationGetNamespace() inAmit Kapila2020-03-31
* Further simplify nbtree high key truncation.Peter Geoghegan2020-03-30
* Revert "Skip redundant anti-wraparound vacuums"Michael Paquier2020-03-31
* Refactor nbtree high key truncation.Peter Geoghegan2020-03-30
* Deduplicate PageIsNew() check in lazy_scan_heap().Andres Freund2020-03-30
* Fix missing SP-GiST support in 911e702077Alexander Korotkov2020-03-30
* Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov2020-03-30
* Consistently truncate non-key suffix columns.Peter Geoghegan2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Introduce vacuum errcontext to display additional information.Amit Kapila2020-03-30
* Make deduplication use number of key attributes.Peter Geoghegan2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Justify nbtree page split locking in code comment.Peter Geoghegan2020-03-27
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Fix nbtree deduplication README commentary.Peter Geoghegan2020-03-24
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Move routine building restore_command to src/common/Michael Paquier2020-03-24
* Add wait events for WAL archive and 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
* In log_newpage_range(), heed forkNum and page_std arguments.Noah Misch2020-03-21
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* nbtree: Remove obsolete _bt_pgaddtup() comments.Peter Geoghegan2020-03-19
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* nbtree: Use raw PageAddItem() for retail inserts.Peter Geoghegan2020-03-18
* Refactor nbtree fastpath optimization.Peter Geoghegan2020-03-18
* nbtree: Remove useless local variables.Peter Geoghegan2020-03-17
* Fix comment in xlog.c.Fujii Masao2020-03-17
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan2020-03-16
* nbtree: Pass down MAXALIGN()'d itemsz for new item.Peter Geoghegan2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* nbtree: Reorder nbtinsert.c prototypes.Peter Geoghegan2020-03-15
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* nbtree: Move fastpath NULL descent stack assertion.Peter Geoghegan2020-03-10
* nbtree: Demote minus infinity "can't happen" error.Peter Geoghegan2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Tidy up XLogSource code in xlog.c.Fujii Masao2020-03-10
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane2020-03-07
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove overzealous _bt_split() assertions.Peter Geoghegan2020-03-02
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Add assertions to _bt_update_posting().Peter Geoghegan2020-03-02
* Remove dead code from _bt_update_posting().Peter Geoghegan2020-03-01
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Silence another compiler warning in nbtinsert.c.Peter Geoghegan2020-02-26