summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
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-171-2/+2
* Use BUFFER_USAGE_LIMIT to reduce needed test table sizeAndres Freund2023-05-171-2/+4
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-171-0/+47
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-1/+1
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-111-0/+6
* Fix publication syntax error messageAlvaro Herrera2023-05-101-0/+4
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-0/+20
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-4/+0
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-0/+4
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-081-0/+20
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-081-0/+24
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-071-0/+49
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-281-0/+70
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-241-0/+2
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-17/+17
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-161-0/+39
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-151-0/+4
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-141-1/+37
* Fix PHJ match bit initialization.Thomas Munro2023-04-141-1/+27
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-126-291/+15
* Fix underspecified sort order in inherit.sqlAndres Freund2023-04-071-3/+6
* Fix table name clash in recently introduced testAndres Freund2023-04-071-3/+3
* Fix underspecified sort order in test queryAlvaro Herrera2023-04-071-2/+2
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-076-15/+288
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-071-0/+14
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-0/+15
* Stabilize just-added regression test cases.Tom Lane2023-04-061-2/+2
* Fix ts_headline() edge cases for empty query and empty search text.Tom Lane2023-04-061-0/+6
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-061-1/+1
* Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane2023-04-051-0/+5
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-0/+15
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-041-2/+27
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+96
* Further tweaking of width_bucket() edge cases.Tom Lane2023-03-311-0/+5
* Reject system columns as elements of foreign keys.Tom Lane2023-03-311-3/+4
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-2/+22
* Parallel Hash Full Join.Thomas Munro2023-03-311-3/+24
* Clean up role created in new subscription test.Tom Lane2023-03-301-0/+1
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-4/+50
* Avoid overflow in width_bucket_float8().Tom Lane2023-03-301-0/+22
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-292-2/+288
* Validate ICU locales.Jeff Davis2023-03-281-1/+4
* Fix corner-case planner failure for MERGE.Tom Lane2023-03-281-0/+12
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-271-1/+10
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+5
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-241-0/+26
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-231-0/+2
* Support language tags in older ICU versions (53 and earlier).Jeff Davis2023-03-211-0/+4
* Stabilize pg_stat_io writes testAndres Freund2023-03-201-5/+4