summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-02-12Remove unneeded volatile qualifier in fmgr.c.Nathan Bossart
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [string]Peter Eisentraut
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-11Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman
2025-02-11config: Rename "Asynchronous Behavior" to "I/O"Andres Freund
2025-02-11config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund
2025-02-11Allow extension functions to participate in in-place updates.Tom Lane
2025-02-09Cache NO ACTION foreign keys separately from RESTRICT foreign keysPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-06Fix autovacuum_vacuum_max_threshold's GUC description.Nathan Bossart
2025-02-05Introduce autovacuum_vacuum_max_threshold.Nathan Bossart
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Improve comment on top of pgstat_count_io_op_time()Michael Paquier
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-01-31Remove obsolete restriction on the range of log_rotation_size.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-30Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Support RN (roman-numeral format) in to_number().Tom Lane
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-21Rename some pgstats callbacks related to flush of entriesMichael Paquier
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-17Speed up hex_encode with bytewise lookupJohn Naylor
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-16Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Downgrade error in object_aclmask_ext() to internalPeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-14Synchronize guc_tables.c categories with vacuum docs categoriesMelanie Plageman
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Remove assertion in pgstat_count_io_op()Michael Paquier