Commit Graph

53371 Commits (28bdfa2adfc6afe4121614b500bfcb27b7c6b94c)
 

Author SHA1 Message Date
Andres Freund 28bdfa2adf Print information about type of test and subdirectory before running tests. 3 years ago
Andrew Dunstan d5f43a1a10
Remove use of perl parent module in Cluster.pm 3 years ago
Robert Haas fea1cc49e4 In basebackup_to_shell tests, properly set up pg_hba.conf. 3 years ago
Peter Eisentraut 8910a25fef psql: Refactor SendQuery() 3 years ago
Tom Lane 878e64d0f8 Add missing newline in one libpq error message. 3 years ago
Peter Eisentraut d3ab618290 psql: Add tests for \errverbose 3 years ago
Andrew Dunstan ddee016b34
Fix comment typo in PotsgreSQL::Test::Cluster module 3 years ago
Daniel Gustafsson 4e31c46e1e doc: Fix typo in ANALYZE documentation 3 years ago
Daniel Gustafsson 2beb4acff1 Add diagnostic output on error in pump_until 3 years ago
Amit Kapila 8f2e2bbf14 Raise a WARNING for missing publications. 3 years ago
Michael Paquier 8ac4c25a05 Clean up some dead code in pg_dump with tar format and gzip compression 3 years ago
Tom Lane f8e0d900af Add .gitignore for basebackup_to_shell. 3 years ago
Tomas Vondra db0d67db24 Optimize order of GROUP BY keys 3 years ago
Andrew Dunstan 606948b058 SQL JSON functions 3 years ago
Robert Haas 8e053dc6df Fix possible NULL-pointer-deference in backup_compression.c. 3 years ago
Robert Haas 027fa0fd72 basebackup_to_shell: Add TAP test. 3 years ago
Robert Haas 26a0c025e2 Document basebackup_to_shell.required_role. 3 years ago
Peter Eisentraut 7ae1619bc5 Add range_agg with multirange inputs 3 years ago
Andres Freund ff50baec65 ci: enable zstd where available. 3 years ago
Peter Eisentraut f453d684ec Change some internal error messages to elogs 3 years ago
Andrew Dunstan fb16d2c658
Make PostgreSQL::Test::Cluster compatible with all live branches 3 years ago
Peter Eisentraut cd7ea75e4b Additional tests for range_intersect_agg(anymultirange) 3 years ago
Peter Eisentraut b21c4cf951 doc: Document range_intersect_agg(anymultirange) 3 years ago
Robert Haas 51c0d186d9 Allow parallel zstd compression when taking a base backup. 3 years ago
Robert Haas c6863b8582 Simplify a needlessly-complicated regular expression. 3 years ago
Daniel Gustafsson 860ea46ba7 doc: Clarify when SSL actually means TLS 3 years ago
Etsuro Fujita f505bec711 Fix typo in comment. 3 years ago
Peter Eisentraut 072132f04e Add header matching mode to COPY FROM 3 years ago
Michael Paquier edcedcc2c7 Add TAP test in pg_dump with --format=tar and --compress 3 years ago
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 3 years ago
Robert Haas ad4f2c47de Make PostgreSQL::Test::Cluster::run_log() return a useful value. 3 years ago
Andrew Dunstan 1a36bc9dba SQL/JSON query functions 3 years ago
Robert Haas 3d067c53b2 In 020_createdb.pl, change order of command-line arguments. 3 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 3 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 3 years ago
Robert Haas edea649afb Explain why the startup process can't cause a shortage of sinval slots. 3 years ago
Daniel Gustafsson 3785d8e98b doc: Make UPDATE FROM examples consistent 3 years ago
Daniel Gustafsson ebc8b7d441 Enable SSL library detection via PQsslAttribute() 3 years ago
Peter Eisentraut 8cd7627c7b psql: Add test for psql behavior on server crash 3 years ago
Michael Paquier c14a9eeec4 Avoid instabilities with the regression tests of pg_freespacemap 3 years ago
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 3 years ago
Michael Paquier 091a971bb5 Modify query on pg_hba_file_rules to check for errors in regression tests 3 years ago
Andrew Dunstan 33a377608f IS JSON predicate 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 3 years ago
Robert Haas 79de9842ab Remove the ability of a role to administer itself. 3 years ago
Robert Haas 61762426e6 Fix a few goofs in new backup compression code. 3 years ago
Tom Lane d22646922d Add public ruleutils.c entry point to deparse a Query. 3 years ago
Alvaro Herrera 386ca0abf4
Fix role names in merge.sql regress file 3 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 3 years ago
Peter Eisentraut ae63017bdb Preparatory test cleanup 3 years ago