aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Refactor some repetitive SLRU codeÁlvaro Herrera2025-07-07
* Standardize LSN formatting by zero paddingÁlvaro Herrera2025-07-07
* Integrate FullTransactionIds deeper into two-phase codeMichael Paquier2025-07-07
* Disable commit timestamps during bootstrapMichael Paquier2025-07-04
* Improve checks for GUC recovery_target_timelineMichael Paquier2025-07-03
* Update obsolete row compare preprocessing comments.Peter Geoghegan2025-07-02
* Make row compares robust during nbtree array scans.Peter Geoghegan2025-07-02
* Make handling of redundant nbtree keys more robust.Peter Geoghegan2025-07-02
* Fix missing FSM vacuum opportunities on tables without indexes.Masahiko Sawada2025-07-01
* Rationalize handling of VacuumParamsMichael Paquier2025-06-30
* Message style improvementsPeter Eisentraut2025-06-28
* Remove unused check in heap_xlog_insert()Melanie Plageman2025-06-26
* Simplify vacuum VM update logging countersMelanie Plageman2025-06-26
* Fix possible Assert failure in verify_compact_attribute()David Rowley2025-06-17
* Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov2025-06-14
* nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan2025-06-13
* Revert "nbtree: Remove useless row compare arg."Peter Geoghegan2025-06-11
* Make _bt_killitems drop pins it acquired itself.Peter Geoghegan2025-06-11
* Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita2025-06-08
* Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan2025-06-06
* nbtree: Remove useless row compare arg.Peter Geoghegan2025-06-05
* Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao2025-06-03
* Disallow "=" in names of reloptions and foreign-data options.Tom Lane2025-06-02
* Correct heap vacuum boundary state setup orderingMelanie Plageman2025-06-02
* Rename gist stratnum support functionPeter Eisentraut2025-06-02
* postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita2025-06-01
* Ensure we have a snapshot when updating various system catalogs.Nathan Bossart2025-05-30
* Change internal queryid type from uint64 to int64David Rowley2025-05-30
* Fix assertion when decrementing eager scanning success and failure counters.Masahiko Sawada2025-05-27
* Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao2025-05-21
* Add support for runtime arguments in injection pointsMichael Paquier2025-05-10
* Prevent premature nbtree array advancement.Peter Geoghegan2025-05-07
* nbtree: tighten up array recheck rules.Peter Geoghegan2025-05-07
* Avoid treating nonrequired nbtree keys as required.Peter Geoghegan2025-05-02
* Fix memory leak in _gin_parallel_mergeTomas Vondra2025-05-02
* Adjust overstrong nbtree skip array assertion.Peter Geoghegan2025-04-30
* Fix a couple of comment typosDavid Rowley2025-04-30
* Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman2025-04-28
* Fix obsolete nbtree array advancement comment.Peter Geoghegan2025-04-28
* Make NULL tuple values always advance skip arrays.Peter Geoghegan2025-04-28
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch2025-04-20
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* Avoid extra index searches through preprocessing.Peter Geoghegan2025-04-04
* Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan2025-04-04
* Further optimize nbtree search scan key comparisons.Peter Geoghegan2025-04-04