summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-01-03Document strange jsonb sort order for empty top level arraysAndrew Dunstan
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-25guc: reentrant scannerPeter Eisentraut
2024-12-24jsonpath scanner: reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-23Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Mark CatalogSnapshotData staticHeikki Linnakangas
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-19Extract logic filling pg_stat_get_io()'s tuplestore into its own routineMichael Paquier
2024-12-17Skip useless calculation of join RTE column names during EXPLAIN.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
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