aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12
* Add condition variable for recovery resume.Thomas Munro2021-03-12
* Save a few cycles during nbtree VACUUM.Peter Geoghegan2021-03-11
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian2021-03-10
* Add bound check before bsearch() for performancePeter Eisentraut2021-03-10
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Track replication origin progress for rollbacks.Amit Kapila2021-03-08
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan2021-03-02
* Fix nbtree page deletion error messages.Peter Geoghegan2021-03-02
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2021-02-22
* Initialize atomic variable waitStart in PGPROC, at postmaster startup.Fujii Masao2021-02-22
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* Add nbtree README section on page recycling.Peter Geoghegan2021-02-18
* nbtree README: move VACUUM linear scan section.Peter Geoghegan2021-02-17
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund2021-02-15
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Adjust lazy_scan_heap() accounting comments.Peter Geoghegan2021-02-14
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-15
* README/C-comment: document GiST's NSN valueBruce Momjian2021-02-13
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan2021-02-11
* Fix lack of message pluralizationPeter Eisentraut2021-02-10
* Fix obsolete FSM remarks in nbtree README.Peter Geoghegan2021-02-09
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier2021-02-06
* Harden nbtree page deletion.Peter Geoghegan2021-02-04
* Improve confusing variable namesPeter Eisentraut2021-02-02
* Remove unused _bt_delitems_delete() argument.Peter Geoghegan2021-01-31
* Retire pg_standby.Thomas Munro2021-01-29
* In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas2021-01-27
* Fix GiST index deletion assert issue.Peter Geoghegan2021-01-26
* Remove CheckpointLock.Robert Haas2021-01-25
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra2021-01-24