Commit Graph

57329 Commits (15916ffb0468d0b1036ba661767fe6e1b5fb3ee8)
 

Author SHA1 Message Date
Heikki Linnakangas 15916ffb04 Initialize ShmemVariableCache like other shmem areas 2 years ago
Heikki Linnakangas 049ef3398d Don't try to open visibilitymap when analyzing a foreign table 2 years ago
Thomas Munro cd7f19da34 Fix potential pointer overflow in xlogreader.c. 2 years ago
Bruce Momjian 2cc2d02dd0 doc: clarify handling of ON CONFLICT with triggers 2 years ago
Michael Paquier e5b8c4f68f Fix path of regress shared library in pg_upgrade test 2 years ago
Bruce Momjian c0fcf07770 doc, pg_upgrade: add vacuumdb w/ tips for generating quick stats 2 years ago
Bruce Momjian 5134e9d295 doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias 2 years ago
Bruce Momjian 651030a3d7 doc, intagg: fix one-to-many mention to many-to-many 2 years ago
Jeff Davis 719b342d36 Shrink Unicode category table. 2 years ago
David Rowley d16a0c1e2e Verify that attribute counts match in ExecCopySlot 2 years ago
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