summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-06Overload 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-07pgstat: normalize function naming.Andres Freund
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-21pgstat: 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-08Update 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-04Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-06-28Message style improvementsPeter Eisentraut
2021-06-19Support 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-11Don'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