Commit Graph

54969 Commits (2fb6154fcd769b2d4ea1226788e0ec2fc3522cb8)
 

Author SHA1 Message Date
Robert Haas 2fb6154fcd Fix typos and bump catversion. 4 years ago
Robert Haas 3d14e171e9 Add a SET option to the GRANT command. 4 years ago
Tom Lane f84ff0c6d4 Don't read MCV stats needlessly in eqjoinsel(). 4 years ago
Peter Eisentraut d8678aba2e Make object_address test output easier to update 4 years ago
Peter Eisentraut d0ca708540 Clean up SQL code indentation in test file 4 years ago
Andrew Dunstan 97ee956416 Fix version comparison in Version.pm 4 years ago
Alvaro Herrera 83eccb8562
Fix typo 4 years ago
Peter Eisentraut 28d233c8e6 doc: Small wording improvement 4 years ago
Alvaro Herrera 910cab820d
Add glossary entries related to superusers 4 years ago
Michael Paquier 07f7237c2a psql: Improve tab completion for GRANT/REVOKE 4 years ago
Andres Freund 967db242c2 ci: Add task testing windows with mingw 4 years ago
Peter Geoghegan 1489b1ce72 Standardize rmgrdesc recovery conflict XID output. 4 years ago
Alvaro Herrera 6ff5aa1299
Fix MERGE tuple count with DO NOTHING 4 years ago
Peter Geoghegan 813492dacc Use correct type name in comments about freezing. 4 years ago
Noah Misch aca93b5f18 Account for IPC::Run::result() Windows behavior change. 4 years ago
Peter Eisentraut bbf9c282ce libpq: Handle NegotiateProtocolVersion message 4 years ago
Peter Eisentraut dce92e59b1 libpq: Correct processing of startup response messages 4 years ago
Daniel Gustafsson 3d0c95bc89 Fix wording in comment 4 years ago
Alvaro Herrera 01755490cf
Fix outdated comment in ExecDelete 4 years ago
Peter Eisentraut af3abca029 Allow initdb to complete on systems without "locale" command 4 years ago
Daniel Gustafsson 3b304547a9 doc: Fix wording of MERGE actions in README 4 years ago
Daniel Gustafsson aba2dbb3cf Fix typos in comments 4 years ago
Michael Paquier 3894d21d22 Remove unneeded include in test_slru.c 4 years ago
Peter Eisentraut 1d87037ac8 Export with_icu when running src/bin/scripts tests with meson 4 years ago
Peter Eisentraut aca9920409 Update some more ObjectType switch statements to not have default 4 years ago
Tom Lane adaf34241a Improve ruleutils' printout of LATERAL references within subplans. 4 years ago
Thomas Munro 5db195f76f Fix slowdown in TAP tests due to recent walreceiver change. 4 years ago
Tom Lane e9e26b5e71 Invent "multibitmapsets", and use them to speed up antijoin detection. 4 years ago
Peter Eisentraut 90e4f308b4 Add missing object classes to object_address test 4 years ago
Tom Lane fccaf259f2 Shave some cycles off subscription/t/100_bugs.pl tests. 4 years ago
Peter Eisentraut 8e1db29cdb Variable renaming in preparation for refactoring 4 years ago
Peter Eisentraut d1cb4e9f92 Remove useless casts 4 years ago
Peter Eisentraut 4eb3b11200 Turn HeapKeyTest macro into inline function 4 years ago
Peter Eisentraut c0f1e51ac7 Remove unused include 4 years ago
Daniel Gustafsson c4421550fb doc: document the TAP test environment variables 4 years ago
Daniel Gustafsson 5f80cd287c doc: update metacpan.org links to avoid redirects 4 years ago
Michael Paquier 63c833f4bd Use multi-inserts for pg_ts_config_map 4 years ago
Jeff Davis 36e0358e70 Fix test in ae168c794f, per buildfarm. 4 years ago
Michael Paquier 1ff4161218 Use multi-inserts for pg_enum 4 years ago
Michael Paquier 09a72188cd Avoid some overhead with open and close of catalog indexes 4 years ago
Michael Paquier 006b69fd91 Add test module for SLRUs 4 years ago
Jeff Davis 1eda3ce802 Mark argument of RegisterCustomRmgr() as const. 4 years ago
Jeff Davis ae168c794f Add test module for Custom WAL Resource Manager feature. 4 years ago
Peter Geoghegan 9e5405993c Deduplicate freeze plans in freeze WAL records. 4 years ago
Peter Eisentraut 2fe3bdbd69 Check return value of pclose() correctly 4 years ago
Daniel Gustafsson b7f3981756 doc: Use more concise wording for pl/pgSQL TG_ variables 4 years ago
Peter Eisentraut 5b66de3433 psql: Add command to use extended query protocol 4 years ago
Peter Eisentraut a9e9a9f32b libpq error message refactoring, part 2 4 years ago
Peter Eisentraut 0873b2d354 libpq error message refactoring 4 years ago
Peter Eisentraut d627ce3b70 Disallow setting archive_library and archive_command at the same time 4 years ago