Commit Graph

55015 Commits (ffbb7e65a873e8f1584d2e593416fbe3adc130b6)
 

Author SHA1 Message Date
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
Michael Paquier 1ff4161218 Use multi-inserts for pg_enum 3 years ago
Michael Paquier 09a72188cd Avoid some overhead with open and close of catalog indexes 3 years ago
Michael Paquier 006b69fd91 Add test module for SLRUs 3 years ago
Jeff Davis 1eda3ce802 Mark argument of RegisterCustomRmgr() as const. 3 years ago
Jeff Davis ae168c794f Add test module for Custom WAL Resource Manager feature. 3 years ago
Peter Geoghegan 9e5405993c Deduplicate freeze plans in freeze WAL records. 3 years ago
Peter Eisentraut 2fe3bdbd69 Check return value of pclose() correctly 3 years ago
Daniel Gustafsson b7f3981756 doc: Use more concise wording for pl/pgSQL TG_ variables 3 years ago
Peter Eisentraut 5b66de3433 psql: Add command to use extended query protocol 3 years ago
Peter Eisentraut a9e9a9f32b libpq error message refactoring, part 2 3 years ago
Peter Eisentraut 0873b2d354 libpq error message refactoring 3 years ago
Peter Eisentraut d627ce3b70 Disallow setting archive_library and archive_command at the same time 3 years ago
Amit Kapila 8b5262fa0e Improve comments referring snapshot's subxip array. 3 years ago
Amit Kapila e848be60b5 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. 3 years ago
Michael Paquier ad6c52846f Add error context callback when tokenizing authentication files 3 years ago
Michael Paquier 783e8c69cb Invent open_auth_file() in hba.c to refactor authentication file opening 3 years ago