summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-02nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan
2021-03-02Fix nbtree page deletion error messages.Peter Geoghegan
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-22Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera
2021-02-22Initialize atomic variable waitStart in PGPROC, at postmaster startup.Fujii Masao
2021-02-19Fix bug in COMMIT AND CHAIN command.Fujii Masao
2021-02-19Add nbtree README section on page recycling.Peter Geoghegan
2021-02-18nbtree README: move VACUUM linear scan section.Peter Geoghegan
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-16Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Adjust lazy_scan_heap() accounting comments.Peter Geoghegan
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-12Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-10Fix lack of message pluralizationPeter Eisentraut
2021-02-09Fix obsolete FSM remarks in nbtree README.Peter Geoghegan
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
2021-02-06Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier
2021-02-04Harden nbtree page deletion.Peter Geoghegan
2021-02-02Improve confusing variable namesPeter Eisentraut
2021-01-31Remove unused _bt_delitems_delete() argument.Peter Geoghegan
2021-01-29Retire pg_standby.Thomas Munro
2021-01-27In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas
2021-01-27In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas
2021-01-27Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas
2021-01-27Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-25Remove CheckpointLock.Robert Haas
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-24Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2021-01-18Pause recovery for insufficient parameter settingsPeter Eisentraut
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-15Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-11Use vectored I/O to fill new WAL segments.Thomas Munro
2021-01-05Standardize one aspect of rmgr desc output.Peter Geoghegan
2021-01-05Replace remaining uses of "whitelist".Thomas Munro
2021-01-04Rename "enum blacklist" to "uncommitted enums".Thomas Munro