aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()Michael Paquier2024-02-20
* doc: Use system-username instead of system-userMichael Paquier2024-02-20
* Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch2024-02-19
* Bound waits in 035_standby_logical_decoding.pl.Noah Misch2024-02-19
* Doc: fix typo in SECURITY LABEL synopsis.Tom Lane2024-02-19
* Get rid of pg_class usage in SJE regression testsAlexander Korotkov2024-02-19
* ci: Add test coverage of different pg_upgrade modesPeter Eisentraut2024-02-19
* Fix 004_subscription.pl to allow its usage in --link mode.Amit Kapila2024-02-19
* ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier2024-02-19
* ecpg: Fix error handling on OOMs when parsing timestampsMichael Paquier2024-02-19
* Remove remaining references to timeouts-longAlexander Korotkov2024-02-16
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Introduce overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Pass correct count to WALRead().Jeff Davis2024-02-16
* Add assert to WALReadFromBuffers().Jeff Davis2024-02-16
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Add missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-02-16
* Remove timeouts-long.outAlexander Korotkov2024-02-16
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Remove non-existing file from .gitattributesPeter Eisentraut2024-02-16
* Disable autovacuum on primary in 040_standby_failover_slots_sync test.Amit Kapila2024-02-16
* Fix the incorrect format specifier used in commit 7a424ece48.Amit Kapila2024-02-16
* Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2.Amit Kapila2024-02-16
* Add more LOG and DEBUG messages for slot synchronization.Amit Kapila2024-02-16
* Attempt to stabilize flapping regression testDavid Rowley2024-02-16
* Followup fixes for transaction_timeoutAlexander Korotkov2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane2024-02-15
* Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov2024-02-15
* Allow passing extra options to initdb for testsPeter Eisentraut2024-02-15
* Another try to fix BF failure introduced in commit ddd5f4f54a.Amit Kapila2024-02-15
* Simplify PathKey checking codeDavid Rowley2024-02-15
* Clarify the 'rows' parameter in create_append_pathDavid Rowley2024-02-15
* Remove obsolete check in SIGTERM handler for the startup process.Nathan Bossart2024-02-14
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Check that MyProcPid == getpid() in backend signal handlers.Nathan Bossart2024-02-14
* Allow pg_monitor to execute pg_current_logfile().Nathan Bossart2024-02-14
* Fix multiranges to behave more like dependent types.Tom Lane2024-02-14
* Fix BF introduced in commit ddd5f4f54a.Amit Kapila2024-02-14
* doc: Remove links to further reading from pgcrypto docsDaniel Gustafsson2024-02-14
* Add a slot synchronization function.Amit Kapila2024-02-14
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* pgcrypto: Fix incorrect argument vs PG_GETARG*() mappingsMichael Paquier2024-02-14
* Improve comment about query_id_enabled in queryjumblefuncs.cMichael Paquier2024-02-14
* Catch overflow when rounding intervals in AdjustIntervalForTypmod.Tom Lane2024-02-13
* Fix 'mmap' DSM implementation with allocations larger than 4 GBHeikki Linnakangas2024-02-13
* Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane2024-02-13
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Use correct format placeholder for timeline IDsPeter Eisentraut2024-02-13