Commit Graph

53384 Commits (c1932e542863f0f646f005b3492452acc57c7e66)
 

Author SHA1 Message Date
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 3 years ago
Robert Haas fa25bebb82 docs: Changing column type doesn't always require an index rebuild. 3 years ago
Peter Eisentraut af9e180495 Add SSL tests for IP addresses in certificates 3 years ago
Peter Eisentraut 5519d5affd psql: Refactor ProcessResult() 3 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 3 years ago
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. 3 years ago
Andrew Dunstan 9f91344223 Fix comments with "a expression" 3 years ago
Andrew Dunstan 49082c2cc3 RETURNING clause for JSON() and JSON_SCALAR() 3 years ago
Robert Haas ad43a413c4 initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY. 3 years ago
Tom Lane f3dd9fe1dd Fix postgres_fdw to check shippability of sort clauses properly. 3 years ago
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