aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add some forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-04-24
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-23
* Fix typoPeter Eisentraut2021-04-21
* Improve WAL record descriptions for SP-GiST records.Tom Lane2021-04-20
* Document LP_DEAD accounting issues in VACUUM.Peter Geoghegan2021-04-19
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-17
* Improve quoting in some error messagesPeter Eisentraut2021-04-14
* Don't truncate heap when VACUUM's failsafe is in effect.Peter Geoghegan2021-04-13
* Avoid improbable PANIC during heap_update.Tom Lane2021-04-13
* Fix potential SSI hazard in heap_update().Thomas Munro2021-04-13
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Doc: Review for "Optionally prefetch referenced data in recovery."Thomas Munro2021-04-10
* Silence another _bt_check_unique compiler warning.Peter Geoghegan2021-04-08
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* Teach VACUUM to bypass unnecessary index vacuuming.Peter Geoghegan2021-04-07
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-07
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-07
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-07
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Refactor lazy_scan_heap() loop.Peter Geoghegan2021-04-06
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-06
* Allocate access strategy in parallel VACUUM workers.Peter Geoghegan2021-04-05
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Propagate parallel VACUUM's buffer access strategy.Peter Geoghegan2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Fix bug in brin_minmax_multi_unionTomas Vondra2021-04-04
* Fix order of parameters in BRIN minmax-multi callsTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for inet typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for timetz typeTomas Vondra2021-04-04
* Fix BRIN minmax-multi distance for interval typeTomas Vondra2021-04-04
* Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane2021-04-01
* Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch2021-03-30
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-30
* Fix alignment in BRIN minmax-multi deserializationTomas Vondra2021-03-26
* BRIN minmax-multi indexesTomas Vondra2021-03-26
* BRIN bloom indexesTomas Vondra2021-03-26
* Support the old signature of BRIN consistent functionTomas Vondra2021-03-26
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-25
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25