summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-12-02Avoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Replace pointer comparisons and assignments to literal zero with NULLPeter Eisentraut
2025-12-02Update some timestamp[tz] functions to use soft-error reportingMichael Paquier
2025-12-01Make regex "max_chr" depend on encoding, not provider.Jeff Davis
2025-12-01Change some callers to use pg_ascii_toupper().Jeff Davis
2025-12-01Switch some date/timestamp functions to use the soft error reportingMichael Paquier
2025-11-28Generate translator comments for GUC parameter descriptionsPeter Eisentraut
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-27Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-26Allow pg_locale_t APIs to work when ctype_is_c.Jeff Davis
2025-11-26Remove a few unused struct members.Nathan Bossart
2025-11-26Add GUC to show EXEC_BACKEND stateDaniel Gustafsson
2025-11-26Replace internal C function pg_hypot() by standard hypot()Peter Eisentraut
2025-11-26Add input function for data type pg_dependenciesMichael Paquier
2025-11-26Add input function for data type pg_ndistinctMichael Paquier
2025-11-25Remove a useless length check.Jeff Davis
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-25gen_guc_tables.pl: Validate required GUC fields before code generationPeter Eisentraut
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Remove obsolete commentPeter Eisentraut
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-24Avoid global LC_CTYPE dependency in pg_locale_libc.c.Jeff Davis
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-21Remove useless casts to (void *)Peter Eisentraut
2025-11-20Add HINT listing valid encodings to encode() and decode() errors.Fujii Masao
2025-11-19Speed up eqjoinsel() with lots of MCV entries.Tom Lane
2025-11-19Fix indentationPeter Eisentraut
2025-11-19Fix NLS for incorrect GUC enum value hint messagePeter Eisentraut
2025-11-18Switch from tabs to spaces in postgresql.conf.sample.Nathan Bossart
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Mention md5 deprecation in postgresql.conf.sampleDaniel Gustafsson
2025-11-17Rework output format of pg_dependenciesMichael Paquier
2025-11-17Rework output format of pg_ndistinctMichael Paquier
2025-11-17Define PS_USE_CLOBBER_ARGV on GNU/Hurd.Thomas Munro
2025-11-17Get rid of long datatype in CATCACHE_STATS enabled buildsDavid Rowley
2025-11-14Comment out autovacuum_worker_slots in postgresql.conf.sample.Nathan Bossart
2025-11-14doc: double-quote use of %f, %p, and %r in literal commands.Bruce Momjian
2025-11-12Split out innards of pg_tablespace_location()Álvaro Herrera
2025-11-12Fix range for commit_siblings in sample confDaniel Gustafsson
2025-11-12Fix comments of output routines for pg_ndistinct and pg_dependenciesMichael Paquier
2025-11-12Move code specific to pg_dependencies to new fileMichael Paquier
2025-11-12Move code specific to pg_ndistinct to new fileMichael Paquier
2025-11-12Prefer spelling "cacheable" over "cachable".Thomas Munro
2025-11-12Report better object limits in error messages for injection pointsMichael Paquier
2025-11-11Clean up qsort comparison function for GUC entriesPeter Eisentraut
2025-11-07Fix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Update code commentPeter Eisentraut