summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-16Add more LOG and DEBUG messages for slot synchronization.Amit Kapila
2024-02-16Attempt to stabilize flapping regression testDavid Rowley
2024-02-16Followup fixes for transaction_timeoutAlexander Korotkov
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-15Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-02-15Allow passing extra options to initdb for testsPeter Eisentraut
2024-02-15Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila
2024-02-15Simplify PathKey checking codeDavid Rowley
2024-02-15Clarify the 'rows' parameter in create_append_pathDavid Rowley
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-14Check that MyProcPid == getpid() in backend 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-14Fix BF introduced in commit ddd5f4f54a.Amit Kapila
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 "#ifdef WIN32" guards from src/port/win32*.cHeikki Linnakangas
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-02-11Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov
2024-02-11Remove obsolete script related to MSVC build systemPeter Eisentraut
2024-02-11Fix gai_strerror() thread-safety on Windows.Thomas Munro
2024-02-11Use extensible buffers to assemble command linesPeter Eisentraut
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-02-09Remove race condition in pg_get_expr().Tom Lane
2024-02-09Avoid concurrent calls to bindtextdomain().Tom Lane
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-02-09Refactor pipe_read_line to return the full lineDaniel Gustafsson
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-08Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut
2024-02-08Fix gcc >= 10 warningAlexander Korotkov
2024-02-08Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov
2024-02-08Fix meson installation of xid_wraparound test.Masahiko Sawada
2024-02-08Fix warnings in cpluspluscheckJohn Naylor
2024-02-07Rename static function to avoid conflicting namesDaniel Gustafsson
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