aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-20
* Pause recovery for insufficient parameter settingsPeter Eisentraut2021-01-18
* Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra2021-01-17
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier2021-01-15
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Fix thinko in commentAlvaro Herrera2021-01-12
* Use vectored I/O to fill new WAL segments.Thomas Munro2021-01-11
* Standardize one aspect of rmgr desc output.Peter Geoghegan2021-01-04
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* Rename "enum blacklist" to "uncommitted enums".Thomas Munro2021-01-05
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30