summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-02-19Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch
2024-02-19Bound waits in 035_standby_logical_decoding.pl.Noah Misch
2024-02-19Get rid of pg_class usage in SJE regression testsAlexander Korotkov
2024-02-19Fix 004_subscription.pl to allow its usage in --link mode.Amit Kapila
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-02-19ecpg: Fix error handling on OOMs when parsing timestampsMichael Paquier
2024-02-16Remove remaining references to timeouts-longAlexander Korotkov
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Introduce overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Pass correct count to WALRead().Jeff Davis
2024-02-16Add assert to WALReadFromBuffers().Jeff Davis
2024-02-16Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart
2024-02-16Add missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-16Remove timeouts-long.outAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-16Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila
2024-02-16Fix the incorrect format specifier used in commit 7a424ece48.Amit Kapila
2024-02-16Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila
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