summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-13Reorder vacuum GUCs in postgresql.conf.sample to match docsMelanie Plageman
2025-01-12Fix HBA option countDaniel Gustafsson
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-10Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson
2025-01-10Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-08Control collation behavior with a method table.Jeff Davis
2025-01-08Move code for collation version into provider-specific files.Jeff Davis
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-03Document strange jsonb sort order for empty top level arraysAndrew Dunstan
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-25guc: reentrant scannerPeter Eisentraut
2024-12-24jsonpath scanner: reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-23Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Mark CatalogSnapshotData staticHeikki Linnakangas