summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
2022-07-07Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-06pgstat: normalize function naming.Andres Freund
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-20pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-11-26Update commentsPeter Eisentraut
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-03Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-06-28Message style improvementsPeter Eisentraut
2021-06-18Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-20Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-22Short-circuit slice requests that are for more than the object's size.Tom Lane
2021-03-22Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane
2021-03-21Suppress various new compiler warnings.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-11Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan
2021-03-10Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-04Fix integer-overflow corner cases in substring() functions.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-15Fix some comments referring to past featuresMichael Paquier
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane