Commit Graph

55000 Commits (7b378237aa805711353075de142021b1d40ff3b0)
 

Author SHA1 Message Date
Andrew Dunstan 7b378237aa Expand AclMode to 64 bits 3 years ago
Peter Geoghegan b6074846ce Simplify vacuum_set_xid_limits() signature. 3 years ago
Peter Geoghegan 02d647bbf0 Don't test HEAP_XMAX_INVALID when freezing xmax. 3 years ago
Andrew Dunstan b425bf0081
Fix perl warning from commit 9b4eafcaf4 3 years ago
Tom Lane 56d0ed3b75 Give better hints for ambiguous or unreferenceable columns. 3 years ago
Tom Lane 9c6ad5eaa9 YA attempt at taming worst-case behavior of get_actual_variable_range. 3 years ago
Alvaro Herrera 0538d4c0c3
Remove useless MERGE test 3 years ago
Amit Kapila a1efcda7c3 Improve comments atop pg_get_replication_slots. 3 years ago
Alvaro Herrera 0557e17702
Ignore invalidated slots while computing oldest catalog Xmin 3 years ago
Andres Freund 92daeca45d Add wait event for pg_usleep() in perform_spin_delay() 3 years ago
Andres Freund bd82928625 ci: Use -fsanitize=undefined,alignment,address in linux tasks 3 years ago
Andres Freund 94a3e026cc ci: Introduce SanityCheck task that other tasks depend on 3 years ago
Andres Freund ec267fd5a5 ci: Clean up pre-meson cruft in windows task 3 years ago
Daniel Gustafsson f1d042b21d Replace link to Hunspell with the current homepage 3 years ago
Tom Lane 5644d6f909 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
Andres Freund f686ae82f2 Add workaround to make ubsan and ps_status.c compatible 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane 51b5834cd5 Provide options for postmaster to kill child processes with SIGABRT. 3 years ago
Tom Lane e2933a6e11 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Michael Paquier f193883fc9 Replace SQLValueFunction by COERCE_SQL_SYNTAX 3 years ago
Amit Kapila 240e0dbacd Add additional checks while creating the initial decoding snapshot. 3 years ago
Andres Freund a4adc31f69 lwlock: Fix quadratic behavior with very long wait lists 3 years ago
Andres Freund 061bf98fb8 pgstat: replace double lookup with IsSharedRelation() 3 years ago
Tom Lane b62303794e Fix sloppy cleanup of roles in privileges.sql. 3 years ago
Tom Lane 75b8d3de98 Fix long-obsolete comment. 3 years ago
Andrew Dunstan 9b4eafcaf4 Prevent port collisions between concurrent TAP tests 3 years ago
Michael Paquier fb32748e32 Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX 3 years ago
Joe Conway ed1d3132d2 Fix catversion 3 years ago
Andres Freund 8c954168cf Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit 3 years ago
Tom Lane 3efc82e289 Disable debug_discard_caches in test_oat_hooks test. 3 years ago
Tom Lane 3b8ad00853 Doc: sync src/tutorial/basics.source with SGML documentation. 3 years ago
Robert Haas 2fb6154fcd Fix typos and bump catversion. 3 years ago
Robert Haas 3d14e171e9 Add a SET option to the GRANT command. 3 years ago
Tom Lane f84ff0c6d4 Don't read MCV stats needlessly in eqjoinsel(). 3 years ago
Peter Eisentraut d8678aba2e Make object_address test output easier to update 3 years ago
Peter Eisentraut d0ca708540 Clean up SQL code indentation in test file 3 years ago
Andrew Dunstan 97ee956416 Fix version comparison in Version.pm 3 years ago
Alvaro Herrera 83eccb8562
Fix typo 3 years ago
Peter Eisentraut 28d233c8e6 doc: Small wording improvement 3 years ago
Alvaro Herrera 910cab820d
Add glossary entries related to superusers 3 years ago
Michael Paquier 07f7237c2a psql: Improve tab completion for GRANT/REVOKE 3 years ago
Andres Freund 967db242c2 ci: Add task testing windows with mingw 3 years ago
Peter Geoghegan 1489b1ce72 Standardize rmgrdesc recovery conflict XID output. 3 years ago
Alvaro Herrera 6ff5aa1299
Fix MERGE tuple count with DO NOTHING 3 years ago
Peter Geoghegan 813492dacc Use correct type name in comments about freezing. 3 years ago
Noah Misch aca93b5f18 Account for IPC::Run::result() Windows behavior change. 3 years ago
Peter Eisentraut bbf9c282ce libpq: Handle NegotiateProtocolVersion message 3 years ago
Peter Eisentraut dce92e59b1 libpq: Correct processing of startup response messages 3 years ago
Daniel Gustafsson 3d0c95bc89 Fix wording in comment 3 years ago
Alvaro Herrera 01755490cf
Fix outdated comment in ExecDelete 3 years ago