summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-09-13Rename macro related to pg_backup_stop()Michael Paquier
2022-09-12Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-09Add more error context to RestoreBlockImage() and consume itMichael Paquier
2022-09-08Instrument freezing in autovacuum log reports.Peter Geoghegan
2022-09-08Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-03Fix cache invalidation bug in recovery_prefetch.Thomas Munro
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-08-31Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan
2022-08-30Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-25Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-23Remove empty statementJohn Naylor
2022-08-18Adjust assertion in XLogDecodeNextRecord.Robert Haas
2022-08-17Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier
2022-08-16Fix assert in logicalmsg_descTomas Vondra
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-09Fix obsolete comment in commit_ts.c.Thomas Munro
2022-08-05Fix comments about deduplication updating page.Peter Geoghegan
2022-08-05Add missing parenthesis to max item size macro.Peter Geoghegan
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Rephrase comments to make them clearerDaniel Gustafsson
2022-07-28Improve speed of hash index build.Tom Lane
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-27Add overflow protection for block-related data in WAL recordsMichael Paquier
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-26Eliminate duplicate code in table.c.Amit Kapila
2022-07-25Remove useless arguments in ReadCheckpointRecord().Fujii Masao
2022-07-22Remove unnecessary Windows-specific basebackup code.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-07Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut