summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Fix recent accidental omission in pg_proc.datDavid Rowley
2022-12-23Fix end LSN determination in recently added testAlvaro Herrera
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-20Use existing SSL certs in LDAP tests instead of generating themAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-12-17Fix bit-rotted planner test case.Tom Lane
2022-12-16Fix inability to reference CYCLE column from inside its CTE.Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley
2022-12-15Re-adjust drop-index-concurrently-1 isolation testDavid Rowley
2022-12-15Convert range_in and multirange_in to report errors softly.Tom Lane
2022-12-15Move provariadic sanity check to a more appropriate placePeter Eisentraut
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert the geometric input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-12Fix jsonb subscripting to cope with toasted subscript values.Tom Lane
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-11Convert domain_in to report errors softly.Tom Lane
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-12-09Add test scaffolding for soft error reporting from input functions.Tom Lane
2022-12-09Fix invalid role names introduced in 096dd80f3cAlexander Korotkov
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-09Update MERGE docs to mention that ONLY is supported.Dean Rasheed
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-06meson: Basic cygwin supportAndres Freund
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-12-02Remove logic for converting a table to a view.Tom Lane
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-12-01Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane
2022-12-01Make materialized views participate in predicate lockingMichael Paquier
2022-11-30Reject missing database name in pg_regress and cohorts.Tom Lane
2022-11-30Add regression tests for psql's \o and \g on filesMichael Paquier