summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-172-4/+4
* Add writeback to pg_stat_ioAndres Freund2023-05-173-5/+7
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-172-4/+8
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-171-3/+3
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-172-0/+190
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-172-2/+2
* Fix reported runtime for single tests in pg_regressDaniel Gustafsson2023-05-161-2/+2
* psql: Adjust capitalization of table headingPeter Eisentraut2023-05-161-19/+19
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-121-1/+2
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-112-0/+22
* Fix publication syntax error messageAlvaro Herrera2023-05-102-0/+13
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-102-0/+79
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-082-12/+0
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-082-0/+12
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-082-0/+47
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-082-0/+69
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-072-0/+134
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-283-1/+169
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-242-72/+81
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-213-37/+37
* Fix various typosDavid Rowley2023-04-181-1/+1
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-162-0/+76
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-152-0/+13
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-142-12/+253
* Fix PHJ match bit initialization.Thomas Munro2023-04-142-1/+64
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-5/+6
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-1217-926/+72
* Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-111-3/+3
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-6/+5
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-2/+3
* Fix underspecified sort order in inherit.sqlAndres Freund2023-04-072-6/+12
* Add support for Kerberos credential delegationStephen Frost2023-04-071-5/+6
* Track IO times in pg_stat_ioAndres Freund2023-04-071-1/+5
* Fix table name clash in recently introduced testAndres Freund2023-04-072-11/+11
* Fix underspecified sort order in test queryAlvaro Herrera2023-04-072-6/+6
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-0717-72/+920
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-072-0/+68
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-2/+2
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-072-0/+34
* Stabilize just-added regression test cases.Tom Lane2023-04-062-8/+4
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-062-0/+27
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-062-2/+2
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-051-134/+142
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-052-0/+17
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-042-2/+42
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-042-4/+56
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-72/+72
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-312-0/+294
* Further tweaking of width_bucket() edge cases.Tom Lane2023-03-312-0/+30