Commit Graph

57379 Commits (387aecc948ed2fa39e04f84d9eea086d32ebd42e)
 

Author SHA1 Message Date
Andrew Dunstan 387aecc948 Rename pgindent options 2 years ago
Daniel Gustafsson e6c56f2a9d doc: Fix typo in pg_combinebackup documentation 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
Michael Paquier 00498b7185 Fix generation of distribution tarball 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
Michael Paquier 27f7f81e4c basic_archive: Fix comments related to NO_INSTALLCHECK 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
Daniel Gustafsson e52e271b23 doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Heikki Linnakangas 3c080fb4fa Simplify newNode() by removing special cases 2 years ago
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