Commit Graph

55131 Commits (a8500750ca0acf6bb95cf9d1ac7f421749b22db7)
 

Author SHA1 Message Date
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
Peter Eisentraut af3abca029 Allow initdb to complete on systems without "locale" command 3 years ago
Daniel Gustafsson 3b304547a9 doc: Fix wording of MERGE actions in README 3 years ago
Daniel Gustafsson aba2dbb3cf Fix typos in comments 3 years ago
Michael Paquier 3894d21d22 Remove unneeded include in test_slru.c 3 years ago
Peter Eisentraut 1d87037ac8 Export with_icu when running src/bin/scripts tests with meson 3 years ago
Peter Eisentraut aca9920409 Update some more ObjectType switch statements to not have default 3 years ago
Tom Lane adaf34241a Improve ruleutils' printout of LATERAL references within subplans. 3 years ago
Thomas Munro 5db195f76f Fix slowdown in TAP tests due to recent walreceiver change. 3 years ago
Tom Lane e9e26b5e71 Invent "multibitmapsets", and use them to speed up antijoin detection. 3 years ago
Peter Eisentraut 90e4f308b4 Add missing object classes to object_address test 3 years ago
Tom Lane fccaf259f2 Shave some cycles off subscription/t/100_bugs.pl tests. 3 years ago
Peter Eisentraut 8e1db29cdb Variable renaming in preparation for refactoring 3 years ago
Peter Eisentraut d1cb4e9f92 Remove useless casts 3 years ago
Peter Eisentraut 4eb3b11200 Turn HeapKeyTest macro into inline function 3 years ago
Peter Eisentraut c0f1e51ac7 Remove unused include 3 years ago
Daniel Gustafsson c4421550fb doc: document the TAP test environment variables 3 years ago
Daniel Gustafsson 5f80cd287c doc: update metacpan.org links to avoid redirects 3 years ago
Michael Paquier 63c833f4bd Use multi-inserts for pg_ts_config_map 3 years ago
Jeff Davis 36e0358e70 Fix test in ae168c794f, per buildfarm. 3 years ago