Commit Graph

53379 Commits (73db8f4d17ed4efb7709f1cafd5b1dd0285b0842)
 

Author SHA1 Message Date
Michael Paquier 73db8f4d17 Improve handling and logging of TAP tests for pg_upgrade 3 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 3 years ago
Tom Lane fb691bbb4c Keep plpgsql.h C++-clean. 3 years ago
Tom Lane 53ef6c40f1 Expose a few more PL/pgSQL functions to debugger plugins. 4 years ago
Andrew Dunstan 9f91344223 Fix comments with "a expression" 4 years ago
Andrew Dunstan 49082c2cc3 RETURNING clause for JSON() and JSON_SCALAR() 4 years ago
Robert Haas ad43a413c4 initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY. 4 years ago
Tom Lane f3dd9fe1dd Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Andres Freund 28bdfa2adf Print information about type of test and subdirectory before running tests. 4 years ago
Andrew Dunstan d5f43a1a10
Remove use of perl parent module in Cluster.pm 4 years ago
Robert Haas fea1cc49e4 In basebackup_to_shell tests, properly set up pg_hba.conf. 4 years ago
Peter Eisentraut 8910a25fef psql: Refactor SendQuery() 4 years ago
Tom Lane 878e64d0f8 Add missing newline in one libpq error message. 4 years ago
Peter Eisentraut d3ab618290 psql: Add tests for \errverbose 4 years ago
Andrew Dunstan ddee016b34
Fix comment typo in PotsgreSQL::Test::Cluster module 4 years ago
Daniel Gustafsson 4e31c46e1e doc: Fix typo in ANALYZE documentation 4 years ago
Daniel Gustafsson 2beb4acff1 Add diagnostic output on error in pump_until 4 years ago
Amit Kapila 8f2e2bbf14 Raise a WARNING for missing publications. 4 years ago
Michael Paquier 8ac4c25a05 Clean up some dead code in pg_dump with tar format and gzip compression 4 years ago
Tom Lane f8e0d900af Add .gitignore for basebackup_to_shell. 4 years ago
Tomas Vondra db0d67db24 Optimize order of GROUP BY keys 4 years ago
Andrew Dunstan 606948b058 SQL JSON functions 4 years ago
Robert Haas 8e053dc6df Fix possible NULL-pointer-deference in backup_compression.c. 4 years ago
Robert Haas 027fa0fd72 basebackup_to_shell: Add TAP test. 4 years ago
Robert Haas 26a0c025e2 Document basebackup_to_shell.required_role. 4 years ago
Peter Eisentraut 7ae1619bc5 Add range_agg with multirange inputs 4 years ago
Andres Freund ff50baec65 ci: enable zstd where available. 4 years ago
Peter Eisentraut f453d684ec Change some internal error messages to elogs 4 years ago
Andrew Dunstan fb16d2c658
Make PostgreSQL::Test::Cluster compatible with all live branches 4 years ago
Peter Eisentraut cd7ea75e4b Additional tests for range_intersect_agg(anymultirange) 4 years ago
Peter Eisentraut b21c4cf951 doc: Document range_intersect_agg(anymultirange) 4 years ago
Robert Haas 51c0d186d9 Allow parallel zstd compression when taking a base backup. 4 years ago
Robert Haas c6863b8582 Simplify a needlessly-complicated regular expression. 4 years ago
Daniel Gustafsson 860ea46ba7 doc: Clarify when SSL actually means TLS 4 years ago
Etsuro Fujita f505bec711 Fix typo in comment. 4 years ago
Peter Eisentraut 072132f04e Add header matching mode to COPY FROM 4 years ago
Michael Paquier edcedcc2c7 Add TAP test in pg_dump with --format=tar and --compress 4 years ago
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 4 years ago
Robert Haas ad4f2c47de Make PostgreSQL::Test::Cluster::run_log() return a useful value. 4 years ago
Andrew Dunstan 1a36bc9dba SQL/JSON query functions 4 years ago
Robert Haas 3d067c53b2 In 020_createdb.pl, change order of command-line arguments. 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 4 years ago
Robert Haas edea649afb Explain why the startup process can't cause a shortage of sinval slots. 4 years ago
Daniel Gustafsson 3785d8e98b doc: Make UPDATE FROM examples consistent 4 years ago
Daniel Gustafsson ebc8b7d441 Enable SSL library detection via PQsslAttribute() 4 years ago
Peter Eisentraut 8cd7627c7b psql: Add test for psql behavior on server crash 4 years ago
Michael Paquier c14a9eeec4 Avoid instabilities with the regression tests of pg_freespacemap 4 years ago
Michael Paquier a2c84990be Add system view pg_ident_file_mappings 4 years ago
Michael Paquier 091a971bb5 Modify query on pg_hba_file_rules to check for errors in regression tests 4 years ago