summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-02-14Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane
2024-02-14Add a slot synchronization function.Amit Kapila
2024-02-14Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier
2024-02-13Improve comment about query_id_enabled in queryjumblefuncs.cMichael Paquier
2024-02-13Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane
2024-02-13Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas
2024-02-13Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-13Use correct format placeholder for timeline IDsPeter Eisentraut
2024-02-12Read WAL directly from WAL buffers.Jeff Davis
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-02-11Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2024-02-09Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-02-09Fix indentation of copyto.cMichael Paquier
2024-02-09Improve COPY TO performance when server and client encodings matchMichael Paquier
2024-02-08Fix gcc >= 10 warningAlexander Korotkov
2024-02-08Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov
2024-02-07Remove Start* macros in postmaster.c.Nathan Bossart
2024-02-07Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT relDavid Rowley
2024-02-07Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-02-07Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier
2024-02-06Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier
2024-02-06Change initial use of pg_atomic_write_u64 to initAlvaro Herrera
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-02-06Simplify initialization of incremental hash stateJohn Naylor
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-05Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-02-05Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TOMichael Paquier
2024-02-05Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier
2024-02-02Fix typo in commentsHeikki Linnakangas
2024-02-02Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane
2024-02-02Fix bug in bulk extending temp relation after failureHeikki Linnakangas
2024-02-02Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley
2024-02-01Sync PG_VERSION file in CREATE DATABASE.Noah Misch
2024-02-01Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch
2024-02-01Fix stats_fetch_consistency with stats for fixed-numbered objectsMichael Paquier
2024-01-31Fix copy&paste typo in commentAlvaro Herrera
2024-01-31Fix costing bug in MergeAppendDavid Rowley
2024-01-31Revise pg_walsummary's 002_blocks test to avoid spurious failures.Robert Haas
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-31Remove some obsolete smgrcloseall() calls.Heikki Linnakangas
2024-01-31Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley