aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Improve correlation names in sanity testsPeter Eisentraut2022-02-14
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-11
* Add min() and max() aggregates for xid8.Fujii Masao2022-02-10
* Rename create_function_N test scripts for clarity.Tom Lane2022-02-08
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-08
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Make canonicalize_path() more canonical.Tom Lane2022-01-31
* Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier2022-01-31
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-29
* Add HEADER support to COPY text formatPeter Eisentraut2022-01-28
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Add tests of the CREATEROLE attributeAndrew Dunstan2022-01-24
* Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane2022-01-22
* Try to stabilize reloptions test, again.Thomas Munro2022-01-20
* Try to stabilize the reloptions test.Thomas Munro2022-01-19
* Fix thinko in psql testPeter Eisentraut2022-01-18
* Fix psql \d's query for identifying parent triggers.Tom Lane2022-01-17
* Add Boolean nodePeter Eisentraut2022-01-17
* Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane2022-01-16
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Remove standby_schedule and associated test files.Tom Lane2022-01-15
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15
* Ignore extended statistics for inheritance treesTomas Vondra2022-01-15
* Use in-place tablespaces in regression test.Thomas Munro2022-01-15
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Consider fractional paths in generate_orderedappend_pathsTomas Vondra2022-01-12
* Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao2022-01-11
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane2022-01-06
* On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane2022-01-05
* Enable routine running of regex.linux.utf8 regression test.Tom Lane2022-01-05
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Clean up error messages related to bad datetime units.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-30
* Fix overly generic name in with.sql test.Thomas Munro2021-12-30
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-27
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-20
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-20
* Add a \getenv command to psql.Tom Lane2021-12-20
* Add fast path for validating UTF-8 textJohn Naylor2021-12-20
* Fix the public schema's permissions in a separate test script.Tom Lane2021-12-17
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-16