Commit Graph

6504 Commits (71f5dc6dfb3de50de28ddde53793540c2fa98b1f)

Author SHA1 Message Date
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 3 years ago
Tom Lane d59383924c Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT. 3 years ago
Tom Lane cc11647991 Add proper regression test for the recent SRFs-in-pathkeys problem. 3 years ago
Tom Lane 1da0850f0e Reduce test runtime of src/test/modules/snapshot_too_old. 3 years ago
Amit Kapila 0c20dd33db Add wait_for_subscription_sync for TAP tests. 3 years ago
Tom Lane ec62ce55a8 Change type "char"'s I/O format for non-ASCII characters. 3 years ago
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 3 years ago
Amit Kapila 7bf91ec0f3 Remove duplicated wait for subscription sync from 007_ddl.pl. 3 years ago
David Rowley b592422095 Relax overly strict rules in select_outer_pathkeys_for_merge() 3 years ago
Michael Paquier 7ff358b76a Append -X to direct invocation of psql in new test for BASE_BACKUP 3 years ago
Michael Paquier ad341469b4 Add more TAP tests with BASE_BACKUP and pg_backup_start/stop 3 years ago
Tom Lane 3451a57f77 Remove test_oat_hooks.c's nodetag_to_string(). 3 years ago
Tom Lane 4ddfbd2a8e Fix trim_array() for zero-dimensional array argument. 3 years ago
Michael Paquier 43231423da Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH 3 years ago
Michael Paquier 07ff701dbd Expand tests of test_ddl_deparse/ for ALTER TABLE 3 years ago
Tom Lane 6a1f082aba Improve regression test coverage of GiST index building. 3 years ago
Tom Lane d10fad96c6 Adjust new pg_read_file() test cases for more portability. 3 years ago
Andrew Dunstan b998196bb5 Fix new recovery test for log_error_verbosity=verbose case 3 years ago
Tom Lane 283129e325 Support pg_read_[binary_]file (filename, missing_ok). 3 years ago
Alvaro Herrera 59be1c942a
Fix test instability 3 years ago
Alvaro Herrera 9e4f914b5e
Fix replay of create database records on standby 3 years ago
Tom Lane 70988b7b0a Improve makeArrayTypeName's algorithm for choosing array type names. 4 years ago
Amit Kapila 857dd35348 Eliminate duplicate code in table.c. 4 years ago
Michael Paquier 0a5f06b84d Fix a few issues with REINDEX grammar 4 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 4 years ago
Tom Lane b431dc5c3d Doc: update recovery/README. 4 years ago
Alvaro Herrera 83011ce7d7
Rework grammar for REINDEX 4 years ago
Tom Lane 0b292bed92 Close old gap in dependency checks for functions returning composite. 4 years ago
Dean Rasheed 624aa2a13b Make the name optional in CREATE STATISTICS. 4 years ago
Tom Lane b9654cecea Fix ruleutils issues with dropped cols in functions-returning-composite. 4 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 4 years ago
Dean Rasheed bcedd8f5fc Make subquery aliases optional in the FROM clause. 4 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 4 years ago
Tom Lane 13d8388151 Fix missed corner cases for grantable permissions on GUCs. 4 years ago
Tom Lane e2f6c307c0 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. 4 years ago
Tomas Vondra 0df4eb3f70 Reinstate tests accidentally removed by e3fcca0d0d 4 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 4 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 4 years ago
Tom Lane e993166d71 Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. 4 years ago
Tom Lane 55828a6b60 Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. 4 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 4 years ago
Peter Eisentraut 3a0e385048 Log details for client certificate failures 4 years ago
Alvaro Herrera f16180216d
Fix flag tests in src/test/modules/test_oat_hooks 4 years ago
Peter Eisentraut 784cedda06 Allow specifying STORAGE attribute for a new table 4 years ago
Alvaro Herrera 5ca0fe5c8a
Add copy/equal support for XID lists 4 years ago
Michael Paquier a6434b9515 Fix two portability issues with the tests of test_oat_hooks 4 years ago
Michael Paquier 0a6be1f0ec Improve error message with JSON_SERIALIZE() 4 years ago
Tom Lane 8c73c11a0d Mark Scan as an abstract node type, too. 4 years ago
Tom Lane b4f79d278f Mark PlanState as an abstract node type. 4 years ago
Alexander Korotkov e57519a463 Add missing inequality searches to rbtree 4 years ago