Commit Graph

57363 Commits (20847013642127e75ee4fe3ddb8228a1fb4b652f)
 

Author SHA1 Message Date
Michael Paquier 2084701364 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier a8dd62ef49 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Amit Kapila c8bc807cf8 pgoutput: Raise an error for missing protocol version parameter. 2 years ago
Tom Lane 8b965c549d compute_bitmap_pages' loop_count parameter should be double not int. 2 years ago
Nathan Bossart 64b1fb5f03 Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64. 2 years ago
Nathan Bossart 0d1adae6f7 Micro-optimize datum_to_json_internal() some more. 2 years ago
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