aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Track SLRU page hits in SimpleLruReadPage_ReadOnlyTomas Vondra2020-04-08
* Fix XLogReader FD leak that makes backends unusable after 2PC usage.Andres Freund2020-04-07
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-04-08
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Fix nbtree kill_prior_tuple posting list assert.Peter Geoghegan2020-04-06
* Allow autovacuum to log WAL usage statistics.Amit Kapila2020-04-06
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* 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
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Allow parallel vacuum to accumulate buffer usage.Amit Kapila2020-04-02
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Add CREATE INDEX deduplication assertions.Peter Geoghegan2020-03-31
* Improve the message logged when recovery is paused.Fujii Masao2020-04-01
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* 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