summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-31Fix typo in hash README.Amit Kapila
2022-05-28Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-08Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-05-04Fix incorrect format placeholdersPeter Eisentraut
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.Peter Geoghegan