summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Allow callback functions to deregister themselves during a call.Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix some comments of do_pg_backup_start() and do_pg_backup_stop()Michael Paquier
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-24Message style improvementsPeter Eisentraut
2022-09-22Fix race condition where heap_delete() fails to pin VM page.Jeff Davis
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-19Fix typos referring to PGPROCJohn Naylor
2022-09-15Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
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