summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Reject MERGE in CTEs and COPYAlvaro Herrera2022-08-122-0/+24
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-102-1/+31
* Fix typo in test_oat_hooks READMEDaniel Gustafsson2022-08-101-1/+1
* Introduce optimized routine for linear searches of arraysJohn Naylor2022-08-108-0/+112
* Stabilize output of new regression test.Tom Lane2022-08-081-0/+3
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-088-1/+344
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-071-1/+1
* Improve recently-added test reliabilityAlvaro Herrera2022-08-061-25/+12
* Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane2022-08-052-10/+26
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-052-8/+28
* Fix incorrect permissions-checking code for extended statistics.Tom Lane2022-08-052-0/+8
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-052-1/+76
* regress: fix test instabilityAlvaro Herrera2022-08-052-6/+6
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-052-12/+39
* Fix failure to set correct operator in window run conditionDavid Rowley2022-08-052-0/+28
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-2/+2
* Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane2022-08-042-4/+6
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-044-14/+30
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-034-137/+8
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-0327-260/+129
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-024-8/+201
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-025-82/+213
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-021-4/+0
* Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley2022-08-022-0/+49
* Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier2022-08-011-1/+1
* Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier2022-08-011-0/+55
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-312-1402/+85
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-312-0/+3
* Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier2022-07-311-2/+2
* Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier2022-07-318-29/+250
* Improve regression test coverage of GiST index building.Tom Lane2022-07-302-0/+7
* Adjust new pg_read_file() test cases for more portability.Tom Lane2022-07-302-12/+12
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-291-1/+1
* Support pg_read_[binary_]file (filename, missing_ok).Tom Lane2022-07-292-0/+90
* Fix test instabilityAlvaro Herrera2022-07-291-1/+3
* Fix replay of create database records on standbyAlvaro Herrera2022-07-281-0/+169
* Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane2022-07-261-3/+3
* Eliminate duplicate code in table.c.Amit Kapila2022-07-261-1/+2
* Fix a few issues with REINDEX grammarMichael Paquier2022-07-262-3/+6
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-251-0/+1
* Doc: update recovery/README.Tom Lane2022-07-231-1/+1
* Rework grammar for REINDEXAlvaro Herrera2022-07-222-0/+8
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-224-4/+196
* Make the name optional in CREATE STATISTICS.Dean Rasheed2022-07-212-42/+65
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-212-10/+21
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-213-60/+247
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-202-0/+100
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-205-22/+22
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-192-0/+52
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-192-12/+12