aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix bit-rotted planner test case.Tom Lane2022-12-17
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-16
* Convert xml_in to report errors softly.Tom Lane2022-12-16
* Remove pessimistic cost penalization from Incremental SortDavid Rowley2022-12-16
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-16
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-15
* Move provariadic sanity check to a more appropriate placePeter Eisentraut2022-12-15
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Convert the geometric input functions to report errors softly.Tom Lane2022-12-14
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* 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