Commit Graph

38947 Commits (77bae396df3f6f883f58f1877b7c08eb3ebb6b63)

Author SHA1 Message Date
David Rowley 77bae396df Adjust tuplesort API to have bitwise option flags 4 years ago
David Rowley 1b0d9aa4f7 Improve the generation memory allocator 4 years ago
Thomas Munro cc58eecc5d Fix tuplesort optimization for CLUSTER-on-expression. 4 years ago
Tom Lane 591e088dd5 Fix portability issues in datetime parsing. 4 years ago
Peter Geoghegan f3c15cbe50 Generalize how VACUUM skips all-frozen pages. 4 years ago
Peter Geoghegan 0b018fabaa Set relfrozenxid to oldest extant XID seen by VACUUM. 4 years ago
Tom Lane e39f990467 Fix overflow hazards in interval input and output conversions. 4 years ago
Tom Lane 1b208ebaf1 Add a couple more tests for interval input decoding. 4 years ago
Peter Geoghegan 14bf1e8313 vacuumlazy.c: Clean up variable declarations. 4 years ago
Joe Conway 9752436f04 Use has_privs_for_roles for predefined role checks: round 2 4 years ago
Alvaro Herrera cfdd03f45e
Allow CLUSTER on partitioned tables 4 years ago
Andrew Dunstan c6dc6a0124 Use ORDER BY in catalog results in SQL/JSON tests 4 years ago
John Naylor 6974924347 Specialize tuplesort routines for different kinds of abbreviated keys 4 years ago
Peter Eisentraut db086de5ab Remove obsolete comment 4 years ago
Michael Paquier d2a2ce4184 Make upgradecheck a no-op in MSVC's vcregress.pl 4 years ago
Peter Eisentraut 465ab24296 libpq: Fix pkg-config without OpenSSL 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Peter Eisentraut af9e180495 Add SSL tests for IP addresses in certificates 4 years ago
Peter Eisentraut 5519d5affd psql: Refactor ProcessResult() 4 years ago
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Michael Paquier 73db8f4d17 Improve handling and logging of TAP tests for pg_upgrade 4 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 4 years ago
Tom Lane fb691bbb4c Keep plpgsql.h C++-clean. 4 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
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 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
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
Peter Eisentraut 7ae1619bc5 Add range_agg with multirange inputs 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
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
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