aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Fix stray double semicolonsPeter Eisentraut2021-03-24
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-24
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Reword slightly logs generated for index stats in autovacuumMichael Paquier2021-03-24
* nbtree VACUUM: Cope with buggy opclasses.Peter Geoghegan2021-03-23
* Avoid possible crash while finishing up a heap rewrite.Tom Lane2021-03-23
* Add per-index stats information in verbose logs of autovacuumMichael Paquier2021-03-23
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Optimize allocations in bringetbitmapTomas Vondra2021-03-23
* Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra2021-03-23
* Pass all scan keys to BRIN consistent function at onceTomas Vondra2021-03-23
* Short-circuit slice requests that are for more than the object's size.Tom Lane2021-03-22
* Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane2021-03-22
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan2021-03-21
* Suppress various new compiler warnings.Tom Lane2021-03-21
* Use valid compression method in brin_form_tupleTomas Vondra2021-03-21
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Fix comment about promising tuples.Peter Geoghegan2021-03-16
* Improve logging of auto-vacuum and auto-analyzeStephen Frost2021-03-16
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Notice that heap page has dead items during VACUUM.Peter Geoghegan2021-03-14
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12
* Add condition variable for recovery resume.Thomas Munro2021-03-12
* Save a few cycles during nbtree VACUUM.Peter Geoghegan2021-03-11
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian2021-03-10
* Add bound check before bsearch() for performancePeter Eisentraut2021-03-10
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Track replication origin progress for rollbacks.Amit Kapila2021-03-08
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan2021-03-02
* Fix nbtree page deletion error messages.Peter Geoghegan2021-03-02
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2021-02-22