aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Add nbtree skip scan optimization.Peter Geoghegan2025-04-04
* Relax assertion in finding correct GiST parentHeikki Linnakangas2025-04-04
* Use AIO batchmode for bitmap heap scansMelanie Plageman2025-04-03
* Remove misleading read stream asserts in a few usersMelanie Plageman2025-04-03
* Remove HeapBitmapScan's skip_fetch optimizationAndres Freund2025-04-02
* Get rid of WALBufMappingLockAlexander Korotkov2025-04-02
* Improve error message when standby does accept connections.Fujii Masao2025-04-02
* Remove a stray "pgrminclude" annotationPeter Eisentraut2025-04-01
* heapam: Only set tuple's block once per page in pagemodeHeikki Linnakangas2025-04-01
* Enable IO concurrency on all systemsAndres Freund2025-03-30
* read_stream: Introduce and use optional batchmode supportAndres Freund2025-03-30
* Fix grammar in GIN READMETomas Vondra2025-03-29
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson2025-03-27
* Keep the decompressed filter in brin_bloom_unionTomas Vondra2025-03-26
* Add ExecCopySlotMinimalTupleExtra().Jeff Davis2025-03-24
* Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman2025-03-24
* Improve nbtree array primitive scan scheduling.Peter Geoghegan2025-03-22
* Use streaming read I/O in SP-GiST vacuumingMelanie Plageman2025-03-21
* Use streaming read I/O in GiST vacuumingMelanie Plageman2025-03-21
* Assorted trivial cleanup of c5c239e26eMelanie Plageman2025-03-21
* Use streaming read I/O in btree vacuumingMelanie Plageman2025-03-21