aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* Message style improvementsPeter Eisentraut2021-06-28
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Refactor some error messages for easier translationPeter Eisentraut2021-05-12
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-25
* 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
* 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
* Suppress various new compiler warnings.Tom Lane2021-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
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix some comments referring to past featuresMichael Paquier2020-06-15
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-13
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Implement operator class parametersAlexander Korotkov2020-03-30
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Move heap-specific detoasting logic into a separate function.Robert Haas2019-12-18
* Fix compiler warning in non-assert buildsMichael Paquier2019-12-18