aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Remove useless arguments in ReadCheckpointRecord().Fujii Masao2022-07-25
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Remove O_FSYNC and associated macros.Thomas Munro2022-07-22
* Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro2022-07-22
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao2022-07-07
* Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley2022-07-07
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Refactor sending of DataRow messages in replication protocolPeter Eisentraut2022-07-06
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-01
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-01
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Fix typo in hash README.Amit Kapila2022-05-31
* Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier2022-05-28
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-11
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-09