Commit Graph

6144 Commits (0e6e7f0806b2080cb31f33ff992ec2e4e35fa6f1)

Author SHA1 Message Date
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago
Tom Lane 33d3eeadb2 Add a \getenv command to psql. 4 years ago
John Naylor 911588a3f8 Add fast path for validating UTF-8 text 4 years ago
Tom Lane 944dc45d1b Fix the public schema's permissions in a separate test script. 4 years ago
Tom Lane 9c356f4b2d Ensure casting to typmod -1 generates a RelabelType. 4 years ago
Tom Lane 189699dd36 Remove unimplemented/undocumented geometric functions & operators. 4 years ago
Tom Lane c5c192d7bd Implement poly_distance(). 4 years ago
Andres Freund 3f32395612 isolationtester: append session name to application_name. 4 years ago
Andres Freund 45f52709d8 Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. 4 years ago
Alexander Korotkov 5cc9c83740 Fix alignment in multirange_get_range() function 4 years ago
Tomas Vondra fe60b67250 Move test for BRIN HOT behavior to stats.sql 4 years ago
Amit Kapila 5e97905a2c Fix double publish of child table's data. 4 years ago
Peter Eisentraut d6f96ed94e Allow specifying column list for foreign key ON DELETE SET actions 4 years ago
Amit Kapila 1a2aaeb0db Fix changing the ownership of ALL TABLES IN SCHEMA publication. 4 years ago
Amit Kapila a61bff2bf4 De-duplicate the result of pg_publication_tables view. 4 years ago
Michael Paquier 00029deaf6 Improve parsing of options of CREATE/ALTER SUBSCRIPTION 4 years ago
Michael Paquier f99870dd86 Fix corruption of toast indexes with REINDEX CONCURRENTLY 4 years ago
Andrew Dunstan d4596a20d0
Silence perl complaint in ssl test 4 years ago
Daniel Gustafsson 49422ad0cc Fix path delimiters in connection string on Windows 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Peter Eisentraut 75d22069e0 Warning on SET of nonexisting setting with a prefix reserved by an extension 4 years ago
Daniel Gustafsson c3b34a0ff4 Fix certificate paths to use perl2host 4 years ago
Amit Kapila 41e66fee05 Fix regression test failure caused by commit 8d74fc96db. 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Daniel Gustafsson c113d8ad50 Use test-specific temp path for keys during SSL test 4 years ago
Daniel Gustafsson ae81776a23 Add TAP tests for contrib/sslinfo 4 years ago
Daniel Gustafsson 879fc1a579 Extend configure_test_server_for_ssl to add extensions 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Daniel Gustafsson 4597fd78d6 Add test for REVOKE ADMIN OPTION 4 years ago
Daniel Gustafsson b2a459edfe Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Michael Paquier f0d43947a1 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
David Rowley 411137a429 Flush Memoize cache when non-key parameters change, take 2 4 years ago
David Rowley dad20ad470 Revert "Flush Memoize cache when non-key parameters change" 4 years ago
David Rowley 1050048a31 Flush Memoize cache when non-key parameters change 4 years ago
David Rowley e502150f7d Allow Memoize to operate in binary comparison mode 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Tom Lane 92e70796e9 Doc: update some things relevant to minimum Test::More version. 4 years ago
Andrew Dunstan 405f32fc49
Require version 0.98 of Test::More for TAP tests 4 years ago
Tom Lane f4e7ae2b8a Fix SP-GiST scan initialization logic for binary-compatible cases. 4 years ago
Michael Paquier ac1c7458b1 Fix quoting of ACL item in table for upgrade binary compatibility checks 4 years ago
Michael Paquier 835bcba8b8 Add table to regression tests for binary-compatibility checks in pg_upgrade 4 years ago
Tom Lane a148f8bc04 Add a planner support function for starts_with(). 4 years ago
Tom Lane a8d8445a7b Fix display of SQL-standard function's arguments in INSERT/SELECT. 4 years ago
Daniel Gustafsson aa12781b0d Improve publication error messages 4 years ago
Amit Kapila 354a1f8d22 Invalidate relcache when changing REPLICA IDENTITY index. 4 years ago
Daniel Gustafsson 05d8785af2 Document PG_TEST_NOCLEAN in TAP test README 4 years ago
Michael Paquier a45ed975c5 Fix memory overrun when querying pg_stat_slru 4 years ago
Michael Paquier 098c134556 Fix buffer overrun in unicode string normalization with empty input 4 years ago