summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
Commit message (Expand)AuthorAgeFilesLines
* Reduce icu_validation_level default to WARNING.Jeff Davis2023-05-171-2/+2
* Add writeback to pg_stat_ioAndres Freund2023-05-172-3/+5
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-171-2/+4
* 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-171-0/+143
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-1/+1
* 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-111-0/+16
* Fix publication syntax error messageAlvaro Herrera2023-05-101-0/+9
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-0/+59
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-8/+0
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-0/+8
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-081-0/+27
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-081-0/+45
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-071-0/+85
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-281-0/+98
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-241-72/+79
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-20/+20
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-161-0/+37
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-151-0/+9
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-141-11/+216
* Fix PHJ match bit initialization.Thomas Munro2023-04-141-0/+37
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-5/+6
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-1210-633/+56
* 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-071-3/+6
* 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-071-8/+8
* Fix underspecified sort order in test queryAlvaro Herrera2023-04-071-4/+4
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-0710-56/+630
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-071-0/+54
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-2/+2
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-0/+19
* Stabilize just-added regression test cases.Tom Lane2023-04-061-6/+2
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-061-0/+21
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-061-1/+1
* 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-051-0/+12
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-2/+27
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-041-2/+29
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-72/+72
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+198
* Further tweaking of width_bucket() edge cases.Tom Lane2023-03-311-0/+25
* Reject system columns as elements of foreign keys.Tom Lane2023-03-311-5/+6
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-302-3/+46