summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2 daysnbtree: Use only one notnullkey ScanKeyData.Peter Geoghegan
3 daysRefactor non-supported compression error message in toast_compression.cMichael Paquier
6 daysRemove XLogCtl->ckptFullXid.Nathan Bossart
7 daysRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
7 daysRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
8 daysFix the handling of two GUCs during upgrade.Amit Kapila
11 daysRefactor some repetitive SLRU codeÁlvaro Herrera
12 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
12 daysIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-07-04Disable commit timestamps during bootstrapMichael Paquier
2025-07-03Improve checks for GUC recovery_target_timelineMichael Paquier
2025-07-02Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-07-02Make row compares robust during nbtree array scans.Peter Geoghegan
2025-07-02Make handling of redundant nbtree keys more robust.Peter Geoghegan
2025-07-02Fix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada
2025-06-30Rationalize handling of VacuumParamsMichael Paquier
2025-06-28Message style improvementsPeter Eisentraut
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