aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* 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
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Fix bad formula in previous commit.Robert Haas2019-12-17
* Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas2019-12-17
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Fix typos in the codeMichael Paquier2019-10-30
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-27
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-25
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix typos in reloptions.cMichael Paquier2019-04-12
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04