aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* doc Improve C GUC-related commentsBruce Momjian2023-10-27
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas2023-10-23
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19
* Reword messages about impending (M)XID exhaustion.Robert Haas2023-10-17
* 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