Commit Graph

57357 Commits (4908c5872059c409aa647bcde758dfeffe07996e)
 

Author SHA1 Message Date
Thomas Munro 4908c58720 Provide vectored variants of smgrread() and smgrwrite(). 2 years ago
Tom Lane b7412e293b Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Michael Paquier 3c9d9acae0 Refactor pgstat_prepare_io_time() with an input argument instead of a GUC 2 years ago
Alvaro Herrera a6be0600ac
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption 2 years ago
Thomas Munro b485ad7f07 Provide multi-block smgrprefetch(). 2 years ago
Tom Lane 59bd34c2fa Fix bugs in manipulation of large objects. 2 years ago
Peter Eisentraut 0e917508b8 Fix typo 2 years ago
Daniel Gustafsson 741fb0056e docs: Fix typo in pg_stat_statements documentation 2 years ago
Michael Paquier 8a7cbfce13 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
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