Commit Graph

57448 Commits (ff09129bec28028c57eb263cbca2836f42c2256c)
 

Author SHA1 Message Date
Daniel Gustafsson c5962ad21a Fix typo in comment 2 years ago
Thomas Munro 871fe4917e Provide vectored variants of FileRead() and FileWrite(). 2 years ago
Thomas Munro 0c6be59f5e Provide helper for retrying partial vectored I/O. 2 years ago
Thomas Munro baf7c93ed5 Define unconstify() and unvolatize() for C++. 2 years ago
Tom Lane 0a5c46a7a4 Be more wary about OpenSSL not setting errno on error. 2 years ago
Alvaro Herrera d3fe6e90ba
Simplify productions for FORMAT JSON [ ENCODING name ] 2 years ago
Michael Paquier c7a3e6b46d Remove trace_recovery_messages 2 years ago
Amit Kapila 8d7d2197f3 Fix an undetected deadlock due to apply worker. 2 years ago
Peter Eisentraut 90834ceccd Remove some unnecessary includes of "access/xlog_internal.h" 2 years ago
Peter Geoghegan aa210e0c12 Fix nbtree backward scan race condition comments. 2 years ago
Nathan Bossart dc3f9bc549 Micro-optimize JSONTYPE_NUMERIC code path in json.c. 2 years ago
Jeff Davis 867dd2dc87 Cache opaque handle for GUC option to avoid repeasted lookups. 2 years ago
Peter Geoghegan c9c0589fda Optimize nbtree backward scan boundary cases. 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Tomas Vondra dae761a87e Add empty BRIN ranges during CREATE INDEX 2 years ago
Daniel Gustafsson 00edb2061f Don't clean initdb files on template creation failure 2 years ago
Heikki Linnakangas 44913add91 Remove some unnecessary #includes of postmaster/interrupt.h 2 years ago
Alvaro Herrera 7db01fbcef
Test that it works to RESET an invalid reloption 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago
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