aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-12
* Order getopt argumentsPeter Eisentraut2022-12-12
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-12
* Convert domain_in to report errors softly.Tom Lane2022-12-11
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-09
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Add test scaffolding for soft error reporting from input functions.Tom Lane2022-12-09
* Fix invalid role names introduced in 096dd80f3cAlexander Korotkov2022-12-09
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Update MERGE docs to mention that ONLY is supported.Dean Rasheed2022-12-09
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* meson: Basic cygwin supportAndres Freund2022-12-06
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* pg_dump: Remove "blob" terminologyPeter Eisentraut2022-12-05
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-02
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Make materialized views participate in predicate lockingMichael Paquier2022-12-01
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-30
* Add regression tests for psql's \o and \g on filesMichael Paquier2022-11-30
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-28
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Add TAP tests for include directives in HBA end ident filesMichael Paquier2022-11-28
* Skip TAP test for peer authentication if there are no unix-domain socketsMichael Paquier2022-11-25
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan2022-11-23
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-22
* Remove useless MERGE testAlvaro Herrera2022-11-22
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21
* Fix sloppy cleanup of roles in privileges.sql.Tom Lane2022-11-20
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-20
* Disable debug_discard_caches in test_oat_hooks test.Tom Lane2022-11-19
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Make object_address test output easier to updatePeter Eisentraut2022-11-18
* Clean up SQL code indentation in test filePeter Eisentraut2022-11-18
* Fix version comparison in Version.pmAndrew Dunstan2022-11-18
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Remove unneeded include in test_slru.cMichael Paquier2022-11-17
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-16
* Add missing object classes to object_address testPeter Eisentraut2022-11-16
* Shave some cycles off subscription/t/100_bugs.pl tests.Tom Lane2022-11-16
* doc: update metacpan.org links to avoid redirectsDaniel Gustafsson2022-11-16
* Fix test in ae168c794f, per buildfarm.Jeff Davis2022-11-15