aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Clear ps display of startup process at the end of recoveryMichael Paquier2022-09-22
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Fix typos referring to PGPROCJohn Naylor2022-09-19
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2022-09-15
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Remove useless pstrdups in untransformRelOptionsAlvaro Herrera2022-09-13
* Rename macro related to pg_backup_stop()Michael Paquier2022-09-13
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09
* Instrument freezing in autovacuum log reports.Peter Geoghegan2022-09-08
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan2022-08-31
* Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan2022-08-29
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley2022-08-26
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Remove empty statementJohn Naylor2022-08-23
* Adjust assertion in XLogDecodeNextRecord.Robert Haas2022-08-18
* Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier2022-08-17
* Fix assert in logicalmsg_descTomas Vondra2022-08-16
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Fix obsolete comment in commit_ts.c.Thomas Munro2022-08-09
* Fix comments about deduplication updating page.Peter Geoghegan2022-08-05
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Rephrase comments to make them clearerDaniel Gustafsson2022-08-04
* Improve speed of hash index build.Tom Lane2022-07-28
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Eliminate duplicate code in table.c.Amit Kapila2022-07-26