Commit Graph

42222 Commits (544bcb5a5e778e8ef8d784de611c5f85bc33433c)

Author SHA1 Message Date
Peter Eisentraut 9ca6e7b941 meson: Make gzip and tar optional 2 years ago
Michael Paquier c161ab74f7 Add PostgreSQL::Test::Cluster::advance_wal 2 years ago
Masahiko Sawada bf6260b39d Show isCatalogRel in several rmgr descriptions. 2 years ago
Andrew Dunstan 387aecc948 Rename pgindent options 2 years ago
Daniel Gustafsson 30e54d5c5d Fix unchecked return value from strdup 2 years ago
Robert Haas dc21234005 Add support for incremental backup. 2 years ago
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Jeff Davis 766571be16 Additional write barrier in AdvanceXLInsertBuffer(). 2 years ago
Jeff Davis c3a8e2a7cb Use 64-bit atomics for xlblocks array elements. 2 years ago
Michael Paquier 1301c80b21 Remove MSVC scripts 2 years ago
Robert Haas aafc07c7a1 Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2 years ago
Robert Haas 47f01d727e Fix brown paper bag bug in 5c47c6546c. 2 years ago
Tom Lane 7e1ce2b3de Prevent integer overflow when forming tuple width estimates. 2 years ago
Peter Eisentraut 2a607fb822 Update comment for Cardinality typedef 2 years ago
Heikki Linnakangas 3c080fb4fa Simplify newNode() by removing special cases 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
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
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
Michael Paquier e5b8c4f68f Fix path of regress shared library in pg_upgrade test 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