summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2022-04-16Don't retry restore_command while reading ahead.Thomas Munro
2022-04-15Fix multi-table VACUUM VERBOSE accounting.Peter Geoghegan
2022-04-15VACUUM VERBOSE: Show dead items for an empty table.Peter Geoghegan
2022-04-15Adjust VACUUM's removable cutoff log message.Peter Geoghegan
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-11Remove comment about historic heap vacuuming issue.Peter Geoghegan
2022-04-11Remove dead code in do_pg_backup_start().Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-08Check XLogRecHasBlockRef() before XLogRecHasBlockImage().Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-07Truncate line pointer array during heap pruning.Peter Geoghegan
2022-04-07Fix typo in xlogrecovery.c code commentDaniel Gustafsson
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro