Commit Graph

42470 Commits (4c2369ac5d0a108df4d65a2886657efa010d67ca)

Author SHA1 Message Date
David Rowley 4c2369ac5d Fix incorrect pruning of NULL partition for boolean IS NOT clauses 2 years ago
Noah Misch 0e162810df Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. 2 years ago
Noah Misch 4791f87f34 Bound waits in 035_standby_logical_decoding.pl. 2 years ago
Alexander Korotkov e1b7fde418 Get rid of pg_class usage in SJE regression tests 2 years ago
Amit Kapila f17529b710 Fix 004_subscription.pl to allow its usage in --link mode. 2 years ago
Michael Paquier e77a1c58e3 ecpg: Fix zero-termination of string generated by intoasc() 2 years ago
Michael Paquier 0a9118ccc0 ecpg: Fix error handling on OOMs when parsing timestamps 2 years ago
Alexander Korotkov a6c21887a9 Remove remaining references to timeouts-long 2 years ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Nathan Bossart 6b80394781 Introduce overflow-safe integer comparison functions. 2 years ago
Jeff Davis 73f0a13266 Pass correct count to WALRead(). 2 years ago
Jeff Davis 9ecbf54075 Add assert to WALReadFromBuffers(). 2 years ago
Nathan Bossart 5497daf3aa Replace calls to pg_qsort() with the qsort() macro. 2 years ago
Alexander Korotkov d57b7cc333 Add missing check_stack_depth() to some recursive functions 2 years ago
Alexander Korotkov eb49e1bdd9 Remove timeouts-long.out 2 years ago
Peter Eisentraut 0413a55699 Improve compression and storage support with inheritance 2 years ago
Amit Kapila b7bdade6a4 Disable autovacuum on primary in 040_standby_failover_slots_sync test. 2 years ago
Amit Kapila b987be39c3 Fix the incorrect format specifier used in commit 7a424ece48. 2 years ago
Amit Kapila d9e225f275 Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2. 2 years ago
Amit Kapila 7a424ece48 Add more LOG and DEBUG messages for slot synchronization. 2 years ago
David Rowley 1fe66680c0 Attempt to stabilize flapping regression test 2 years ago
Alexander Korotkov bf82f43790 Followup fixes for transaction_timeout 2 years ago
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 2 years ago
Tom Lane 5c9f2f9398 Doc: improve a couple of comments in postgresql.conf.sample. 2 years ago
Alexander Korotkov 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. 2 years ago
Peter Eisentraut 995d400cec Allow passing extra options to initdb for tests 2 years ago
Amit Kapila 9bc1eee988 Another try to fix BF failure introduced in commit ddd5f4f54a. 2 years ago
David Rowley 0c444a70f2 Simplify PathKey checking code 2 years ago
David Rowley 87027cb55b Clarify the 'rows' parameter in create_append_path 2 years ago
Nathan Bossart 8fd0498de2 Remove obsolete check in SIGTERM handler for the startup process. 2 years ago
Nathan Bossart 28e4632509 Centralize logic for restoring errno in signal handlers. 2 years ago
Nathan Bossart 3b00fdba9f Check that MyProcPid == getpid() in backend signal handlers. 2 years ago
Nathan Bossart 8d8afd48d3 Allow pg_monitor to execute pg_current_logfile(). 2 years ago
Tom Lane 3e8235ba4f Fix multiranges to behave more like dependent types. 2 years ago
Amit Kapila bd8fc1677b Fix BF introduced in commit ddd5f4f54a. 2 years ago
Amit Kapila ddd5f4f54a Add a slot synchronization function. 2 years ago
Michael Paquier 06bd311bce Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM" 2 years ago
Michael Paquier f854dae888 Improve comment about query_id_enabled in queryjumblefuncs.c 2 years ago
Tom Lane 5ebc9c9017 Catch overflow when rounding intervals in AdjustIntervalForTypmod. 2 years ago
Heikki Linnakangas fbf9a7ac4d Fix 'mmap' DSM implementation with allocations larger than 4 GB 2 years ago
Tom Lane 0736a8ef6f Use a safer outfuncs/readfuncs representation for BitStrings. 2 years ago
Daniel Gustafsson c1fc502f59 Skip .DS_Store files in server side utils 2 years ago
Peter Eisentraut e4b88c5fa3 Use correct format placeholder for timeline IDs 2 years ago
Jeff Davis 91f2cae7a4 Read WAL directly from WAL buffers. 2 years ago
Heikki Linnakangas 09eb633e1b Remove "#ifdef WIN32" guards from src/port/win32*.c 2 years ago
Heikki Linnakangas 9f35e42e7d Remove unnecessary smgropen() calls 2 years ago
Alexander Korotkov 8be93177c4 Use heap_inplace_update() to unset pg_database.dathasloginevt 2 years ago
Peter Eisentraut 428e2de1b8 Remove obsolete script related to MSVC build system 2 years ago
Thomas Munro 65f438471b Fix gai_strerror() thread-safety on Windows. 2 years ago
Peter Eisentraut e70abd67c3 Use extensible buffers to assemble command lines 2 years ago