aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Talk about assigning, rather than generating, new MultiXactIds.Robert Haas2023-10-17
* Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart2023-10-16
* Fix comment from commit 22655aa231.Thomas Munro2023-10-16
* Fix bulk table extension when copying into multiple partitionsAndres Freund2023-10-13
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Add wait events for checkpoint delay mechanism.Thomas Munro2023-10-13
* Unify two isLogSwitch tests in XLogInsertRecord.Robert Haas2023-10-12
* Reindent comment in GenericXLogFinish().Tom Lane2023-10-11
* Fix bug in GenericXLogFinish().Jeff Davis2023-10-10
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Fix another typo in e0b1ee17dcAlexander Korotkov2023-10-07
* Fix typos in e0b1ee17dcAlexander Korotkov2023-10-07
* Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov2023-10-06
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Tidy-up some appendStringInfo*() usagesDavid Rowley2023-10-03
* Fail hard on out-of-memory failures in xlogreader.cMichael Paquier2023-10-03
* Remove retry loop in heap_page_prune().Robert Haas2023-10-02
* Add rmgrdesc READMEHeikki Linnakangas2023-10-02
* Correct assertion and comments about XLogRecordMaxSize.Noah Misch2023-10-01
* Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan2023-09-28
* Return data from heap_page_prune via a struct.Robert Haas2023-09-28
* Fix typo in src/backend/access/transam/README.Etsuro Fujita2023-09-28
* Add TupleDescGetDefault()Peter Eisentraut2023-09-27
* MergeAttributes() and related variable renamingPeter Eisentraut2023-09-26
* Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas2023-09-26
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas2023-09-19
* Rename variable for code clarityDaniel Gustafsson2023-09-15
* Remove unnecessary smgrimmedsync() when creating unlogged table.Heikki Linnakangas2023-09-15
* Quote filenames in error messagesDaniel Gustafsson2023-09-14
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Report syncscan position at end of scan.Heikki Linnakangas2023-08-31
* Tweak pg_promote() to report failures on kill() or postmaster failuresMichael Paquier2023-08-29
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Fix _bt_allequalimage() call within critical section.Heikki Linnakangas2023-08-23
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* Fix off-by-one in XLogRecordMaxSize check.Noah Misch2023-08-12
* Document more assumptions of LWLock variable changes with WAL insertsMichael Paquier2023-07-26
* Optimize WAL insertion lock acquisition and release with some atomicsMichael Paquier2023-07-25
* Fix indentation in twophase.cMichael Paquier2023-07-18