Commit Graph

57519 Commits (5c31669058b5550b4b3d623c07bc4203c11b8316)
 

Author SHA1 Message Date
Michael Paquier d43bd090a8 Improve some error messages with invalid indexes for REINDEX CONCURRENTLY 2 years ago
Amit Kapila 0bf62460bb Fix issues in binary_upgrade_logical_slot_has_caught_up(). 2 years ago
Michael Paquier c426f7c2b3 Fix assertion failure with REINDEX and event triggers 2 years ago
Nathan Bossart c2a465b2c9 Suppress -Wunused-result warning about write(). 2 years ago
Peter Eisentraut 52e98d4502 Use signal-safe functions in signal handler 2 years ago
Michael Paquier 7636725b92 Fix compilation on Windows with WAL_DEBUG 2 years ago
Michael Paquier bfc677c3bc Apply filters to dump files all the time in 002_pg_upgrade.pl 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago
Robert Haas 278eb13c48 Rename pg_verifybackup's JsonManifestParseContext callback functions. 2 years ago
Robert Haas d463aa06a9 Rename JsonManifestParseContext callbacks. 2 years ago
Daniel Gustafsson 4d0cf0b05d Fix indentation 2 years ago
Daniel Gustafsson 98e675ed7a Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Alvaro Herrera b8ba7344e9
Fix handling of errors in libpq pipelines 2 years ago
Amit Kapila 63c5df126a Fix a random failure in 003_logical_slots.pl. 2 years ago
Jeff Davis a86c61c9ee Optimize SearchPathCache by saving the last entry. 2 years ago
Nathan Bossart b14b1eb4da Teach convert() and friends to avoid copying when possible. 2 years ago
Heikki Linnakangas e7c6efe305 Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions 2 years ago
Alvaro Herrera a3f76a3f7e
Don't use pgbench -j in tests 2 years ago
Peter Eisentraut 457428d9e9 Remove unnecessary include of <math.h> 2 years ago
Peter Eisentraut da67cb0a44 Remove unnecessary include of <sys/socket.h> 2 years ago
Peter Eisentraut dffb2b478f Remove unnecessary includes of <signal.h> 2 years ago
Michael Paquier f21848de20 Add support for REINDEX in event triggers 2 years ago
Michael Paquier d78b6cbb60 doc: Remove reference to trigger file regarding promotion 2 years ago
Heikki Linnakangas fd5e8b440d Refactor how InitProcess is called 2 years ago
Heikki Linnakangas 388491f1e5 Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode 2 years ago
Heikki Linnakangas 69d903367c Refactor CreateSharedMemoryAndSemaphores 2 years ago
Heikki Linnakangas b19890d49d Silence Valgrind complaint with EXEC_BACKEND 2 years ago
Peter Eisentraut 0d93ce31a5 pgindent fix 2 years ago
Peter Eisentraut a11c9c42ea Check collation when creating partitioned index 2 years ago
Peter Eisentraut 5b2dcead39 doc: Update info on information schema usage tables 2 years ago
Amit Kapila f66fcc5cd6 Fix an uninitialized access in hash_xlog_squeeze_page(). 2 years ago
Andres Freund aa11a9c149 meson: Stop using deprecated way getting path of files 2 years ago
Thomas Munro 3b51265ee3 Adjust obsolete comment explaining set_stack_base(). 2 years ago
Heikki Linnakangas f93133a250 Print lwlock stats also for aux processes, when built with LWLOCK_STATS 2 years ago
Alexander Korotkov ae2ccf66a2 Fix typo in 5a1dfde833 2 years ago
Daniel Gustafsson b3efa270b5 Fix spelling and punctuation 2 years ago
Daniel Gustafsson c3f4a84481 Add missing file to nls Makefile 2 years ago
Daniel Gustafsson 17935e1fdf Fix array subscript warnings 2 years ago
Alexander Korotkov b589f211e0 Fix warning due non-standard inline declaration in 4ed8f0913b 2 years ago
John Naylor 095d109ccd Remove redundant setting of hashkey after insertion 2 years ago
Peter Eisentraut 489ca33081 meson: Improve/fix Python version selection 2 years ago
Masahiko Sawada e255b646a1 Add tests for XID wraparound. 2 years ago
Michael Paquier a243569bf6 doc: Mention how to use quotes with GUC names in error messages 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Masahiko Sawada 334f512f45 Add option to specify timeout seconds to BackgroundPsql.pm. 2 years ago
Peter Eisentraut a1827568d2 Remove unused macro 2 years ago
Peter Eisentraut 7e5f517799 Improve "user mapping not found" error message 2 years ago
Amit Kapila 3e36e48d8e Fix a test in 003_logical_slots. 2 years ago
Masahiko Sawada 5abff2aaa1 Fix wrong description of BackgroundPsql's timeout. 2 years ago
Masahiko Sawada f99dd98242 Fix BackgroundPsql's set_query_timer_restart() issue without argument. 2 years ago