Commit Graph

52219 Commits (026ed8efd6b1d774924937baf3209b676df4531f)
 

Author SHA1 Message Date
Stephen Frost ce42efaa26 Use maintenance_io_concurrency for ANALYZE prefetch 4 years ago
Stephen Frost f01727290f docs: Add command tags for SQL commands 4 years ago
Daniel Gustafsson 10d2695b0c docs: clarify bgw_restart_time documentation 4 years ago
Peter Geoghegan bda822554b track_io_timing logging: Don't special case 0 ms. 4 years ago
Peter Geoghegan fdfbfa24fa Reorder log_autovacuum_min_duration log output. 4 years ago
Peter Geoghegan de5dcb0796 vacuumlazy.c: Remove unnecessary parentheses. 4 years ago
Peter Eisentraut e2799528d4 Change Texinfo output to UTF-8 4 years ago
Tom Lane 8f72becd6b Handle interaction of regexp's makesearch and MATCHALL more honestly. 4 years ago
Daniel Gustafsson d782d5987e Avoid invoking PQfnumber in loop constructs 4 years ago
Amit Kapila abc0910e2e Add logical change details to logical replication worker errcontext. 4 years ago
Peter Geoghegan 191dce109b contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
John Naylor 5bc429aacb Extend collection of Unicode combining characters to beyond the BMP 4 years ago
John Naylor bab982161e Update display widths as part of updating Unicode 4 years ago
John Naylor 1563ecbc1b Revert "Rename unicode_combining_table to unicode_width_table" 4 years ago
John Naylor f8c8a8bccc Revert "Change mbbisearch to return the character range" 4 years ago
Peter Eisentraut 0d906b2c0b Fix handling of partitioned index in RelationGetNumberOfBlocksInFork() 4 years ago
John Naylor 78ab944cd4 Change mbbisearch to return the character range 4 years ago
John Naylor eb0d0d2c73 Rename unicode_combining_table to unicode_width_table 4 years ago
Tom Lane 373e08a9f7 Remove redundant test. 4 years ago
Robert Haas a780b2fcce Fix broken snapshot handling in parallel workers. 4 years ago
Peter Eisentraut 43d4dd8797 psql: Make cancel test more timing robust 4 years ago
Peter Eisentraut bb9ff46bc4 Fix typo 4 years ago
Michael Paquier 1387925a48 Fix incorrect merge in ECPG code with DECLARE 4 years ago
Amit Kapila 29b5905470 Fix toast rewrites in logical decoding. 4 years ago
Etsuro Fujita 255ed90fd2 Doc: Tweak function prototype indentation for consistency. 4 years ago
Michael Paquier 3465113134 Add tab completion for EXPLAIN .. EXECUTE in psql 4 years ago
Fujii Masao 170aec63cd Avoid using ambiguous word "positive" in error message. 4 years ago
Fujii Masao 085400fee9 Improve error message about valid value for distance in phrase operator. 4 years ago
Fujii Masao 71fee6cfac ecpg: Remove trailing period from error message. 4 years ago
Tom Lane 65dc30ced6 Fix regexp misbehavior with capturing parens inside "{0}". 4 years ago
Amit Kapila 1046a69b30 Fix Alter Subscription's Add/Drop Publication behavior. 4 years ago
Tom Lane 9bbf6f7341 Prevent regexp back-refs from sometimes matching when they shouldn't. 4 years ago
Alvaro Herrera 515e3d84a0
Avoid creating archive status ".ready" files too early 4 years ago
Bruce Momjian f7bda63a48 Improve defaults shown in postgresql.conf.sample and pg_settings 4 years ago
Michael Paquier a3fcbcda75 Fix backup manifests to generate correct WAL-Ranges across timelines 4 years ago
Peter Eisentraut c818c25f44 psql: Improve portability of query cancel test 4 years ago
David Rowley 945f395aeb Fix broken regression test caused by 22c4e88eb 4 years ago
David Rowley 22c4e88ebf Allow parallel DISTINCT 4 years ago
Tom Lane 26ae660903 Improve error messages about misuse of SELECT INTO. 4 years ago
Tom Lane facce1da91 Fix performance bug in regexp's citerdissect/creviterdissect. 4 years ago
Daniel Gustafsson 9a9c8b9201 Remove --quiet option from pg_amcheck 4 years ago
Peter Eisentraut 5b3f471ff2 psql: Add test for query canceling 4 years ago
Peter Eisentraut 9a6345ed74 pg_resetwal: Improve numeric command-line argument parsing 4 years ago
Peter Eisentraut f1899f251d pg_amcheck: Fix block number parsing on command line 4 years ago
Tom Lane 8d2d6ec770 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. 4 years ago
Andres Freund bed5eac2d5 Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe. 4 years ago
Amit Kapila 4cd7a18968 Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP. 4 years ago
Amit Kapila 0ac1aee0d7 Fix typo in protocol.sgml. 4 years ago
Michael Paquier 32cf7f7acc Improve performance of float overflow checks in btree_gist 4 years ago
Michael Paquier 2576dcfb76 Revert refactoring of hex code to src/common/ 4 years ago