Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
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
Peter Eisentraut e4b88c5fa3 Use correct format placeholder for timeline IDs 2 years ago
Amit Kapila 703c7a3c54 Doc: Improve upgrade for streaming replication section. 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 5fce30e77f Fix some typos in event trigger docs 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
Andrew Dunstan 4697454686 Disallow jsonpath methods involving TZ in immutable functions 2 years ago
Tom Lane ce571434ae Remove race condition in pg_get_expr(). 2 years ago
Tom Lane a584d03ced Avoid concurrent calls to bindtextdomain(). 2 years ago
Tom Lane 0028b55bc8 Clean up Windows-specific mutex code in libpq and ecpglib. 2 years ago
Daniel Gustafsson 5c7038d70b Refactor pipe_read_line to return the full line 2 years ago
Alexander Korotkov c01f6ef46c Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys() 2 years ago
Peter Eisentraut 6743c5ae64 Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN 2 years ago
Michael Paquier 3c44746fdb Add previous commit to .git-blame-ignore-revs 2 years ago
Michael Paquier 49e7c6f78e Fix indentation of copyto.c 2 years ago
Michael Paquier b619852086 Improve COPY TO performance when server and client encodings match 2 years ago
Peter Eisentraut a89fa00714 Apply pg_dump test cleanups to test_pg_dump as well 2 years ago
Alexander Korotkov d859fdb36f Fix gcc >= 10 warning 2 years ago
Daniel Gustafsson fdfb92c030 doc: Remove superfluous bracket in synopsis 2 years ago