summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2025-06-26Remove unused check in heap_xlog_insert()Melanie Plageman
2025-06-26Simplify vacuum VM update logging countersMelanie Plageman
2025-06-16Fix possible Assert failure in verify_compact_attribute()David Rowley
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-13nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan
2025-06-11Revert "nbtree: Remove useless row compare arg."Peter Geoghegan
2025-06-11Make _bt_killitems drop pins it acquired itself.Peter Geoghegan
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-05nbtree: Remove useless row compare arg.Peter Geoghegan
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-06-02Correct heap vacuum boundary state setup orderingMelanie Plageman
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-30Ensure we have a snapshot when updating various system catalogs.Nathan Bossart
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-27Fix assertion when decrementing eager scanning success and failure counters.Masahiko Sawada
2025-05-21Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-07Prevent premature nbtree array advancement.Peter Geoghegan
2025-05-07nbtree: tighten up array recheck rules.Peter Geoghegan
2025-05-02Avoid treating nonrequired nbtree keys as required.Peter Geoghegan
2025-05-02Fix memory leak in _gin_parallel_mergeTomas Vondra
2025-05-01Adjust overstrong nbtree skip array assertion.Peter Geoghegan
2025-04-30Fix a couple of comment typosDavid Rowley
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-04-28Fix obsolete nbtree array advancement comment.Peter Geoghegan
2025-04-28Make NULL tuple values always advance skip arrays.Peter Geoghegan
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan
2025-04-04Further optimize nbtree search scan key comparisons.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-03Use AIO batchmode for bitmap heap scansMelanie Plageman
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-04-02Improve error message when standby does accept connections.Fujii Masao
2025-04-01Remove a stray "pgrminclude" annotationPeter Eisentraut
2025-04-01heapam: Only set tuple's block once per page in pagemodeHeikki Linnakangas
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund