Commit Graph

57788 Commits (21a71648d39fe386acf8928ae59f41c6cccb47cf)
 

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