Commit Graph

57796 Commits (d2ca9a50b5b99ef29aa65b68b5e6ddb253fbb04a)
 

Author SHA1 Message Date
David Rowley d2ca9a50b5 Minor corrections for partition pruning 2 years ago
Michael Paquier 818fefd8fd Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot() 2 years ago
Michael Paquier 01ec4d89b9 doc: Use system-username instead of system-user 2 years ago
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
Tom Lane 7f27185324 Doc: fix typo in SECURITY LABEL synopsis. 2 years ago
Alexander Korotkov e1b7fde418 Get rid of pg_class usage in SJE regression tests 2 years ago
Peter Eisentraut 21a71648d3 ci: Add test coverage of different pg_upgrade modes 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
Peter Eisentraut e85732dac0 Remove non-existing file from .gitattributes 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
Daniel Gustafsson b8f9e77725 doc: Remove links to further reading from pgcrypto docs 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 d0071f9228 pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings 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