summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-12-17Tweak some comments related to variable-numbered stats in pgstat.cMichael Paquier
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-15Declare a couple of variables inside not outside a PG_TRY block.Tom Lane
2024-12-14Refactor some SQL/JSON error messagesÁlvaro Herrera
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Use pg_memory_is_all_zeros() in pgstatfuncs.c.Nathan Bossart
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-12-09Improve comment about dropped entries in pgstat.cMichael Paquier
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-12-04Fix dead codePeter Eisentraut
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-12-03Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis
2024-12-03Perform provider-specific initialization in new functions.Jeff Davis
2024-12-03Fix unintentional behavior change in commit e9931bfb75.Jeff Davis
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-12-02Add a planner support function for numeric generate_series().Dean Rasheed
2024-12-02Fix #include order in timestamp.c.Dean Rasheed
2024-12-02Fix error code for referential action RESTRICTPeter Eisentraut
2024-11-29Small indenting fixes in jsonpath_scan.lPeter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Make GUC_check_errdetail messages full sentencesÁlvaro Herrera
2024-11-27Remove redundant relam initializationÁlvaro Herrera
2024-11-27Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart
2024-11-27Require ucrt if using MinGW.Thomas Munro
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-20Avoid assertion failure if a setop leaf query contains setops.Tom Lane
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-15Fix race conditions with drop of reused pgstats entriesMichael Paquier
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-13Fix comment in injection_point.cMichael Paquier
2024-11-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-05Clear padding of PgStat_HashKey when handling pgstats entriesMichael Paquier
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch