summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-01-10Remove pg_regress' never-documented "ignore" feature.Tom Lane
2023-01-10Upgrade the random.sql regression test.Tom Lane
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Allow left join removals and unique joins on partitioned tablesDavid Rowley
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-07Add additional regression tests for select_active_windowsDavid Rowley
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-05Remove extra regress check arguments from test_pg_db_role_settingAlexander Korotkov
2023-01-05meson: Add 'running' test setup, as a replacement for installcheckAlexander Korotkov
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2022-12-31ci: Change macOS builds from Intel to ARM.Thomas Munro
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
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