summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
14 hoursSplit out innards of pg_tablespace_location()Álvaro Herrera
17 hoursFix range for commit_siblings in sample confDaniel Gustafsson
19 hoursFix comments of output routines for pg_ndistinct and pg_dependenciesMichael Paquier
22 hoursMove code specific to pg_dependencies to new fileMichael Paquier
22 hoursMove code specific to pg_ndistinct to new fileMichael Paquier
28 hoursPrefer spelling "cacheable" over "cachable".Thomas Munro
29 hoursReport better object limits in error messages for injection pointsMichael Paquier
47 hoursClean up qsort comparison function for GUC entriesPeter Eisentraut
6 daysFix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
6 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
7 daysUpdate code commentPeter Eisentraut
7 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
8 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
8 daysAdd sequence synchronization for logical replication.Amit Kapila
8 daysSpecial case C_COLLATION_OID in pg_newlocale_from_collation().Jeff Davis
9 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
10 daysSort guc_parameters.dat alphabetically by namePeter Eisentraut
13 daysMark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
13 daysformatting.c cleanup: Change fill_str() return type to voidPeter Eisentraut
13 daysformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*Peter Eisentraut
13 daysformatting.c cleanup: Change several int fields to enumsPeter Eisentraut
13 daysformatting.c cleanup: Change TmFromChar.clock field to boolPeter Eisentraut
14 daysMark ItemPointer arguments as const throughoutPeter Eisentraut
14 daysFix some confusing uses of constPeter Eisentraut
14 daysformatting.c cleanup: Improve formatting of some struct declarationsPeter Eisentraut
14 daysformatting.c cleanup: Remove unnecessary zeroize macrosPeter Eisentraut
14 daysformatting.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
2025-10-17Change config_generic.vartype to be initialized at compile timePeter Eisentraut
2025-10-17Use designated initializers for guc_tablesPeter Eisentraut