summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
38 hoursAuto-vectorize the varbit bitwise operators.Nathan Bossart
2 daysFix lack of message pluralizationPeter Eisentraut
3 dayspgindent fix for a63df2664225d06d5beDaniel Gustafsson
3 daysFix user-facing English grammar introduced in the v19 cycle.Noah Misch
4 daysRevert "Force LC_COLLATE to C in postmaster."Jeff Davis
4 daysHandle PG_INT32_MIN negation overflow in right()Daniel Gustafsson
4 daysUse pg_neg_s{32,64}_overflow() for some overflow checksMichael Paquier
4 daysFix integer to_char() overflow with V formatFujii Masao
9 daysReport next_multi_offset as bigint in pg_control_checkpoint().Masahiko Sawada
10 daysExport subxip[] for snapshots taken during recovery.Peter Geoghegan
11 daysFix crash on trying to expand a shared memory hash tableHeikki Linnakangas
11 daysChange InputFunctionCall* to take a const char *strPeter Eisentraut
11 daysFix some -Wcast-qual warningsPeter Eisentraut
12 dayspg_locale.h: define case mapping limits.Jeff Davis
12 dayspg_locale.c: add explanatory comments.Jeff Davis
2026-08-22Track RI fast-path FK-check batches per subtransactionAmit Langote
2026-08-20hashtext: fix fragile code.Jeff Davis
2026-08-20Replace formatting.c's fixed-size output buffers with StringInfos.Tom Lane
2026-08-20Restructure formatting.c's NUM_processor() to add some const-sanity.Tom Lane
2026-08-20Convert DCH_to_char() to use a StringInfo as destination.Tom Lane
2026-08-20Ensure all pg_locale.h APIs work with collate_is_c.Jeff Davis
2026-08-20Rewrite tsqueryout() to use StringInfo to build the output string.Tom Lane
2026-08-20Track RI fast-path FK-check batches per firing cycleAmit Langote
2026-08-19Give RI fast-path cached FmgrInfos their own memory contextAmit Langote
2026-08-19Don't free fast-path FK metadata from the inval callbackAmit Langote
2026-08-18Add data_page_checksum_version to pg_control_checkpointDaniel Gustafsson
2026-08-18Record initial state of data checksums in controlfileDaniel Gustafsson
2026-08-18pg_locale.c: comment improvements.Jeff Davis
2026-08-18Fix RI fast-path race with REINDEX CONCURRENTLYAmit Langote
2026-08-18Fix cross-type foreign keys in the batched fast-path FK checkAmit Langote
2026-08-17Tighten up tsqueryrecv().Tom Lane
2026-08-17Use safer allocation routines in more places of the treeMichael Paquier
2026-08-16Fix ASAN failure after flex errors in GUC file parsingMichael Paquier
2026-08-14Refactor PgStat_TableStatus to new PgStat_RelationStatusMichael Paquier
2026-08-13Fix authorization check for role membership changes.Nathan Bossart
2026-08-13Consistently enforce tsvector/tsquery maximum lengths.Tom Lane
2026-08-13Fix misc spelling mistakes in comments, docs and testsHeikki Linnakangas
2026-08-13Fix missing hash_seq_term()Heikki Linnakangas
2026-08-12Fix float8_regr_accum() for Inf/NaN with constant other input.Tom Lane
2026-08-12Add common LSN parser for user-supplied locationsFujii Masao
2026-08-12Move index statistics into their own stats kindMichael Paquier
2026-08-11Change wal_compression=on to the first of zstd, lz4, pglzTomas Vondra
2026-08-10Fix out-of-bound reads with ascii() for invalid multibyte charactersMichael Paquier
2026-08-10Invalidate plan cache after role changes.Nathan Bossart
2026-08-10Avoid overflow in Levenshtein distance calculations.Nathan Bossart
2026-08-10Add an output_plugin_libraries GUC to bless trusted output pluginsJacob Champion
2026-08-10Move SplitGUCList() to fe_utilsJacob Champion
2026-08-10Empty search_path in amcheck.Noah Misch
2026-08-10Obstruct EXTRACT() field name deparse injection.Nathan Bossart
2026-08-10Return nulls honestly in aggregate "combine" functions.Tom Lane