summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2025-11-06Use stack allocated StringInfoDatas, where possibleDavid Rowley
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2025-11-05Add sequence synchronization for logical replication.Amit Kapila
2025-11-05Special case C_COLLATION_OID in pg_newlocale_from_collation().Jeff Davis
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-11-03Sort guc_parameters.dat alphabetically by namePeter Eisentraut
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-31formatting.c cleanup: Change fill_str() return type to voidPeter Eisentraut
2025-10-31formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*Peter Eisentraut
2025-10-31formatting.c cleanup: Change several int fields to enumsPeter Eisentraut
2025-10-31formatting.c cleanup: Change TmFromChar.clock field to boolPeter Eisentraut
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-30formatting.c cleanup: Improve formatting of some struct declarationsPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary zeroize macrosPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary extra line breaks in error message l...Peter Eisentraut
2025-10-30Fix bogus use of "long" in AllocSetCheck()David Rowley
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29CheckNNConstraintFetch: Fill all of ConstrCheck in a single passÁlvaro Herrera
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-29formatting.c cleanup: Remove unnecessary extra parenthesesPeter Eisentraut
2025-10-29formatting.c cleanup: Use array syntax instead of pointer arithmeticPeter Eisentraut
2025-10-29formatting.c cleanup: Add some const pointer qualifiersPeter Eisentraut
2025-10-29formatting.c cleanup: Use size_t for string length variables and argumentsPeter Eisentraut
2025-10-28formatting.c cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-10-28formatting.c cleanup: Remove dashes in commentsPeter Eisentraut
2025-10-28Move comment about casts from pg_wchar.Jeff Davis
2025-10-28Check that index can return in get_actual_variable_range()Peter Eisentraut
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-26Comment typo fixes: pg_wchar_t should be pg_wchar.Jeff Davis
2025-10-23Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.Tom Lane
2025-10-22Add error_on_null(), checking if the input is the null valueMichael Paquier
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-21Make char2wchar() static.Jeff Davis
2025-10-21Remove obsolete global database_ctype_is_c.Jeff Davis
2025-10-18Add pg_database_locale() to retrieve database default locale.Jeff Davis
2025-10-18Add pg_iswxdigit(), useful for tsearch.Jeff Davis